This commit is contained in:
Matthew Kennedy 2022-10-18 15:22:22 -07:00 committed by Andrey
parent 1bf32d4b73
commit 592942f39a
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# List of all the board related files.
BOARDCPPSRC = $(PROJECT_DIR)/config/boards/nucleo_f429/board_configuration.cpp
BOARDINC = $(PROJECT_DIR)/config/boards/nucleo_f429
# Enable ethernet
LWIP = yes
DDEFS += -DEFI_ETHERNET=TRUE
# This is an F429!
IS_STM32F429 = yes
DDEFS += -DFIRMWARE_ID=\"nucleo_f429\"