NuMaker connection with AWS IoT thru MQTT/HTTPS

Dependencies:   MQTT

Files at this revision

API Documentation at this revision

Comitter:
ccli8
Date:
Fri Oct 12 15:36:09 2018 +0800
Parent:
14:6254599de060
Child:
16:085ccdd153fe
Commit message:
Support NUMAKER_IOT_M487 target

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/mbed_app.json	Fri Oct 12 15:34:28 2018 +0800
+++ b/mbed_app.json	Fri Oct 12 15:36:09 2018 +0800
@@ -26,6 +26,12 @@
             "target.macros_add": [
                 "ESP8266_AT_SEL=ESP8266_AT_EXTERN"
             ]
+        },
+        "NUMAKER_IOT_M487": {
+            "target.network-default-interface-type" : "WIFI",
+            "target.macros_add": [
+                "ESP8266_AT_SEL=ESP8266_AT_ONBOARD"
+            ]
         }
     }
 }