|
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 | 6 | "ARM_UC_USE_PAL_BLOCKDEVICE=1"
|
8 | 7 | ],
|
9 | 8 | "target_overrides": {
|
|
134 | 133 | "sd.SPI_MISO" : "PC_2",
|
135 | 134 | "sd.SPI_CLK" : "PC_7",
|
136 | 135 | "sd.SPI_CS" : "PB_9"
|
| 136 | + }, |
| 137 | + "DISCO_L475VG_IOT01A": { |
| 138 | + "target.network-default-interface-type" : "WIFI", |
| 139 | + "target.bootloader_img" : "bootloader/mbed-bootloader-disco_l475vg_iot01a-internal_qspif-kvstore-unofficial.bin", |
| 140 | + "target.header_offset" : "0x11800", |
| 141 | + "target.app_offset" : "0x11C00", |
| 142 | + "target.components_add" : ["QSPIF"], |
| 143 | + "bootloader-size" : "(38*1024)", |
| 144 | + "ism43362.read-thread-stack-size" : 1024, |
| 145 | + "mbed-client-pal.pal-max-frag-len" : 1, |
| 146 | + "mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP_BLOCKDEVICE", |
| 147 | + "storage.storage_type" : "TDB_INTERNAL", |
| 148 | + "storage_tdb_internal.internal_base_address": "(MBED_ROM_START + MBED_BOOTLOADER_SIZE)", |
| 149 | + "storage_tdb_internal.internal_size" : "(2*16*1024)", |
| 150 | + "update-client.application-details" : "(MBED_ROM_START + MBED_BOOTLOADER_SIZE + MBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_SIZE)", |
| 151 | + "update-client.bootloader-details" : "0x08000000", |
| 152 | + "update-client.firmware-header-version" : "2", |
| 153 | + "update-client.storage-address" : "0", |
| 154 | + "update-client.storage-locations" : 1, |
| 155 | + "update-client.storage-page" : 256, |
| 156 | + "update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)" |
| 157 | + } |
| 158 | + }, |
| 159 | + "config": { |
| 160 | + "bootloader-size": { |
| 161 | + "help" : "Helper macro to enable calculation of rom regions. target.header_offset and target.app_offset still needs to be calculated manually, though.", |
| 162 | + "value" : "(32*1024)", |
| 163 | + "macro_name": "MBED_BOOTLOADER_SIZE" |
137 | 164 | }
|
138 | 165 | }
|
139 | 166 | }
|
0 commit comments