diff --git a/mbed_app.json b/mbed_app.json index 9eb3cc8..e12f892 100644 --- a/mbed_app.json +++ b/mbed_app.json @@ -66,7 +66,8 @@ "mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP", "storage_tdb_internal.internal_base_address": "(1024*1024)", "storage_tdb_internal.internal_size" : "(96*1024)", - "storage.storage_type" : "TDB_INTERNAL" + "storage.storage_type" : "TDB_INTERNAL", + "run-ci" : 2 }, "NUCLEO_F429ZI": { "target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""], @@ -238,7 +239,8 @@ "update-client.firmware-header-version" : "2", "update-client.storage-address" : "(MBED_CONF_STORAGE_FILESYSTEM_EXTERNAL_BASE_ADDRESS + MBED_CONF_STORAGE_FILESYSTEM_EXTERNAL_SIZE)", "update-client.storage-locations" : 1, - "update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)" + "update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)", + "run-ci" : 2 }, "EP_AGORA": { "target.features_add" : ["LWIP", "STORAGE", "BOOTLOADER"],