NuMaker Cellular(NB-IoT/4G)

Revision:
1:d0c9909ec4d6
Parent:
0:25c616c85d69
Child:
2:8730ba700f06
diff -r 25c616c85d69 -r d0c9909ec4d6 mbed_app.json
--- a/mbed_app.json	Tue Sep 24 02:53:23 2019 +0000
+++ b/mbed_app.json	Fri Oct 04 02:50:54 2019 +0000
@@ -21,8 +21,8 @@
             "mbed-trace.enable": false,
             "lwip.ipv4-enabled": true,
             "lwip.ethernet-enabled": false,
-            "lwip.ppp-enabled": false,
-            "lwip.tcp-enabled": false,
+            "lwip.ppp-enabled": true,
+            "lwip.tcp-enabled": true,
             "platform.stdio-convert-newlines": true,
             "platform.stdio-baud-rate": 115200,
             "platform.default-serial-baud-rate": 115200,
@@ -30,9 +30,19 @@
             "cellular.debug-at": false,
             "nsapi.default-cellular-plmn": 0,
             "nsapi.default-cellular-sim-pin": 0,
-            "nsapi.default-cellular-apn": 0,
+            "nsapi.default-cellular-apn": "\"internet\"",
             "nsapi.default-cellular-username": 0,
             "nsapi.default-cellular-password": 0
-        }
+        },
+        "NUMAKER_IOT_M487": {
+            "GENERIC_AT3GPP.provide-default": true,
+            "GENERIC_AT3GPP.tx": "D1",
+            "GENERIC_AT3GPP.rx": "D0"
+        },
+        "NUMAKER_IOT_M263A": {
+            "GENERIC_AT3GPP.provide-default": true,
+            "GENERIC_AT3GPP.tx": "PE_14",
+            "GENERIC_AT3GPP.rx": "PE_15"
+        }        
     }
 }