Skip to content

Releases: ARMmbed/mbed-cli

Release v0.7.17

27 Jun 18:27
Compare
Choose a tag to compare

Fixes:

  • Set default toolchain/target (if not set) only after successful compile/test/export #207
  • Update the help for mbed compile --tests to point to mbed test --compile
  • mbed --version shows version instead of error #222
  • mbed update --clean doesn't delete untracked files. Now it does with --clean-files switch #215

Release v0.7.13

23 Jun 01:10
Compare
Choose a tag to compare

Fixes:

  • Fixed message regarding program root #209
  • Help find correct tools path by searching for make.py. Related to #215
  • Fixed importing inside git tree (non-program) #211
  • Download mbed 2.0 SDK tools only if mbed.bld is present #216
  • mbed export options now match project.py (just added help for the --options) #200
  • mbed help command is an alias to mbed --help #191

Documentation:

  • Documentation for mbed deploy #203
  • Asymmetric git workflow documentation #126
  • Set program default target/toolchain during 'mbed compile' if no defaults are set #207

Release v0.7.3

20 Jun 18:52
Compare
Choose a tag to compare
Merge pull request #197 from screamerbg/development

Update verbose level and catch merge errors during branch update