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

14 lines
325 B
Makefile
Raw Normal View History

2019-03-20 17:27:02 -07:00
# List of all the board related files.
BOARDCPPSRC = $(BOARD_DIR)/board_configuration.cpp
DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::B14
# Enable ethernet
LWIP = yes
DDEFS += -DEFI_ETHERNET=TRUE
DDEFS += -DFIRMWARE_ID=\"nucleo_h743\"
DDEFS += -DDEFAULT_ENGINE_TYPE=MINIMAL_PINS
2023-04-29 05:20:53 -07:00
DDEFS += -DSHORT_BOARD_NAME=nucleo_h743