Skip to content

Commit 07403c2

Browse files
authored
Merge pull request #95 from ARMmbed/e2e-test-0.2.1
Update Pelion E2E test library to 0.2.1
2 parents 15d8eb5 + 1563013 commit 07403c2

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Board | Connectivity | Storage for credentials and
2020
`ST NUCLEO_F429ZI` | Ethernet | Internal Flash |
2121
`ST NUCLEO_F411RE` | Wi-Fi ESP8266 | SD card |
2222
`Ublox UBLOX_EVK_ODIN_W2` | Wi-Fi | SD card |
23-
`ST DISCO_L475VG_IOT01A` | Wi-Fi | QSPIF |
23+
`ST DISCO_L475VG_IOT01A` | Wi-Fi | QSPIF | Build-only
2424
`Ublox UBLOX_C030_U201` | Cellular | SD card | Build-only
2525
`Ublox UBLOX_C030_R412M` | Cellular | SD card | Build-only
2626
`Embedded Planet EP_AGORA` | Cellular | SPIF | Build-only
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/pelion-e2e-python-test-library/#1d0fe93aa5f498802ec8d8f065af62bcef0ba38c
1+
https://github.com/ARMmbed/pelion-e2e-python-test-library/#772b9d52c34c0fa6ce42331075460e9df1560de8

mbed_app.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,7 @@
264264
"update-client.firmware-header-version" : "2",
265265
"update-client.storage-address" : "(MBED_CONF_STORAGE_FILESYSTEM_EXTERNAL_BASE_ADDRESS + MBED_CONF_STORAGE_FILESYSTEM_EXTERNAL_SIZE)",
266266
"update-client.storage-locations" : 1,
267-
"update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)",
268-
"run-ci" : 2
267+
"update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)"
269268
},
270269
"EP_AGORA": {
271270
"target.features_remove" : ["BLE", "CRYPTOCELL310"],

0 commit comments

Comments
 (0)