Skip to content

Commit 22269ad

Browse files
committed
Increase tcpip thread stacksize for REALTEK_RTL8195AM
The default stack size is not enough for debug profile (low compiler optimization)
1 parent 2642ab3 commit 22269ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

features/FEATURE_LWIP/lwip-interface/mbed_lib.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,10 @@
8484
"help": "Thread stack size for PPP",
8585
"value": 768
8686
}
87+
},
88+
"target_overrides": {
89+
"REALTEK_RTL8195AM": {
90+
"tcpip-thread-stacksize": 1600
91+
}
8792
}
8893
}

0 commit comments

Comments
 (0)