You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: