|
49 | 49 | "mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP",
|
50 | 50 | "storage_tdb_internal.internal_base_address": "(512*1024)",
|
51 | 51 | "storage_tdb_internal.internal_size" : "(32*1024)",
|
52 |
| - "storage.storage_type" : "TDB_INTERNAL" |
| 52 | + "storage.storage_type" : "TDB_INTERNAL", |
| 53 | + "run-ci" : 2 |
53 | 54 | },
|
54 | 55 | "K66F": {
|
55 | 56 | "target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""],
|
|
65 | 66 | "mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP",
|
66 | 67 | "storage_tdb_internal.internal_base_address": "(1024*1024)",
|
67 | 68 | "storage_tdb_internal.internal_size" : "(96*1024)",
|
68 |
| - "storage.storage_type" : "TDB_INTERNAL" |
| 69 | + "storage.storage_type" : "TDB_INTERNAL", |
| 70 | + "run-ci" : 2 |
69 | 71 | },
|
70 | 72 | "NUCLEO_F429ZI": {
|
71 | 73 | "target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""],
|
|
237 | 239 | "update-client.firmware-header-version" : "2",
|
238 | 240 | "update-client.storage-address" : "(MBED_CONF_STORAGE_FILESYSTEM_EXTERNAL_BASE_ADDRESS + MBED_CONF_STORAGE_FILESYSTEM_EXTERNAL_SIZE)",
|
239 | 241 | "update-client.storage-locations" : 1,
|
240 |
| - "update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)" |
| 242 | + "update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)", |
| 243 | + "run-ci" : 2 |
241 | 244 | },
|
242 | 245 | "EP_AGORA": {
|
243 | 246 | "target.features_add" : ["LWIP", "STORAGE", "BOOTLOADER"],
|
|
353 | 356 | "help" : "Helper macro to enable calculation of rom regions. target.header_offset and target.app_offset still needs to be calculated manually, though.",
|
354 | 357 | "value" : "(32*1024)",
|
355 | 358 | "macro_name": "MBED_BOOTLOADER_SIZE"
|
| 359 | + }, |
| 360 | + "run-ci": { |
| 361 | + "help" : "Configuration item to control the level of CI verification. 0 = ignored, 1 = build-only, 2 = build + E2E tests", |
| 362 | + "accepted_values": [0, 1, 2], |
| 363 | + "value" : 1 |
356 | 364 | }
|
357 | 365 | }
|
358 | 366 | }
|
0 commit comments