Releases: ARMmbed/mbed-cli
Releases · ARMmbed/mbed-cli
Release v1.8.1
Fixed:
- Concurrent Mbed CLI deploys that access the same cached repo no longer cause cache corruption #752
- Python dependencies using a github URL and release instead of a package name and version are checked correctly and no longer cause spurious pip installs. #750
mbed test --unittestno longer requires a target and toolchain #743
Release v1.8.0
New:
- Pelion Device Management functionality via
mbed dm,mbed dev-mgmt,mbed device-managementsub-command. See Mbed CLI documentation for more details. - Support for Mbed OS system testing based on IceTea framework. Use
mbed test --icetea. See IceTea documentation for more details. - Support for Mbed OS unit testing via
mbed test --unittest. See Unit test documentation for more details. - Optional flag
--no-requirementsto commandsnew,import,updateanddeploy. The default behaviour stays the same, but when the flag is enabled it will no longer check for and install missing python requirements.
Fixed:
- Various documentation improvements.
Release v1.7.5
No code changes. Updates to mbed CLI page at pypi.org
Release v1.7.4
Release v1.7.3
Fixed
- Provide warning about <= Mbed OS 5.8 compatibility when running in Python 3 mode (#689)
Release v1.7.2
Release v1.7.1
Hotfix:
- Broken Python 2 and Python 3 support due to unspecified dependency on future (#677)
Release v1.7.0
New:
- Python 3 support (>3.2)
Release v1.6.0
New:
- Serial terminal feature via
mbed stermcommand (#664). This also extends thembed compilecommand and adds--stermargument, which could be combined with-f/--flash. - Offline mode via
--offlineargument tombed import,mbed new, ... (#651), which forces the use of the locally cached repositories and prevents connections to remote repositories. This requires caching to be enabled and also that the target repositories have been imported at least once before* - Classification of secure and insecure repository URLs (#642). This also introduces the
--insecureargument tombed import,mbed add, ..., to allow any repository URL to be imported.