mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #7182 from AriParkkila/cellular-greentea-fix
Cellular: Disable Greentea tracing to consume less memorypull/6962/head
commit
af55378c26
|
|
@ -27,7 +27,7 @@
|
||||||
"ppp-cell-iface.apn-lookup": false,
|
"ppp-cell-iface.apn-lookup": false,
|
||||||
"cellular.use-apn-lookup": false,
|
"cellular.use-apn-lookup": false,
|
||||||
"target.features_add": ["LWIP"],
|
"target.features_add": ["LWIP"],
|
||||||
"mbed-trace.enable": true,
|
"mbed-trace.enable": false,
|
||||||
"lwip.ipv4-enabled": true,
|
"lwip.ipv4-enabled": true,
|
||||||
"lwip.ipv6-enabled": true,
|
"lwip.ipv6-enabled": true,
|
||||||
"lwip.tcp-enabled": false,
|
"lwip.tcp-enabled": false,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue