Skip to content

Commit 7d7804c

Browse files
authored
Merge pull request #93 from ARMmbed/add_ci
add more targets to be tested by ci
2 parents ede4f6f + 3cb2298 commit 7d7804c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

mbed_app.json

Lines changed: 4 additions & 2 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\""],
@@ -238,7 +239,8 @@
238239
"update-client.firmware-header-version" : "2",
239240
"update-client.storage-address" : "(MBED_CONF_STORAGE_FILESYSTEM_EXTERNAL_BASE_ADDRESS + MBED_CONF_STORAGE_FILESYSTEM_EXTERNAL_SIZE)",
240241
"update-client.storage-locations" : 1,
241-
"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
242244
},
243245
"EP_AGORA": {
244246
"target.features_add" : ["LWIP", "STORAGE", "BOOTLOADER"],

0 commit comments

Comments
 (0)