|
320 | 320 | "esp8266.cts" : "D12",
|
321 | 321 | "esp8266.rts" : "PB_1",
|
322 | 322 | "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"] |
323 | 345 | }
|
324 | 346 | },
|
325 | 347 | "config": {
|
|
0 commit comments