Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 10 months ago.
Add new mbed config parameter
Hello everyone,
I would like to add a new mbed config parameter and access it afterwards, but I can't seem to find where the config (".mbed" file) is parsed. I already tried to add it like the compiler paths (i.e. GCC_ARM_PATH etc.) in the settings.py file, but this does not work since the new parameter is not listed as environment variable. So how can this be done?
1 Answer
6 years, 10 months ago.
Oliver,
You should use the mbed config command. For details see 'mbed config -h'. Or you can add configurations to the config.json file.
-Austin