diff --git a/TESTS/integration/COMMON/sample.txt b/TESTS/integration/COMMON/sample.txt index 30955c7..c923761 100644 --- a/TESTS/integration/COMMON/sample.txt +++ b/TESTS/integration/COMMON/sample.txt @@ -937,7 +937,8 @@ ## Flash IAP example -For an example that uses the `FlashIAP` driver, please see the [bootloader example](https://github.com/ARMmbed/mbed-os-example-bootloader). +For an example that uses the `FlashIAP` driver, please see the [Mbed Stress Test](https://github.com/ARMmbed/mbed-stress-test). + # I2C ![](https://os.mbed.com/docs/v5.13/mbed-os-api-doxy/classmbed_1_1_i2_c.png)I2C class hierarchy diff --git a/tools/test/examples/README.md b/tools/test/examples/README.md index 9fea811..9d8c193 100644 --- a/tools/test/examples/README.md +++ b/tools/test/examples/README.md @@ -156,7 +156,6 @@ | mbed-os-example-crash-reporting | K64F | GCC_ARM | TEST_ON | PASSED | | mbed-os-example-filesystem | K64F | GCC_ARM | TEST_ON | PASSED | | mbed-os-example-blinky | K64F | GCC_ARM | TEST_ON | PASSED | -| mbed-os-example-bootloader | K64F | GCC_ARM | TEST_OFF | PASSED | | mbed-os-example-cpu-stats | K64F | GCC_ARM | TEST_ON | PASSED | | mbed-os-example-sys-info | K64F | GCC_ARM | TEST_ON | PASSED | | mbed-os-example-attestation | K64F | GCC_ARM | TEST_ON | PASSED | diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index 4255a41..c61d76d 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -253,20 +253,6 @@ "auto-update" : true }, { - "name": "mbed-os-example-bootloader", - "github":"https://github.com/ARMmbed/mbed-os-example-bootloader", - "sub-repo-example": false, - "subs": [], - "features" : [], - "targets" : ["K64F", "NUCLEO_F429ZI"], - "toolchains" : [], - "exporters": [], - "compile" : true, - "export": true, - "test" : false, - "auto-update" : true - }, - { "name": "mbed-os-example-mbed-crypto", "github":"https://github.com/ARMmbed/mbed-os-example-mbed-crypto", "sub-repo-example": true,