ARMmbed / mbed-tools

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

Use a single copy of mbed os for different projects. #330

Open BioBox opened 2 years ago

BioBox commented 2 years ago

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