this is a direct fork of example-ublox-cellular-interface that adds support for USBSerial, and leverages the geneva-cellular-driver library.
Dependencies: ublox-at-cellular-interface ublox-cellular-base
mbed_app.json
- Committer:
- rlanders73
- Date:
- 2019-09-04
- Revision:
- 42:33504aa2fe69
- Parent:
- 11:62d094ea3a0d
File content as of revision 42:33504aa2fe69:
{
"config": {
"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"
}
},
"target_overrides": {
"*": {
"target.features_add": ["COMMON_PAL"],
"target.macros_add": ["USB_STM_HAL"],
"target.device_has_add": ["USBDEVICE"],
"platform.stdio-baud-rate": 115200,
"platform.stdio-convert-newlines": true,
"platform.default-serial-baud-rate": 115200,
"platform.stdio-buffered-serial": true,
"mbed-trace.enable": true,
"target.network-default-interface-type" : "CELLULAR",
"target.macros_add":["TARGET_DISCO_L476VG","USR_BTN=PA_1","LED_RED=PB_15","LED_GREEN=PC_7","LED_BLUE=PB_12"],
"target.macros_add":["TARGET_UBLOX_C030_U201","MODEM_ON_BOARD=1","MDMTXD=PC_4","MDMRXD=PC_5","MDMCTS=PB_13","MDMRTS=PB_14","MDMDTR=PB_15","MDMPWRON=PB_2","MDMVCC=PC_9","MDMRST=PA_8"]
}
}
}