Skip to content

Commit 4f0f7b5

Browse files
Jammu Kekkonentoyowata
authored andcommitted
add more targets to be tested by ci
1 parent 6f5ad99 commit 4f0f7b5

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

mbed_app.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
"mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP",
6767
"storage_tdb_internal.internal_base_address": "(1024*1024)",
6868
"storage_tdb_internal.internal_size" : "(96*1024)",
69-
"storage.storage_type" : "TDB_INTERNAL"
69+
"storage.storage_type" : "TDB_INTERNAL",
70+
"run-ci" : 2
7071
},
7172
"NUCLEO_F429ZI": {
7273
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""],
@@ -82,7 +83,8 @@
8283
"mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP",
8384
"storage_tdb_internal.internal_base_address": "(MBED_ROM_START+1024*1024)",
8485
"storage_tdb_internal.internal_size" : "(128*1024)",
85-
"storage.storage_type" : "TDB_INTERNAL"
86+
"storage.storage_type" : "TDB_INTERNAL",
87+
"run-ci" : 2
8688
},
8789
"UBLOX_EVK_ODIN_W2": {
8890
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""],
@@ -104,7 +106,8 @@
104106
"storage_filesystem.filesystem" : "LITTLE",
105107
"storage_filesystem.blockdevice" : "SD",
106108
"target.lse_available" : 0,
107-
"target.macros_remove" : ["MBEDTLS_CONFIG_HW_SUPPORT"]
109+
"target.macros_remove" : ["MBEDTLS_CONFIG_HW_SUPPORT"],
110+
"run-ci" : 2
108111
},
109112
"UBLOX_C030_U201": {
110113
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""],
@@ -181,7 +184,8 @@
181184
"esp8266.rst" : "PA_7",
182185
"esp8266.rts" : "PA_12",
183186
"esp8266.cts" : "PA_11",
184-
"esp8266.provide-default" : true
187+
"esp8266.provide-default" : true,
188+
"run-ci" : 2
185189
},
186190
"NUMAKER_IOT_M487": {
187191
"target.extra_labels_add" : ["PSA"],
@@ -238,7 +242,8 @@
238242
"update-client.firmware-header-version" : "2",
239243
"update-client.storage-address" : "(MBED_CONF_STORAGE_FILESYSTEM_EXTERNAL_BASE_ADDRESS + MBED_CONF_STORAGE_FILESYSTEM_EXTERNAL_SIZE)",
240244
"update-client.storage-locations" : 1,
241-
"update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)"
245+
"update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)",
246+
"run-ci" : 2
242247
},
243248
"EP_AGORA": {
244249
"target.features_add" : ["LWIP", "STORAGE", "BOOTLOADER"],

0 commit comments

Comments
 (0)