File tree Expand file tree Collapse file tree 3 files changed +2
-16
lines changed Expand file tree Collapse file tree 3 files changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -937,7 +937,8 @@ View the full C++ API:
937
937
938
938
## Flash IAP example
939
939
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
+
941
942
# I2C
942
943
943
944
<span class="images"><span>I2C class hierarchy</span></span>
Original file line number Diff line number Diff line change @@ -156,7 +156,6 @@ Passed example compilation:
156
156
| mbed-os-example-crash-reporting | K64F | GCC_ARM | TEST_ON | PASSED |
157
157
| mbed-os-example-filesystem | K64F | GCC_ARM | TEST_ON | PASSED |
158
158
| mbed-os-example-blinky | K64F | GCC_ARM | TEST_ON | PASSED |
159
- | mbed-os-example-bootloader | K64F | GCC_ARM | TEST_OFF | PASSED |
160
159
| mbed-os-example-cpu-stats | K64F | GCC_ARM | TEST_ON | PASSED |
161
160
| mbed-os-example-sys-info | K64F | GCC_ARM | TEST_ON | PASSED |
162
161
| mbed-os-example-attestation | K64F | GCC_ARM | TEST_ON | PASSED |
Original file line number Diff line number Diff line change 252
252
"test" : false ,
253
253
"auto-update" : true
254
254
},
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
- },
269
255
{
270
256
"name" : " mbed-os-example-mbed-crypto" ,
271
257
"github" :" https://github.com/ARMmbed/mbed-os-example-mbed-crypto" ,
You can’t perform that action at this time.
0 commit comments