Navigation Menu

Skip to content

Commit

Permalink
Upgrade OS to v5.15.4 and support M263/NUC472/M2351 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
cyliangtw committed Aug 4, 2020
1 parent d2d9c85 commit 6f3943f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mbed-os.lib
@@ -1 +1 @@
https://github.com/ARMmbed/mbed-os/#64853b354fa188bfe8dbd51e78771213c7ed37f7
https://github.com/ARMmbed/mbed-os/#e4b81f67f939a0c0b11c147ce74aa367271e1279
30 changes: 30 additions & 0 deletions mbed_app.json
Expand Up @@ -27,6 +27,36 @@
"esp8266.provide-default" : true,
"target.macros_add" : ["MBEDTLS_ENTROPY_HARDWARE_ALT"]
},
"NUMAKER_IOT_M263A": {
"led-pin": "LED1",
"user-button": "PG_4",
"target.network-default-interface-type" : "WIFI",
"esp8266.tx" : "PC_7",
"esp8266.rx" : "PC_6",
"esp8266.rts" : "PE_13",
"esp8266.cts" : "PC_8",
"esp8266.rst" : "PE_12",
"esp8266.provide-default" : true
},
"NUMAKER_PFM_NUC472": {
"target.network-default-interface-type" : "ETHERNET",
"target.macros_add" : ["MBEDTLS_ENTROPY_HARDWARE_ALT"]
},
"NU_PFM_M2351_NPSA_NS": {
"target.network-default-interface-type" : "WIFI",
"esp8266.tx" : "PD_1",
"esp8266.rx" : "PD_0",
"esp8266.rts" : "PD_3",
"esp8266.cts" : "PD_2",
"esp8266.rst" : "NC",
"esp8266.pwr" : "PD_7",
"esp8266.provide-default" : true,
"target.extra_labels_remove" : ["NU_PREBUILD_SECURE"],
"target.mbed_rom_start" : "0x10010000",
"target.mbed_rom_size" : "0x70000",
"target.mbed_ram_start" : "0x30002000",
"target.mbed_ram_size" : "0x16000"
},
"RZ_A1H": {
"target.macros_add" : ["MBEDTLS_TEST_NULL_ENTROPY", "MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES"],
"target.network-default-interface-type" : "ETHERNET"
Expand Down

0 comments on commit 6f3943f

Please sign in to comment.