ARMmbed / mbed-os-example-blinky

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

CMake: Use `mbed_` prefix for CMake functions #228

Closed hugueskamba closed 3 years ago

hugueskamba commented 3 years ago

Replace the prefix mbed_os with the `mbed` as it is the one used throughout Mbed OS.

Depends on: https://github.com/ARMmbed/mbed-os/pull/13421