Enable ethernet on one or both nucleo boards #4665
This commit is contained in:
parent
c7b1333795
commit
5b53e78cff
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue