mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #12728 from jeromecoutant/PR_ETHERNET_THREADSIZE
STM32 EMAC : increase thread-stacksizepull/12763/head
commit
b1ce678d30
|
|
@ -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)",
|
||||
|
|
|
|||
Loading…
Reference in New Issue