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.
pull/7019/head
Mika Leppänen 2018-05-25 12:35:02 +03:00
parent 2eac96eb04
commit 7a1703de23
1 changed files with 10 additions and 1 deletions

View File

@ -107,7 +107,16 @@
"Freescale": { "Freescale": {
"mem-size": 36560 "mem-size": 36560
}, },
"NXP": { "LPC1768": {
"mem-size": 16362
},
"LPC4088": {
"mem-size": 15360
},
"LPC4088_DM": {
"mem-size": 15360
},
"LPC546XX": {
"mem-size": 36496 "mem-size": 36496
} }
} }