|
3 | 3 | "MBED_TRACE_MAX_LEVEL=TRACE_LEVEL_INFO",
|
4 | 4 | "MBED_CLIENT_USER_CONFIG_FILE=\"mbed_cloud_client_user_config.h\"",
|
5 | 5 | "MBED_CLOUD_CLIENT_USER_CONFIG_FILE=\"mbed_cloud_client_user_config.h\"",
|
6 |
| - "MBED_BOOTLOADER_SIZE=(32*1024)", |
7 |
| - "ARM_UC_USE_PAL_BLOCKDEVICE=1", |
8 | 6 | "PAL_PLATFORM_DEFINED_CONFIGURATION=\"mbedOS_SST.h\"",
|
9 | 7 | "PAL_USER_DEFINED_CONFIGURATION=\"mbedOS_SST.h\""
|
10 | 8 | ],
|
|
33 | 31 | "lwip.mem-size" : 12500
|
34 | 32 | },
|
35 | 33 | "K64F": {
|
36 |
| - "target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""], |
| 34 | + "target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\"", "MBED_BOOTLOADER_SIZE=(32*1024)", "ARM_UC_USE_PAL_BLOCKDEVICE=1"], |
37 | 35 | "target.network-default-interface-type" : "ETHERNET",
|
38 | 36 | "target.bootloader_img" : "bootloader/mbed-bootloader-k64f-internal_flash-no_rot-v4.0.1.bin",
|
39 | 37 | "target.header_offset" : "0x8000",
|
|
51 | 49 | "storage.storage_type" : "TDB_INTERNAL"
|
52 | 50 | },
|
53 | 51 | "K66F": {
|
54 |
| - "target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""], |
| 52 | + "target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\"","MBED_BOOTLOADER_SIZE=(32*1024)", "ARM_UC_USE_PAL_BLOCKDEVICE=1"], |
55 | 53 | "target.network-default-interface-type" : "ETHERNET",
|
56 | 54 | "target.bootloader_img" : "bootloader/mbed-bootloader-k66f-internal_flash-no_rot-v4.0.0.bin",
|
57 | 55 | "target.header_offset" : "0x8000",
|
|
67 | 65 | "storage.storage_type" : "TDB_INTERNAL"
|
68 | 66 | },
|
69 | 67 | "NUCLEO_F429ZI": {
|
70 |
| - "target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""], |
| 68 | + "target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\"","MBED_BOOTLOADER_SIZE=(32*1024)", "ARM_UC_USE_PAL_BLOCKDEVICE=1"], |
71 | 69 | "target.network-default-interface-type" : "ETHERNET",
|
72 | 70 | "target.bootloader_img" : "bootloader/mbed-bootloader-nucleo_f429zi-internal_flash-no_rot-v4.0.0.bin",
|
73 | 71 | "target.header_offset" : "0x8000",
|
|
83 | 81 | "storage.storage_type" : "TDB_INTERNAL"
|
84 | 82 | },
|
85 | 83 | "UBLOX_EVK_ODIN_W2": {
|
86 |
| - "target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""], |
| 84 | + "target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\"","MBED_BOOTLOADER_SIZE=(32*1024)", "ARM_UC_USE_PAL_BLOCKDEVICE=1"], |
87 | 85 | "target.network-default-interface-type" : "WIFI",
|
88 | 86 | "target.bootloader_img" : "bootloader/mbed-bootloader-ublox_evk_odin_w2-block_device-kvstore-v4.0.0.bin",
|
89 | 87 | "target.header_offset" : "0x10000",
|
|
106 | 104 | },
|
107 | 105 | "NUCLEO_F411RE": {
|
108 | 106 | "target.extra_labels_add" : ["PSA"],
|
109 |
| - "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"], |
| 107 | + "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","MBED_BOOTLOADER_SIZE=(32*1024)", "ARM_UC_USE_PAL_BLOCKDEVICE=1"], |
110 | 108 | "target.network-default-interface-type" : "WIFI",
|
111 | 109 | "target.bootloader_img" : "bootloader/mbed-bootloader-nucleo_f411re-block_device-kvstore-v4.0.0.bin",
|
112 | 110 | "target.header_offset" : "0x10000",
|
|
136 | 134 | "sd.SPI_MISO" : "PC_2",
|
137 | 135 | "sd.SPI_CLK" : "PC_7",
|
138 | 136 | "sd.SPI_CS" : "PB_9"
|
139 |
| - } |
| 137 | + }, |
| 138 | + "CY8CPROTO_062_4343W": { |
| 139 | + "target.extra_labels_add" : [ "PSA" ], |
| 140 | + "target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\"", "MBED_BOOTLOADER_SIZE=(48*1024)", "ARM_UC_USE_PAL_BLOCKDEVICE=0"], |
| 141 | + "target.network-default-interface-type" : "WIFI", |
| 142 | + "target.bootloader_img" : "bootloader/mbed-bootloader_cy8cproto.hex", |
| 143 | + "target.header_offset" : "0x0000C000", |
| 144 | + "target.app_offset" : "0x0000C400", |
| 145 | + "update-client.bootloader-details" : "0x10009C8C", |
| 146 | + "update-client.application-details" : "0x1000C000", |
| 147 | + "update-client.storage-address" : "0x10110000", |
| 148 | + "update-client.storage-size" : "0x000F0000", |
| 149 | + "update-client.storage-locations" : 1, |
| 150 | + "mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP", |
| 151 | + "storage_tdb_internal.internal_base_address": "0x100F0000", |
| 152 | + "storage_tdb_internal.internal_size" : "0x00020000", |
| 153 | + "storage.storage_type" : "TDB_INTERNAL", |
| 154 | + "target.bootloader_supported" : true, |
| 155 | + "target.mbed_rom_start" : "0x10000000", |
| 156 | + "target.mbed_rom_size" : "0x00200000", |
| 157 | + "target.sectors" : [[268435456, 512]], |
| 158 | + "target.extra_labels_remove" : ["CM0P_SLEEP"] |
| 159 | + } |
140 | 160 | }
|
141 | 161 | }
|
0 commit comments