ARMmbed / mbed-os-example-blinky

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

CMake: Call function to generate executable artifacts with memap #241

Closed rajkan01 closed 3 years ago

rajkan01 commented 4 years ago
hugueskamba commented 3 years ago

Please update the commit message and PR description as follows:

CMake: Call function to generate executable artifacts with memap

A new API has been provided in Mbed OS to generate executable artifacts
with a memory map table. Call mbed_generate_bin_hex() instead of 
mbed_generate_executable().