This commit is contained in:
parent
9fe20b83c3
commit
91b4c4907d
|
@ -18,7 +18,10 @@ DDEFS += -DDISABLE_PIN_STATE_VALIDATION=TRUE
|
|||
|
||||
include $(BOARDS_DIR)/hellen/hellen-common144.mk
|
||||
|
||||
DDEFS += $(PRIMARY_COMMUNICATION_PORT_USART2)
|
||||
# serial ports only on F4
|
||||
ifeq ($(PROJECT_CPU),ARCH_STM32F4)
|
||||
DDEFS += $(PRIMARY_COMMUNICATION_PORT_USART2)
|
||||
endif
|
||||
|
||||
ifeq ($(PROJECT_CPU),ARCH_STM32F7)
|
||||
DDEFS += -DSHORT_BOARD_NAME=alphax-4chan-f7
|
||||
|
|
|
@ -15,6 +15,9 @@ DDEFS += -DADC_MUX_PIN=Gpio::B3
|
|||
|
||||
include $(BOARDS_DIR)/hellen/hellen-common144.mk
|
||||
|
||||
DDEFS += $(PRIMARY_COMMUNICATION_PORT_USART2)
|
||||
# serial ports only on F4
|
||||
ifeq ($(PROJECT_CPU),ARCH_STM32F4)
|
||||
DDEFS += $(PRIMARY_COMMUNICATION_PORT_USART2)
|
||||
endif
|
||||
|
||||
DDEFS += -DSHORT_BOARD_NAME=alphax-8chan
|
||||
|
|
0
firmware/config/boards/hellen/alphax-8chan/compile_alphax-8chan_f7.sh
Normal file → Executable file
0
firmware/config/boards/hellen/alphax-8chan/compile_alphax-8chan_f7.sh
Normal file → Executable file
Loading…
Reference in New Issue