Skip to content

Commit d6f1c52

Browse files
authored
Merge pull request #69 from toyowata/dev_arch_max
Add Seeed Arch-MAX support
2 parents 7d7804c + 2e232dc commit d6f1c52

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Board | Connectivity | Storage for credentials and
2727
`ST NUCLEO_H743ZI2` | Ethernet | Internal Flash | Build-only
2828
`ST NUCLEO_L4R5ZI` | Wi-Fi ESP8266 | Internal Flash | Build-only
2929
`Nuvoton NUMAKER_IOT_M487` | Wi-Fi ESP8266 | SD card (NUSD) | Build-only
30+
`Seeed ARCH_MAX` | Ethernet | SD card | Build-only
3031

3132
Build-only = This target is currently verified only via compilation, and is not verified at runtime.
3233

Binary file not shown.

mbed_app.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,28 @@
320320
"esp8266.cts" : "D12",
321321
"esp8266.rts" : "PB_1",
322322
"esp8266.rst" : "D8"
323+
},
324+
"ARCH_MAX": {
325+
"target.extra_labels_add" : ["PSA"],
326+
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""],
327+
"target.network-default-interface-type" : "ETHERNET",
328+
"target.bootloader_img" : "bootloader/mbed-bootloader-arch_max-block_device-kvstore-v4.0.3.bin",
329+
"target.header_offset" : "0x10000",
330+
"target.app_offset" : "0x10400",
331+
"update-client.bootloader-details" : "0x08006FB8",
332+
"update-client.application-details" : "(0x08000000+64*1024)",
333+
"update-client.storage-address" : "(1024*1024*64)",
334+
"update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)",
335+
"mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP_BLOCKDEVICE",
336+
"storage_filesystem.internal_base_address" : "(0x08000000+32*1024)",
337+
"storage_filesystem.rbp_internal_size" : "(32*1024)",
338+
"storage_filesystem.external_base_address" : "(0x0)",
339+
"storage_filesystem.external_size" : "(1024*1024*64)",
340+
"storage.storage_type" : "FILESYSTEM",
341+
"storage_filesystem.filesystem" : "LITTLE",
342+
"storage_filesystem.blockdevice" : "SD",
343+
"target.lse_available" : 0,
344+
"target.macros_remove" : ["MBEDTLS_CONFIG_HW_SUPPORT"]
323345
}
324346
},
325347
"config": {

0 commit comments

Comments
 (0)