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.