Merge pull request #12728 from jeromecoutant/PR_ETHERNET_THREADSIZE

STM32 EMAC : increase thread-stacksize
pull/12763/head
Martin Kojtal 2020-04-05 19:57:44 +02:00 committed by GitHub
commit b1ce678d30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)",