Skip to content

Release v1.1.0

Compare
Choose a tag to compare
@screamerbg screamerbg released this 19 Apr 17:38
· 490 commits to master since this release

New:

  • Add support to flash (program and reset) a connected target (#466):
    • mbed compile -t TOOLCHAIN -m detect -f or mbed 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 to mbed 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)