mbed-tools icon indicating copy to clipboard operation
mbed-tools copied to clipboard

Use a single copy of mbed os for different projects.

Open BioBox opened this issue 3 years ago • 0 comments

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

BioBox avatar Sep 12 '22 02:09 BioBox