This commit is contained in:
parent
bf883a3c12
commit
b0386a9aa2
|
@ -20,4 +20,9 @@ include $(BOARDS_DIR)/hellen/hellen-common144.mk
|
|||
|
||||
DDEFS += $(PRIMARY_COMMUNICATION_PORT_USART2)
|
||||
|
||||
DDEFS += -DSHORT_BOARD_NAME=
|
||||
ifeq ($(PROJECT_CPU),ARCH_STM32F7)
|
||||
DDEFS += -DSHORT_BOARD_NAME=alphax-4chan-f7
|
||||
else ifeq ($(PROJECT_CPU),ARCH_STM32F4)
|
||||
DDEFS += -DSHORT_BOARD_NAME=alphax-4chan
|
||||
else
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd ..
|
||||
bash ../common_make.sh hellen/alphax-4chan ARCH_STM32F7
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd ..
|
||||
bash ../common_make.sh hellen/alphax-8chan ARCH_STM32F7
|
Loading…
Reference in New Issue