fome-fw/firmware/config/boards/hellen/harley81/board.mk

24 lines
576 B
Makefile
Raw Normal View History

2022-02-09 17:55:39 -08:00
# Combine the related files for a specific platform and MCU.
# Target ECU board design
BOARDCPPSRC = $(BOARDS_DIR)/hellen/harley81/board_configuration.cpp
BOARDINC = $(BOARDS_DIR)/hellen/harley81
DDEFS += -DEFI_MAIN_RELAY_CONTROL=TRUE
2022-02-09 19:52:46 -08:00
2022-02-09 17:55:39 -08:00
# Add them all together
2022-02-12 09:35:00 -08:00
DDEFS += -DFIRMWARE_ID=\"hellen81hd\"
2022-02-09 17:55:39 -08:00
DDEFS += -DEFI_SOFTWARE_KNOCK=TRUE -DSTM32_ADC_USE_ADC3=TRUE
2022-02-09 19:46:13 -08:00
DDEFS += -DSTM32_PWM_USE_TIM3=TRUE
2022-05-19 13:44:56 -07:00
2022-03-03 18:06:17 -08:00
include $(BOARDS_DIR)/hellen/hellen-common144.mk
2022-02-09 17:55:39 -08:00
# Enable serial pins on expansion header
2022-03-03 18:06:17 -08:00
DDEFS += $(PRIMARY_COMMUNICATION_PORT_USART2)
2022-02-09 17:55:39 -08:00
DDEFS += -DSHORT_BOARD_NAME=harley81