2021-07-25 22:04:58 -07:00
|
|
|
# List of all the board related files.
|
2023-02-01 11:41:27 -08:00
|
|
|
BOARDCPPSRC = $(BOARD_DIR)/board_configuration.cpp
|
2021-07-25 22:04:58 -07:00
|
|
|
|
2022-04-28 14:32:39 -07:00
|
|
|
#DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::E3
|
2022-02-09 16:55:04 -08:00
|
|
|
DDEFS += -DFIRMWARE_ID=\"atlas\"
|
2021-07-25 22:04:58 -07:00
|
|
|
|
|
|
|
# This stuff doesn't work on H7 yet
|
|
|
|
# DDEFS += -DSTM32_ADC_USE_ADC3=TRUE
|
|
|
|
# DEFS += -DEFI_SOFTWARE_KNOCK=TRUE
|
|
|
|
|
2021-10-16 09:31:53 -07:00
|
|
|
# We are running on Atlas hardware!
|
2021-07-25 22:04:58 -07:00
|
|
|
DDEFS += -DHW_ATLAS=1
|
|
|
|
|
2021-10-16 09:31:53 -07:00
|
|
|
# Atlas needs networking library
|
|
|
|
LWIP = yes
|
|
|
|
DDEFS += -DEFI_ETHERNET=TRUE
|
2022-04-18 11:22:05 -07:00
|
|
|
|
|
|
|
DDEFS += -DSHORT_BOARD_NAME=atlas
|