Skip to content

Commit 84b8517

Browse files
committed
Increase tcpip thread size for MTS_DRAGONFLY_F411RE
1 parent 2c22f54 commit 84b8517

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

features/lwipstack/mbed_lib.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
},
115115
"tcpip-thread-stacksize": {
116116
"help": "Stack size for lwip TCPIP thread",
117-
"value": 2048
117+
"value": 1200
118118
},
119119
"default-thread-stacksize": {
120120
"help": "Stack size for lwip system threads",
@@ -176,6 +176,9 @@
176176
},
177177
"FVP_MPS2_M3": {
178178
"mem-size": 36560
179+
},
180+
"MTS_DRAGONFLY_F411RE": {
181+
"tcpip-thread-stacksize": 1600
179182
}
180183
}
181184
}

0 commit comments

Comments
 (0)