Describe the bug
Mbed CLI 1 offers an --app-config option to let users specify the application configuration JSON instead of assuming mbed_app.json. This is not currently provided by mbed-tools, but useful when
one application provides multiple configurations for different use cases
different applications or tests share one common configuration (e.g. experimental.json)
To Reproduce
Try to build an application (e.g. blinky) with --app-config, for example
Expected behavior
An option --app-config is available to both mbed-tools configure and mbed-tools compile. The specified JSON is used for generating mbed_config.cmake.
Screenshots
N/A
Desktop (please complete the following information):
Describe the bug Mbed CLI 1 offers an
--app-config
option to let users specify the application configuration JSON instead of assumingmbed_app.json
. This is not currently provided by mbed-tools, but useful whenTo Reproduce Try to build an application (e.g. blinky) with
--app-config
, for exampleand the error is
Expected behavior An option
--app-config
is available to bothmbed-tools configure
andmbed-tools compile
. The specified JSON is used for generatingmbed_config.cmake
.Screenshots N/A
Desktop (please complete the following information):
Mbed (please complete the following information):
Additional context N/A