rusefi/firmware/config/boards/nucleo_f767/board.mk

12 lines
357 B
Makefile
Raw Normal View History

# List of all the board related files.
BOARDCPPSRC = $(PROJECT_DIR)/config/boards/nucleo_f767/board_configuration.cpp
# reducing flash consumption for EFI_ETHERNET to fit
DDEFS += -DEFI_FILE_LOGGING=FALSE -DEFI_ALTERNATOR_CONTROL=FALSE -DEFI_LOGIC_ANALYZER=FALSE -DEFI_ENABLE_ASSERTS=FALSE
LWIP = yes
DDEFS += -DEFI_ETHERNET=TRUE
2022-02-09 16:55:04 -08:00
DDEFS += -DSTM32F767xx