ARMmbed / mbed-os-example-blinky

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

CMake: Call function to setup the application target #227

Closed hugueskamba closed 3 years ago

hugueskamba commented 3 years ago

The application target can only be configured from where it has been created. Thus it needs to call the provided function to apply settings required by Mbed OS.

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