|
1 | 1 | { |
2 | 2 | "macros": [ |
3 | | - "ARM_UC_USE_PAL_BLOCKDEVICE=1", |
4 | 3 | "MBEDTLS_USE_PSA_CRYPTO" |
5 | 4 | ], |
6 | 5 | "target_overrides": { |
7 | 6 | "*": { |
8 | | - "target.features_add" : ["EXPERIMENTAL_API", "BOOTLOADER", "STORAGE"], |
9 | | - "target.c_lib" : "std", |
| 7 | + "target.features_add" : ["EXPERIMENTAL_API", "STORAGE"], |
10 | 8 | "platform.stdio-baud-rate" : 115200, |
11 | 9 | "platform.stdio-convert-newlines" : true, |
12 | 10 | "platform.stdio-buffered-serial" : true, |
13 | 11 | "platform.stdio-flush-at-exit" : true, |
14 | 12 | "rtos.main-thread-stack-size" : 5120, |
15 | 13 | "mbed-cloud-client.psa-support" : 1, |
16 | 14 | "update-client.storage-locations" : 1, |
17 | | - "mbed-trace.enable" : null |
18 | | - }, |
19 | | - "Freescale": { |
20 | | - "lwip.mem-size" : 12500 |
| 15 | + "mbed-trace.enable" : null, |
| 16 | + "storage.storage_type" : null, |
| 17 | + "storage_filesystem.filesystem" : null, |
| 18 | + "storage_filesystem.blockdevice" : null, |
| 19 | + "storage_filesystem.internal_base_address" : null, |
| 20 | + "storage_filesystem.rbp_internal_size" : null, |
| 21 | + "storage_filesystem.external_base_address" : null, |
| 22 | + "storage_filesystem.external_size" : null, |
| 23 | + "fota.enable" : true, |
| 24 | + "fota.default-app-ifs" : 1 |
21 | 25 | }, |
22 | 26 | "K64F": { |
23 | 27 | "target.network-default-interface-type" : "ETHERNET", |
24 | | - "target.bootloader_img" : "tools/mbed-bootloader-k64f-block_device-kvstore-v4.1.0.bin", |
| 28 | + "target.extra_labels_add" : ["BL_SD"], |
25 | 29 | "target.header_offset" : "0xa000", |
26 | | - "target.app_offset" : "0xa400", |
| 30 | + "target.app_offset" : "0xa200", |
27 | 31 | "target.components_add" : ["SD"], |
28 | | - "update-client.bootloader-details" : "0x00007188", |
29 | | - "update-client.application-details" : "(40*1024)", |
30 | | - "update-client.storage-address" : "(1024*1024*64)", |
31 | | - "update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)", |
32 | | - "mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP_BLOCKDEVICE", |
33 | | - "storage_filesystem.internal_base_address" : "(32*1024)", |
34 | | - "storage_filesystem.rbp_internal_size" : "(8*1024)", |
35 | | - "storage_filesystem.external_base_address" : "(0x0)", |
36 | | - "storage_filesystem.external_size" : "(1024*1024*64)", |
37 | | - "storage.storage_type" : "FILESYSTEM", |
38 | | - "storage_filesystem.filesystem" : "LITTLE", |
39 | | - "storage_filesystem.blockdevice" : "SD" |
40 | | - }, |
41 | | - "K66F": { |
42 | | - "target.network-default-interface-type" : "ETHERNET", |
43 | | - "target.bootloader_img" : "tools/mbed-bootloader-k66f-internal_flash-no_rot-v4.1.0.bin", |
44 | | - "target.header_offset" : "0x8000", |
45 | | - "target.app_offset" : "0x8400", |
46 | | - "rtos.main-thread-stack-size" : 8192, |
47 | | - "update-client.bootloader-details" : "0x4D58", |
48 | | - "update-client.application-details" : "(32*1024)", |
49 | | - "update-client.storage-address" : "(MBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_BASE_ADDRESS+MBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_SIZE)", |
50 | | - "update-client.storage-size" : "(1024*1024-MBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_SIZE)", |
51 | | - "update-client.storage-page" : 8, |
52 | | - "mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP", |
53 | | - "mbed-cloud-client.disable-certificate-enrollment": null, |
54 | | - "storage_tdb_internal.internal_base_address": "(1024*1024)", |
55 | | - "storage_tdb_internal.internal_size" : "(96*1024)", |
56 | | - "storage.storage_type" : "TDB_INTERNAL" |
| 32 | + "fota.num-components" : 2, |
| 33 | + "fota.app-default-cb-no-print" : false, |
| 34 | + "fota.encryption-support" : true |
57 | 35 | } |
58 | 36 | }, |
59 | 37 | "config": { |
|
0 commit comments