stub 429
This commit is contained in:
parent
1bf32d4b73
commit
592942f39a
|
@ -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\"
|
Loading…
Reference in New Issue