ARMmbed / mbed-tools

⚠️ Beta Status: New command line tooling for Mbed OS
Apache License 2.0
45 stars 29 forks source link

Configure subcommand does not support "--custom-targets-json" #286

Closed g-arjones closed 3 years ago

g-arjones commented 3 years ago

Describe the bug It's currently not possible to use the "configure" sub command with "out-of-source" custom targets because it doesn't support the "--custom-targets-json" option.

To Reproduce Steps to reproduce the behavior:

  1. Run "mbed-tools configure --custom-targets-json /some/path -m K64F -t GCC_ARM"
  2. See error

Expected behavior It should generate an mbed_config.cmake file, just like "mbed-tools compile" does.

Screenshots N/A

Desktop (please complete the following information):