Skip to content

Commit 7a1703d

Browse files
author
Mika Leppänen
committed
Made lwip memory configuration more specific for NXP targets
There is a configuration problem with UBLOX_C027 cellular because of missing LWIP memory configuration for the target. Added configuration for LPC1768, LPC4088, LPC4088_DM targets and changed NXP to more specific LPC546XX.
1 parent 2eac96e commit 7a1703d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

features/FEATURE_LWIP/lwip-interface/mbed_lib.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,16 @@
107107
"Freescale": {
108108
"mem-size": 36560
109109
},
110-
"NXP": {
110+
"LPC1768": {
111+
"mem-size": 16362
112+
},
113+
"LPC4088": {
114+
"mem-size": 15360
115+
},
116+
"LPC4088_DM": {
117+
"mem-size": 15360
118+
},
119+
"LPC546XX": {
111120
"mem-size": 36496
112121
}
113122
}

0 commit comments

Comments
 (0)