Release v1.1.0
New:
- Add support to flash (program and reset) a connected target (#466):
mbed compile -t TOOLCHAIN -m detect -f
ormbed compile -t TOOLCHAIN -m auto -f
will compile for a connected target board and then flash it (program & reset).- You can also use
mbed target detect
to tell mbed CLI to detect the connected target as default behavior and simplify the command above tombed compile -t TOOLCHAIN -f
- Tab competition for Bash-like shells (#450). Read more here https://github.com/ARMmbed/mbed-cli#adding-bash-tab-completion
Improvements:
- Improved mbed CLI documentation (#405, #419, #425, #453, #457, #463)
- Improved mbed CLI caching feature (#462). Still not enabled by default, but targeting the 1.2 release.
- Use same python to call mbed-os tools as the one executing mbed CLI (#470)
- Added warning for when importing from a local folder instead of a repository (#461)
- Added Windows Installer documentation (#441)