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 --teststo point tombed test --compile mbed --versionshows version instead of error #222mbed update --cleandoesn't delete untracked files. Now it does with--clean-filesswitch #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 exportoptions now matchproject.py(just added help for the --options) #200mbed helpcommand 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