From dfeeb821dc18a7be0ed5d487e6298cedbaa9805b Mon Sep 17 00:00:00 2001 From: jeromecoutant Date: Tue, 31 Mar 2020 11:41:51 +0200 Subject: [PATCH] STM32 EMAC : increase thread-stacksize --- features/netsocket/emac-drivers/TARGET_STM/mbed_lib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/netsocket/emac-drivers/TARGET_STM/mbed_lib.json b/features/netsocket/emac-drivers/TARGET_STM/mbed_lib.json index fe3a33229d..90635673c7 100644 --- a/features/netsocket/emac-drivers/TARGET_STM/mbed_lib.json +++ b/features/netsocket/emac-drivers/TARGET_STM/mbed_lib.json @@ -5,7 +5,7 @@ "eth-txbufnb": 4, "thread-stacksize": { "help": "Stack size for stm32_emac_thread", - "value": 512 + "value": 1024 }, "eth-phy-address": { "help" : "Configures actual PHY address according to pullup/down status of PHYAD pin(s)",