Skip to content

Release v1.6.0

Compare
Choose a tag to compare
@screamerbg screamerbg released this 17 May 18:38
· 290 commits to master since this release
6419122

New:

  • Serial terminal feature via mbed sterm command (#664). This also extends the mbed compile command and adds --sterm argument, which could be combined with -f/--flash.
  • Offline mode via --offline argument to mbed 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 --insecure argument to mbed import, mbed add, ..., to allow any repository URL to be imported.