janjongboom / mbed-simulator

Experimental simulator for Mbed OS 5 applications
Other
173 stars 66 forks source link

Should use Mbed OS configuration system #27

Open janjongboom opened 5 years ago

janjongboom commented 5 years ago

Right now we do our own parsing of mbed_app.json. This is quite annoying, as it does not behave exactly the same and we ignore mbed_lib.json files. We should use the Mbed OS Python files to generate the macros. It should be able to be used standalone as the mbed_config.h generator code should be enough.

janjongboom commented 5 years ago

Can use mbed compile --config apparently.