Skip to content

Commit f02fbaa

Browse files
committed
examples: Deprecate mbed-os-example-bootloader
We no longer support the mbed-os-example-bootloader example.
1 parent f4f8d8f commit f02fbaa

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

TESTS/integration/COMMON/sample.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,8 @@ View the full C++ API:
937937

938938
## Flash IAP example
939939

940-
For an example that uses the `FlashIAP` driver, please see the [bootloader example](https://github.com/ARMmbed/mbed-os-example-bootloader).
940+
For an example that uses the `FlashIAP` driver, please see the [Mbed Stress Test](https://github.com/ARMmbed/mbed-stress-test).
941+
941942
# I2C
942943

943944
<span class="images">![](https://os.mbed.com/docs/v5.13/mbed-os-api-doxy/classmbed_1_1_i2_c.png)<span>I2C class hierarchy</span></span>

tools/test/examples/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ Passed example compilation:
156156
| mbed-os-example-crash-reporting | K64F | GCC_ARM | TEST_ON | PASSED |
157157
| mbed-os-example-filesystem | K64F | GCC_ARM | TEST_ON | PASSED |
158158
| mbed-os-example-blinky | K64F | GCC_ARM | TEST_ON | PASSED |
159-
| mbed-os-example-bootloader | K64F | GCC_ARM | TEST_OFF | PASSED |
160159
| mbed-os-example-cpu-stats | K64F | GCC_ARM | TEST_ON | PASSED |
161160
| mbed-os-example-sys-info | K64F | GCC_ARM | TEST_ON | PASSED |
162161
| mbed-os-example-attestation | K64F | GCC_ARM | TEST_ON | PASSED |

tools/test/examples/examples.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -252,20 +252,6 @@
252252
"test" : false,
253253
"auto-update" : true
254254
},
255-
{
256-
"name": "mbed-os-example-bootloader",
257-
"github":"https://github.com/ARMmbed/mbed-os-example-bootloader",
258-
"sub-repo-example": false,
259-
"subs": [],
260-
"features" : [],
261-
"targets" : ["K64F", "NUCLEO_F429ZI"],
262-
"toolchains" : [],
263-
"exporters": [],
264-
"compile" : true,
265-
"export": true,
266-
"test" : false,
267-
"auto-update" : true
268-
},
269255
{
270256
"name": "mbed-os-example-mbed-crypto",
271257
"github":"https://github.com/ARMmbed/mbed-os-example-mbed-crypto",

0 commit comments

Comments
 (0)