mirror of https://github.com/ARMmbed/mbed-os.git
Increase tcpip thread size for MTS_DRAGONFLY_F411RE
parent
2c22f549e9
commit
84b8517905
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue