Skip to content

Release v1.0.0

Compare
Choose a tag to compare
@screamerbg screamerbg released this 21 Nov 16:23
· 542 commits to master since this release

New:

  • Add initial support for target awareness in mbed CLI:
    • mbed compile -t TOOLCHAIN -m detect or mbed compile -t TOOLCHAIN -m auto will compile for the detected connected target.
    • mbed detect will provide (limited) report for connected targets even executed outside mbed program or mbed-os codebase.
    • mbed target detect will set config option to detect the connected target as default behavior
      caching as official/default mbed CLI feature:
  • Repositories caching feature to save bandwidth/traffic
    • mbed config -G cache on will enable caching to the system temp dir
    • mbed config -G cache <path> will change the cache location to the path specified
    • either unset cache or set to off/none to disable

Improvements:

  • improved handling of mbed library builds (.bld/mbed 2.0)