ARMmbed / mbed-os-example-blinky

Blinky example for Mbed OS 6.0
Apache License 2.0
42 stars 157 forks source link

Document RTOS requirement #238

Closed LDong-Arm closed 3 years ago

LDong-Arm commented 3 years ago

Fixes: https://github.com/ARMmbed/mbed-os/issues/13106

This example (mbed-os-example-blinky) requires targets with RTOS support. Bare-metal-targets generally do not have enough memories for this. This PR documents it in README.

LDong-Arm commented 3 years ago

@evedon Thanks, branch changed