Skip to content

Commit 2910a41

Browse files
committed
Add Seeed Arch-MAX support
1 parent 727fbb8 commit 2910a41

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
@@ -24,6 +24,7 @@ Board | Connectivity | Storage for credentials and
2424
`Ublox UBLOX_C030_U201` | Cellular | SD card | Build-only
2525
`Ublox UBLOX_C030_R412M` | Cellular | SD card | Build-only
2626
`Embedded Planet EP_AGORA` | Cellular | SPIF | Build-only
27+
`Seeed ARCH_MAX` | Ethernet | SD card | Build-only
2728

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

Binary file not shown.

mbed_app.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,28 @@
244244
"lwip.ethernet-enabled" : false,
245245
"lwip.mem-size" : 22000,
246246
"nsapi.dns-response-wait-time" : 30000
247+
},
248+
"ARCH_MAX": {
249+
"target.extra_labels_add" : ["PSA"],
250+
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""],
251+
"target.network-default-interface-type" : "ETHERNET",
252+
"target.bootloader_img" : "bootloader/mbed-bootloader-arch_max-block_device-kvstore-v4.0.3.bin",
253+
"target.header_offset" : "0x10000",
254+
"target.app_offset" : "0x10400",
255+
"update-client.bootloader-details" : "0x08006FB8",
256+
"update-client.application-details" : "(0x08000000+64*1024)",
257+
"update-client.storage-address" : "(1024*1024*64)",
258+
"update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)",
259+
"mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP_BLOCKDEVICE",
260+
"storage_filesystem.internal_base_address" : "(0x08000000+32*1024)",
261+
"storage_filesystem.rbp_internal_size" : "(32*1024)",
262+
"storage_filesystem.external_base_address" : "(0x0)",
263+
"storage_filesystem.external_size" : "(1024*1024*64)",
264+
"storage.storage_type" : "FILESYSTEM",
265+
"storage_filesystem.filesystem" : "LITTLE",
266+
"storage_filesystem.blockdevice" : "SD",
267+
"target.lse_available" : 0,
268+
"target.macros_remove" : ["MBEDTLS_CONFIG_HW_SUPPORT"]
247269
}
248270
},
249271
"config": {

0 commit comments

Comments
 (0)