Skip to content

Commit 4b75981

Browse files
committed
boards: nucleo f429: disable something to get some ram
1 parent 9e7df54 commit 4b75981

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • firmware/config/boards/nucleo_f429

firmware/config/boards/nucleo_f429/board.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ BUNDLE_OPENOCD = yes
1717
DDEFS += -DFIRMWARE_ID=\"nucleo_f429\"
1818
DDEFS += -DDEFAULT_ENGINE_TYPE=engine_type_e::MINIMAL_PINS
1919
DDEFS += -DSTATIC_BOARD_ID=STATIC_BOARD_ID_NUCLEO_F429
20+
21+
# reducing RAM consumption for EFI_ETHERNET to fit
22+
DDEFS += -DEFI_ALTERNATOR_CONTROL=FALSE -DEFI_LOGIC_ANALYZER=FALSE -DEFI_ENABLE_ASSERTS=FALSE

0 commit comments

Comments
 (0)