Increase tcpip thread size for MTS_DRAGONFLY_F411RE

pull/10287/head
Lin Gao 2019-05-02 11:17:53 -05:00
parent 2c22f549e9
commit 84b8517905
1 changed files with 4 additions and 1 deletions

View File

@ -114,7 +114,7 @@
},
"tcpip-thread-stacksize": {
"help": "Stack size for lwip TCPIP thread",
"value": 2048
"value": 1200
},
"default-thread-stacksize": {
"help": "Stack size for lwip system threads",
@ -176,6 +176,9 @@
},
"FVP_MPS2_M3": {
"mem-size": 36560
},
"MTS_DRAGONFLY_F411RE": {
"tcpip-thread-stacksize": 1600
}
}
}