explicit FW ID

This commit is contained in:
rusefillc 2022-02-26 21:49:02 -05:00
parent 02d000b361
commit 91a722b6ff
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ endif
# We are running on Frankenso hardware!
DDEFS += -DHW_FRANKENSO=1
DDEFS += -DFIRMWARE_ID=\"stm32f407vg\"
DDEFS += $(DEFAULT_ENGINE_TYPE)
DDEFS += -DSTM32_I2C_USE_I2C3=TRUE

View File

@ -9,6 +9,7 @@ BOARDCPPSRC = $(BOARD_DIR)/board_configuration.cpp
BOARDINC = $(BOARD_DIR)
# STM32F429 has FSMC with SDRAM support
DDEFS += -DFIRMWARE_ID=\"stm32f429\"
IS_STM32F429 = yes
EFI_HAS_EXT_SDRAM = yes