6 years, 2 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, 2 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