|
11 | 11 | "platform.stdio-buffered-serial" : true,
|
12 | 12 | "platform.stdio-flush-at-exit" : true,
|
13 | 13 | "rtos.main-thread-stack-size" : 5120,
|
14 |
| - "events.shared-stacksize" : 2048, |
| 14 | + "update-client.storage-locations" : 1, |
15 | 15 | "mbed-trace.enable" : null,
|
| 16 | + "storage.storage_type" : null, |
| 17 | + "storage_filesystem.filesystem" : null, |
| 18 | + "storage_filesystem.blockdevice" : null, |
| 19 | + "storage_tdb_internal.internal_base_address": null, |
| 20 | + "storage_tdb_internal.internal_size" : null, |
| 21 | + "storage_filesystem.internal_base_address" : null, |
| 22 | + "storage_filesystem.rbp_internal_size" : null, |
| 23 | + "storage_filesystem.external_base_address" : null, |
| 24 | + "storage_filesystem.external_size" : null, |
| 25 | + "events.shared-stacksize" : 2048, |
16 | 26 | "nsapi.default-wifi-security" : "WPA_WPA2",
|
17 | 27 | "nsapi.default-wifi-ssid" : "\"SSID\"",
|
18 | 28 | "nsapi.default-wifi-password" : "\"PASSWORD\"",
|
|
50 | 60 | "fota.enable" : true,
|
51 | 61 | "fota.default-app-ifs" : 1,
|
52 | 62 | "fota.app-default-cb-no-print" : false,
|
53 |
| - "storage_tdb_internal.internal_base_address": "(1024*1024)", |
54 |
| - "storage_tdb_internal.internal_size" : "(96*1024)", |
55 | 63 | "run-ci" : 2
|
56 | 64 | },
|
57 | 65 | "NUCLEO_F429ZI": {
|
|
64 | 72 | "target.restrict_size" : "0xF7E00",
|
65 | 73 | "fota.enable" : true,
|
66 | 74 | "fota.default-app-ifs" : 1,
|
67 |
| - "fota.app-default-cb-no-print" : false |
| 75 | + "fota.app-default-cb-no-print" : false, |
| 76 | + "run-ci" : 2 |
68 | 77 | },
|
69 | 78 | "NUCLEO_F411RE": {
|
70 | 79 | "target.features_add" : ["STORAGE"],
|
|
89 | 98 | "esp8266.provide-default" : true,
|
90 | 99 | "fota.enable" : true,
|
91 | 100 | "fota.default-app-ifs" : 1,
|
92 |
| - "fota.app-default-cb-no-print" : false |
| 101 | + "fota.app-default-cb-no-print" : false, |
| 102 | + "run-ci" : 2 |
93 | 103 | },
|
94 | 104 | "DISCO_L475VG_IOT01A": {
|
95 | 105 | "target.macros_add" : ["MBED_CLOUD_CLIENT_USER_CONFIG_FILE=\"mbed_cloud_client_user_config.h\"", "MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""],
|
|
105 | 115 | "fota.default-app-ifs" : 1,
|
106 | 116 | "fota.app-default-cb-no-print" : false,
|
107 | 117 | "fota.encryption-support" : true,
|
108 |
| - "fota.key-encryption" : "FOTA_USE_ENCRYPTED_ONE_TIME_FW_KEY" |
| 118 | + "fota.key-encryption" : "FOTA_USE_ENCRYPTED_ONE_TIME_FW_KEY", |
| 119 | + "run-ci" : 2 |
109 | 120 | }
|
110 | 121 | },
|
111 | 122 | "config": {
|
|
0 commit comments