NuMaker WiFi TCP Example

Files at this revision

API Documentation at this revision

Comitter:
ccli8
Date:
Thu Nov 12 15:16:02 2020 +0800
Parent:
30:46a585864956
Child:
32:86015c274ea9
Commit message:
Update to mbed-os 5.15.6 to support NuMaker-M2354 Ver 1.1 (MP chip)

NuMaker-M2354 Ver 1.1 (MP chip) must match mbed-os 5.15.6 and afterwards.
NuMaker-M2354 Ver 1.0 (test chip) must match mbed-os 5.15.5 and gets drprecated.

Changed in this revision

mbed-os.lib Show annotated file Show diff for this revision Revisions of this file
mbed_app.json Show annotated file Show diff for this revision Revisions of this file
diff -r 46a585864956 -r fa146660b113 mbed-os.lib
--- a/mbed-os.lib	Tue Sep 01 06:00:36 2020 +0000
+++ b/mbed-os.lib	Thu Nov 12 15:16:02 2020 +0800
@@ -1,1 +1,1 @@
-https://github.com/ARMmbed/mbed-os/#6a244d7adffc0e93872cfc880e539ee11bbc6002
+https://github.com/ARMmbed/mbed-os/#b114a9c878519d6489ac3426697196bbea34c8ea
diff -r 46a585864956 -r fa146660b113 mbed_app.json
--- a/mbed_app.json	Tue Sep 01 06:00:36 2020 +0000
+++ b/mbed_app.json	Thu Nov 12 15:16:02 2020 +0800
@@ -63,6 +63,15 @@
             "esp8266.pwr"                           : "PD_7",
             "esp8266.provide-default"               : true
         },
+        "NU_M2354_NPSA_NS": {
+            "target.network-default-interface-type" : "WIFI",
+            "esp8266.tx"                            : "PC_7",
+            "esp8266.rx"                            : "PC_6",
+            "esp8266.rts"                           : "PE_13",
+            "esp8266.cts"                           : "PC_8",
+            "esp8266.rst"                           : "PC_13",
+            "esp8266.provide-default"               : true
+        },
         "NUMAKER_IOT_M263A": {
             "target.network-default-interface-type" : "WIFI",
             "esp8266.tx"                            : "PC_7",