ARMmbed/mbed-tools

`mbed-tools configure` generates `mbed_config.cmake` under `develop`, and doesn't have a `-b` option

Patater opened this issue · 2 comments

From the PR description and commit msg, it says that configs and builds should now live under cmake_build/TARGET/PROFILE/TOOLCHAIN, but this line makes mbed-tools configure always generate the mbed_config.cmake under cmake_build/TARGET/develop/TOOLCHAIN. Why is this?

Originally posted by @wmmc88 in #175 (comment)

We should add an mbed-tools configure -b option, and make it use the specified profile folder when outputting mbed_config.cmake.