mbed-tools
mbed-tools copied to clipboard
Use a single copy of mbed os for different projects.
Description
This adds an option to the new command to specify a relative path to the mbed os so that the generated cmake will actually work if you want to use an mbed os stored outside the project directory. You still have to use --mbed-os-path for the compile command to work correctly, but at least it works. Fixes #329