Releases: ARMmbed/mbed-cli
Releases · ARMmbed/mbed-cli
Release v0.7.17
Fixes:
- Set default toolchain/target (if not set) only after successful compile/test/export #207
- Update the help for
mbed compile --tests
to point tombed test --compile
mbed --version
shows version instead of error #222mbed update --clean
doesn't delete untracked files. Now it does with--clean-files
switch #215
Release v0.7.13
Fixes:
- Fixed message regarding program root #209
- Help find correct tools path by searching for make.py. Related to #215
- Fixed importing inside git tree (non-program) #211
- Download mbed 2.0 SDK tools only if mbed.bld is present #216
mbed export
options now matchproject.py
(just added help for the --options) #200mbed help
command is an alias tombed --help
#191
Documentation:
Release v0.7.3
Merge pull request #197 from screamerbg/development Update verbose level and catch merge errors during branch update