From 7de864c46554addccbd5c8fa5307a6da103c3fa4 Mon Sep 17 00:00:00 2001 From: Kari Haapalehto Date: Wed, 27 Feb 2019 10:33:24 +0200 Subject: [PATCH] Fix for NUCLEO_F207 UDPSOCKET_ECHOTEST_BURST_NONBLOCK fails. Increase eth-rxbufnb from 1 to 2 will fix the problem --- features/netsocket/emac-drivers/TARGET_STM_EMAC/mbed_lib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/netsocket/emac-drivers/TARGET_STM_EMAC/mbed_lib.json b/features/netsocket/emac-drivers/TARGET_STM_EMAC/mbed_lib.json index 39ae08e4a4..f3215d7674 100644 --- a/features/netsocket/emac-drivers/TARGET_STM_EMAC/mbed_lib.json +++ b/features/netsocket/emac-drivers/TARGET_STM_EMAC/mbed_lib.json @@ -6,7 +6,7 @@ }, "target_overrides": { "NUCLEO_F207ZG": { - "eth-rxbufnb": 1, + "eth-rxbufnb": 2, "eth-txbufnb": 4 } }