`mbed-tools configure` generates `mbed_config.cmake` under `develop`, and doesn't have a `-b` option
Patater opened this issue · 2 comments
Patater commented
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)
Patater commented
The line of code of concern https://github.com/ARMmbed/mbed-tools/blob/master/src/mbed_tools/cli/configure.py#L51
Patater commented
We should add an mbed-tools configure -b
option, and make it use the specified profile folder when outputting mbed_config.cmake
.