We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The readme specifies the following command for compile.
mbed compile -t GCC_ARM -m [target] --profile release --app-config=configs/.json
This doesn't work because you need to explicitly specify the configuration file to use.
It would be of great help to the user to include an intermediate step that asks them to choose the flash layout and other configuration choices.
The text was updated successfully, but these errors were encountered:
also, from experimentation, the way to get the smallest code size is with GCC_ARM compiler and the tiny.json profile.
So, I recommend the documenation be updated to something like this:
mbed compile -t GCC_ARM -m [target] --profile tiny.json --app-config=configs/[your chosen config].json
Sorry, something went wrong.
No branches or pull requests
The readme specifies the following command for compile.
mbed compile -t GCC_ARM -m [target] --profile release --app-config=configs/.json
This doesn't work because you need to explicitly specify the configuration file to use.
It would be of great help to the user to include an intermediate step that asks them to choose the flash layout and other configuration choices.
The text was updated successfully, but these errors were encountered: