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.