Skip to content

Commit 30e1576

Browse files
authored
Merge pull request #103 from ccli8/nuvoton_initial_support_nuc472
Support NUMAKER_PFM_NUC472 (re-raise)
2 parents a7efc87 + 07ac3b3 commit 30e1576

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Board | Connectivity | Storage for credentials and
2626
`Embedded Planet EP_AGORA` | Cellular | SPIF | Build-only
2727
`ST NUCLEO_H743ZI2` | Ethernet | Internal Flash | Build-only
2828
`ST NUCLEO_L4R5ZI` | Wi-Fi ESP8266 | Internal Flash | Build-only
29+
`Nuvoton NUMAKER_PFM_NUC472` | Ethernet | SD card (NUSD) | Build-only
2930
`Nuvoton NUMAKER_PFM_M487` | Ethernet | SD card (NUSD) | Build-only
3031
`Nuvoton NUMAKER_IOT_M487` | Wi-Fi ESP8266 | SD card (NUSD) | Build-only
3132
`Seeed ARCH_MAX` | Ethernet | SD card | Build-only
Binary file not shown.

mbed_app.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,31 @@
184184
"esp8266.cts" : "PA_11",
185185
"esp8266.provide-default" : true
186186
},
187+
"NUMAKER_PFM_NUC472": {
188+
"target.extra_labels_add" : ["PSA"],
189+
"target.network-default-interface-type" : "ETHERNET",
190+
"target.bootloader_img" : "bootloader/mbed-bootloader-nuc472-block_device-kvstore-v4.1.0.bin",
191+
"bootloader-size" : "(64*1024)",
192+
"target.header_offset" : "0x12000",
193+
"target.app_offset" : "0x12400",
194+
"target.components_add" : ["NUSD"],
195+
"nusd.provide-default-blockdevice" : true,
196+
"nusd.provide-kvstore-other-blockdevice" : true,
197+
"update-client.bootloader-details" : "0x0",
198+
"update-client.application-details" : "0x12000",
199+
"update-client.storage-address" : "(1024*1024*64)",
200+
"update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)",
201+
"update-client.storage-locations" : 1,
202+
"mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP_BLOCKDEVICE",
203+
"storage.storage_type" : "FILESYSTEM",
204+
"storage_filesystem.filesystem" : "LITTLE",
205+
"storage_filesystem.blockdevice" : "other",
206+
"storage_filesystem.internal_base_address" : "(MBED_ROM_START + MBED_BOOTLOADER_SIZE)",
207+
"storage_filesystem.rbp_internal_size" : "(2*4*1024)",
208+
"storage_filesystem.external_base_address" : "(0x0)",
209+
"storage_filesystem.external_size" : "(1024*1024*64)",
210+
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS_SW_TRNG_PSA.h\"", "MBEDTLS_PSA_CRYPTO_C", "MBEDTLS_ENTROPY_NV_SEED", "PAL_USE_HW_TRNG=0"]
211+
},
187212
"NUMAKER_PFM_M487": {
188213
"target.extra_labels_add" : ["PSA"],
189214
"target.network-default-interface-type" : "ETHERNET",

0 commit comments

Comments
 (0)