|
320 | 320 | "update-client.storage-locations" : 1, |
321 | 321 | "update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)" |
322 | 322 | }, |
| 323 | + "DISCO_F746NG": { |
| 324 | + "target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""], |
| 325 | + "target.network-default-interface-type" : "ETHERNET", |
| 326 | + "target.bootloader_img" : "bootloader/mbed-bootloader-disco_f746ng-external_kvstore-qspif-738a116.bin", |
| 327 | + "target.header_offset" : "0x20000", |
| 328 | + "target.app_offset" : "0x20400", |
| 329 | + "bootloader-size" : "(64*1024)", |
| 330 | + "mbed-client-pal.pal-max-frag-len" : 1, |
| 331 | + "mbed-client.sn-coap-max-blockwise-payload-size": 256, |
| 332 | + "mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP_BLOCKDEVICE", |
| 333 | + "storage.storage_type" : "TDB_EXTERNAL", |
| 334 | + "storage_tdb_external.blockdevice" : "QSPIF", |
| 335 | + "storage_tdb_external.rbp_internal_size" : "(2*32*1024)", |
| 336 | + "storage_tdb_external.internal_base_address": "(MBED_ROM_START + MBED_BOOTLOADER_SIZE)", |
| 337 | + "storage_tdb_external.external_base_address": "(0)", |
| 338 | + "storage_tdb_external.external_size" : "(128 * 1024)", |
| 339 | + "update-client.application-details" : "(MBED_CONF_STORAGE_TDB_EXTERNAL_INTERNAL_BASE_ADDRESS + MBED_CONF_STORAGE_TDB_EXTERNAL_RBP_INTERNAL_SIZE)", |
| 340 | + "update-client.bootloader-details" : "0x800882c", |
| 341 | + "update-client.firmware-header-version" : "2", |
| 342 | + "update-client.storage-address" : "(MBED_CONF_STORAGE_TDB_EXTERNAL_EXTERNAL_BASE_ADDRESS + MBED_CONF_STORAGE_TDB_EXTERNAL_EXTERNAL_SIZE)", |
| 343 | + "update-client.storage-locations" : 1, |
| 344 | + "update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)" |
| 345 | + }, |
323 | 346 | "DISCO_L496AG": { |
324 | 347 | "target.macros_add": [ |
325 | 348 | "CELLULAR_DEVICE=STModCellular", |
|
0 commit comments