Skip to content

Commit b1ce678

Browse files
authored
Merge pull request #12728 from jeromecoutant/PR_ETHERNET_THREADSIZE
STM32 EMAC : increase thread-stacksize
2 parents c8ab263 + dfeeb82 commit b1ce678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/netsocket/emac-drivers/TARGET_STM/mbed_lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"eth-txbufnb": 4,
66
"thread-stacksize": {
77
"help": "Stack size for stm32_emac_thread",
8-
"value": 512
8+
"value": 1024
99
},
1010
"eth-phy-address": {
1111
"help" : "Configures actual PHY address according to pullup/down status of PHYAD pin(s)",

0 commit comments

Comments
 (0)