Enable ethernet on one or both nucleo boards #4665

This commit is contained in:
Andrey 2022-10-16 22:42:17 -04:00
parent c7b1333795
commit 5b53e78cff
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,10 @@ DDEFS = -DTS_NO_PRIMARY=0 \
-DEFI_CONSOLE_TX_BRAIN_PIN=Gpio::D8 \
-DEFI_CONSOLE_RX_BRAIN_PIN=Gpio::D9 \
DDEFS += -DEFI_FILE_LOGGING=FALSE
LWIP = yes
DDEFS += -DEFI_ETHERNET=TRUE
# Shared variables
ALLCPPSRC += $(PROJECT_DIR)/config/boards/nucleo_h743/board_configuration.cpp

View File

@ -7,6 +7,8 @@ echo "Entering $SCRIPT_NAME"
# Nucleo boards use MCO signal from St-Link and NOT oscillator - these need STM32_HSE_BYPASS
export USE_FATFS=no
export EXTRA_PARAMS="-DDUMMY \
-DEFI_INJECTOR_PIN3=Gpio::Unassigned \
-DSTM32_HSE_BYPASS=TRUE \