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

Revision:
42:33504aa2fe69
Parent:
11:62d094ea3a0d
--- a/mbed_app.json	Tue Aug 27 19:11:55 2019 +0500
+++ b/mbed_app.json	Wed Sep 04 02:25:09 2019 +0000
@@ -1,9 +1,24 @@
 {
+    "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": {
         "*": {
-            "lwip.ppp-enabled": true,
-            "platform.stdio-convert-newlines": true
+            "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"]
         }
     }
-}
-
+}
\ No newline at end of file