Skip to content

Commit 59a1829

Browse files
adustmgeky
authored andcommitted
Workshop st: Add IPV4 feature to NUCLEO_F746ZG platform (#438)
* NUCLEO_F746ZG : enable Ethernet and LwIP for this target. Net tests were passed : mbed-os-features-feature_ipv4-tests-mbedmicro-net-nist_internet_time_service | OK mbed-os-features-feature_ipv4-tests-mbedmicro-net-tcp_client_hello_world | OK The 2 other are failing because I cannot test them on my ST computer.
1 parent 35ca7d1 commit 59a1829

File tree

2 files changed

+575
-2
lines changed

2 files changed

+575
-2
lines changed

lwip-eth/arch/TARGET_STM/stm32f4_emac.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
#if defined(TARGET_STM32F4)
22
#include "stm32f4xx_hal.h"
33
#include "lwip/opt.h"
44

@@ -552,7 +552,7 @@ void eth_arch_disable_interrupts(void)
552552
{
553553
NVIC_DisableIRQ(ETH_IRQn);
554554
}
555-
555+
#endif // #if defined(TARGET_STM32F4)
556556
/**
557557
* @}
558558
*/

0 commit comments

Comments
 (0)