Skip to content

Commit 1f81666

Browse files
committed
Fixes to mbed_app.json
Signed-off-by: Arpit Goel <[email protected]>
1 parent 79bde6d commit 1f81666

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

Diff for: mbed_app.json

+17-6
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,18 @@
1111
"platform.stdio-buffered-serial" : true,
1212
"platform.stdio-flush-at-exit" : true,
1313
"rtos.main-thread-stack-size" : 5120,
14-
"events.shared-stacksize" : 2048,
14+
"update-client.storage-locations" : 1,
1515
"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,
1626
"nsapi.default-wifi-security" : "WPA_WPA2",
1727
"nsapi.default-wifi-ssid" : "\"SSID\"",
1828
"nsapi.default-wifi-password" : "\"PASSWORD\"",
@@ -50,8 +60,6 @@
5060
"fota.enable" : true,
5161
"fota.default-app-ifs" : 1,
5262
"fota.app-default-cb-no-print" : false,
53-
"storage_tdb_internal.internal_base_address": "(1024*1024)",
54-
"storage_tdb_internal.internal_size" : "(96*1024)",
5563
"run-ci" : 2
5664
},
5765
"NUCLEO_F429ZI": {
@@ -64,7 +72,8 @@
6472
"target.restrict_size" : "0xF7E00",
6573
"fota.enable" : true,
6674
"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
6877
},
6978
"NUCLEO_F411RE": {
7079
"target.features_add" : ["STORAGE"],
@@ -89,7 +98,8 @@
8998
"esp8266.provide-default" : true,
9099
"fota.enable" : true,
91100
"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
93103
},
94104
"DISCO_L475VG_IOT01A": {
95105
"target.macros_add" : ["MBED_CLOUD_CLIENT_USER_CONFIG_FILE=\"mbed_cloud_client_user_config.h\"", "MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""],
@@ -105,7 +115,8 @@
105115
"fota.default-app-ifs" : 1,
106116
"fota.app-default-cb-no-print" : false,
107117
"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
109120
}
110121
},
111122
"config": {

0 commit comments

Comments
 (0)