Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 32:86015c274ea9, committed 2023-03-06
- Comitter:
- cyliang
- Date:
- Mon Mar 06 08:44:55 2023 +0000
- Parent:
- 31:fa146660b113
- Commit message:
- Update OS to v6.17 and add M467 WiFi config
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 |
--- a/mbed-os.lib Thu Nov 12 15:16:02 2020 +0800 +++ b/mbed-os.lib Mon Mar 06 08:44:55 2023 +0000 @@ -1,1 +1,1 @@ -https://github.com/ARMmbed/mbed-os/#b114a9c878519d6489ac3426697196bbea34c8ea +https://github.com/ARMmbed/mbed-os/#17dc3dc2e6e2817a8bd3df62f38583319f0e4fed \ No newline at end of file
--- a/mbed_app.json Thu Nov 12 15:16:02 2020 +0800
+++ b/mbed_app.json Mon Mar 06 08:44:55 2023 +0000
@@ -53,6 +53,15 @@
"esp8266.rst" : "PH_3",
"esp8266.provide-default" : true
},
+ "NUMAKER_IOT_M467": {
+ "target.network-default-interface-type" : "WIFI",
+ "esp8266.tx" : "PC_1",
+ "esp8266.rx" : "PC_0",
+ "esp8266.rts" : "PC_3",
+ "esp8266.cts" : "PC_2",
+ "esp8266.rst" : "PC_4",
+ "esp8266.provide-default" : true
+ },
"NU_PFM_M2351_NPSA_NS": {
"target.network-default-interface-type" : "WIFI",
"esp8266.tx" : "PD_1",