Skip to content

Release v1.8.0

Compare
Choose a tag to compare
@screamerbg screamerbg released this 05 Sep 15:51
· 179 commits to master since this release
f89dc92

New:

  • Pelion Device Management functionality via mbed dm, mbed dev-mgmt, mbed device-management sub-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-requirements to commands new, import, update and deploy. 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.