Increase tcpip thread stacksize for REALTEK_RTL8195AM

The default stack size is not enough for debug profile (low compiler
optimization)
pull/5140/head
Yuguo Zou 2017-09-07 11:07:13 +08:00 committed by adbridge
parent 952fff985b
commit abe3a60e6a
1 changed files with 5 additions and 0 deletions

View File

@ -84,5 +84,10 @@
"help": "Thread stack size for PPP",
"value": 768
}
},
"target_overrides": {
"REALTEK_RTL8195AM": {
"tcpip-thread-stacksize": 1600
}
}
}