mirror of https://github.com/ARMmbed/mbed-os.git
Increase tcpip thread stacksize for REALTEK_RTL8195AM
The default stack size is not enough for debug profile (low compiler optimization)pull/5140/head
parent
952fff985b
commit
abe3a60e6a
|
@ -84,5 +84,10 @@
|
|||
"help": "Thread stack size for PPP",
|
||||
"value": 768
|
||||
}
|
||||
},
|
||||
"target_overrides": {
|
||||
"REALTEK_RTL8195AM": {
|
||||
"tcpip-thread-stacksize": 1600
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue