-
Notifications
You must be signed in to change notification settings - Fork 178
Equivalent of yotta --config with mbed-cli #329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We could support a similar option in the mbed-os tools, and propagate that option up to mbed-cli. It would be all on the config system though. |
@theotherjimmy do you think you could look at introducing the option in the mbed-os tools? Adding the help to mbed CLI is trivial really. Also, could you please create issue under https://github.com/ARMmbed/mbed-os? |
Implemented with #337. This would be introduced with the next mbed CLI release. |
@screamerbg @theotherjimmy Thank you. We will try this out as soon as it is ready and provide feedback on whether it solves our issue. |
I believe this is implemented and now live. Please reopen if that's not the case |
@screamerbg --app-config only works with an updated mbed-os, or? |
@markus-becker-tridonic-com I believe this was added in version 5.1.4 of mbed OS. This was the PR that added this functionality: ARMmbed/mbed-os#2593 |
With yotta there was a possibility to select which config.json was used for the build (
yotta --config my-config.json
.Is there a similar possibility with mbed-cli to choose a different file than mbed_app.json?
@MarceloSalazar @daniel-cesarini-tridonic-com
The text was updated successfully, but these errors were encountered: