Skip to content

Instantly share code, notes, and snippets.

@marioboncz
Created December 31, 2019 01:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marioboncz/1554aa64dff4eb7ef40b3db2c9b7e666 to your computer and use it in GitHub Desktop.
Save marioboncz/1554aa64dff4eb7ef40b3db2c9b7e666 to your computer and use it in GitHub Desktop.
{
"config": {
"sock-type": "TCP",
"trace-level": {
"help": "Options are TRACE_LEVEL_ERROR,TRACE_LEVEL_WARN,TRACE_LEVEL_INFO,TRACE_LEVEL_DEBUG",
"macro_name": "MBED_TRACE_MAX_LEVEL",
"value": "TRACE_LEVEL_DEBUG"
},
"echo-server-hostname": {
"help": "Echo server host name.",
"value": "\"echo.mbedcloudtesting.com\""
},
"echo-server-port": {
"help": "Echo server port number.",
"value": 7
}
},
"target_overrides": {
"*": {
"platform.stack-stats-enabled": false,
"platform.heap-stats-enabled": false,
"platform.cpu-stats-enabled": false,
"platform.thread-stats-enabled": false,
"platform.sys-stats-enabled": false,
"drivers.uart-serial-rxbuf-size": 1024,
"platform.stdio-flush-at-exit": true,
"cellular.use-apn-lookup": true,
"cellular.radio-access-technology": 8,
"cellular.control-plane-opt": false,
"nsapi.default-cellular-sim-pin": "\"6410\"",
"nsapi.default-cellular-plmn": "\"26003\"",
"nsapi.default-cellular-apn": "\"iot1\"",
"nsapi.default-cellular-username": 0,
"nsapi.default-cellular-password": 0,
"target.network-default-interface-type": "CELLULAR",
"lwip.ipv4-enabled": true,
"lwip.ipv6-enabled": true,
"lwip.ethernet-enabled": false,
"lwip.ppp-enabled": false,
"lwip.tcp-enabled": true,
"platform.stdio-convert-newlines": true,
"platform.stdio-baud-rate": 115200,
"platform.default-serial-baud-rate": 115200,
"platform.stdio-buffered-serial": false,
"mbed-trace.enable": true,
"mbed-trace.max-level": "TRACE_LEVEL_DEBUG",
"cellular.debug-at": true,
"QUECTEL_BG96.provide-default": false,
"QUECTEL_BG96.polarity": "1",
"QUECTEL_BG96.tx": "p9",
"QUECTEL_BG96.rx": "p7",
"QUECTEL_BG96.pwr": "p6",
"QUECTEL_BG96.rst": "p14"
}
},
"macros":[
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment