|
320 | 320 | "esp8266.cts" : "D12",
|
321 | 321 | "esp8266.rts" : "PB_1",
|
322 | 322 | "esp8266.rst" : "D8"
|
| 323 | + }, |
| 324 | + "RZ_A1H": { |
| 325 | + "target.extra_labels_add" : ["PSA"], |
| 326 | + "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"], |
| 327 | + "target.bootloader_supported" : true, |
| 328 | + "target.network-default-interface-type" : "ETHERNET", |
| 329 | + "target.bootloader_img" : "bootloader/mbed-bootloader-gr_peach-internal_flash-no_rot-v4.1.2.bin", |
| 330 | + "target.header_offset" : "0x10000", |
| 331 | + "target.app_offset" : "0x10400", |
| 332 | + "bootloader-size" : "(64*1024)", |
| 333 | + "update-client.bootloader-details" : "0x1800a660", |
| 334 | + "update-client.application-details" : "(MBED_ROM_START + MBED_BOOTLOADER_SIZE)", |
| 335 | + "update-client.storage-address" : "(MBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_BASE_ADDRESS+MBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_SIZE)", |
| 336 | + "update-client.storage-size" : "(4*1024*1024-MBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_SIZE)", |
| 337 | + "update-client.storage-page" : 1, |
| 338 | + "mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP", |
| 339 | + "storage_tdb_internal.internal_base_address": "(MBED_ROM_START+4*1024*1024)", |
| 340 | + "storage_tdb_internal.internal_size" : "(2*24*1024)", |
| 341 | + "storage.storage_type" : "TDB_INTERNAL" |
| 342 | + }, |
| 343 | + "GR_LYCHEE": { |
| 344 | + "target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""], |
| 345 | + "target.bootloader_supported" : true, |
| 346 | + "target.network-default-interface-type" : "WIFI", |
| 347 | + "target.components_add" : ["WIFI_ESP32"], |
| 348 | + "target.bootloader_img" : "bootloader/mbed-bootloader-gr_lychee-internal_flash-no_rot-v4.1.2.bin", |
| 349 | + "target.header_offset" : "0x10000", |
| 350 | + "target.app_offset" : "0x10400", |
| 351 | + "bootloader-size" : "(64*1024)", |
| 352 | + "update-client.bootloader-details" : "0x1800a468", |
| 353 | + "update-client.application-details" : "(MBED_ROM_START + MBED_BOOTLOADER_SIZE)", |
| 354 | + "update-client.storage-address" : "(MBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_BASE_ADDRESS+MBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_SIZE)", |
| 355 | + "update-client.storage-size" : "(4*1024*1024-MBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_SIZE)", |
| 356 | + "update-client.storage-page" : 1, |
| 357 | + "mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP", |
| 358 | + "storage_tdb_internal.internal_base_address": "(MBED_ROM_START+4*1024*1024)", |
| 359 | + "storage_tdb_internal.internal_size" : "(2*24*1024)", |
| 360 | + "storage.storage_type" : "TDB_INTERNAL" |
323 | 361 | }
|
324 | 362 | },
|
325 | 363 | "config": {
|
|
0 commit comments