janjongboom / mbed-simulator

Experimental simulator for Mbed OS 5 applications
Other
175 stars 65 forks source link

Support `macro_name` and `required` key in mbed_app.json config #17

Closed takuti closed 5 years ago

takuti commented 5 years ago

Current config parser doesn't recognize these keys specified in mbed_app.json config file.

This PR supports these two options as the documentation describes and original Mbed OS config parser does.

janjongboom commented 5 years ago

@takuti Great addition, thanks. Verifying today.