Skip to content

Releases: ARMmbed/mbed-cli

Release v1.10.4

09 Jun 09:51
8c0256e
Compare
Choose a tag to compare

New features

#964 Enable flash option with dual core targets

Release v1.10.3

17 Mar 13:00
Compare
Choose a tag to compare

Fixes

  • Removed mercurial from the dependency list so that it does not block installation on Windows if Visual C++ compiler is not installed: #962 #944. However, mercurial remains a requirement.

New features

#940 

Release v1.10.2

04 Dec 15:30
Compare
Choose a tag to compare

Fixes

  • #924 Print tip only if verbose it not used.
  • #926 Update to generic tests.

New features

Other changes

  • Minimum Python 3 version supported is 3.5, 2.7 continues to be supported.

Release v1.10.1

21 Aug 16:50
Compare
Choose a tag to compare

Fixes

  • Improved python-3 support
  • #889 Removed a warning generated when parsing the python requirements file
  • #890 Fix support for 'latest' and 'tip' tags in .lib files
  • #896 Git now uses the branch that the cache was checked out to, rather than master, by default. This then follows the selection of 'default branch' as understood by github
  • #903 Removed unsupported --profile option when calling get_config.py
  • #907 get_config now reports the actual built config, even when app_config != mbed_app.json.

New features

  • #900 Improved warning messages around python-3 support.
  • #884 Platform detection now uses mbedls rather than older detect code

Other changes

  • Now dependent on mbed-os-tools and pyserial
  • Minimum version of Python now explicitly declared.

Release v1.10.0

22 Mar 20:17
aeb9bcb
Compare
Choose a tag to compare

Fixes

  • #870 Use input() instead of raw_input() for py3
  • #874 Add decode call to icetea application list output

New features

  • #873 allow tag to be used in mbed import

Release v1.9.2

12 Mar 14:46
3b43228
Compare
Choose a tag to compare

Fixed

  • #850 Don't overwrite mbed_app.json on newly imported projects
  • #857 Stream downloads of mbed 2 zip files. Prevents Out of memory(OOM) errors
  • #865 Improve help of mbed config subcommand
  • #866 Correct python3 handling of .lib files

Release v1.9.1

13 Feb 18:36
e69923c
Compare
Choose a tag to compare

Fixed:

  • #846 --flash regression: 'baudrate' referenced before assignment

Release v1.9.0

12 Feb 15:17
1bcb04d
Compare
Choose a tag to compare

Fixed

  • links in README
  • Circle CI environment
  • Add --profile help text to export
  • Include tests in PyPI tarball
  • Moving tags in git >= 2.20
  • Don't error on -D in mbed test and mbed test --run
  • Don't force the host address in mbed dm when it's not present
  • Don't print location for mbed config

Feature

  • "mbed new" to creates a default mbed_app.json
  • Introduce a config flag, no_requirements, which disables the built in install of python modules.
  • Only report and don't install missing python modules during mbed compile, mbed test, mbed export, mbed detect
  • Add -D MBED_TEST_MODE to mbed test

Release v1.8.3

12 Nov 19:21
10be76e
Compare
Choose a tag to compare

Fixed:

  • Icetea warning when icetea is not desired (#770)
  • Support for package types in requirements.txt (#782)
  • Fallback to detect connected target when none specified (#774)
  • Filesystem encoding for all decode calls (#767)
  • Bytes or %r to handle paths and process output (#766)
  • pip install help message on Mac (#763)

Release v1.8.2

19 Sep 13:30
a2d3fbd
Compare
Choose a tag to compare

Fixed:

  • Icetea: Add warning if there is no TEST_APPS folder (#758)
  • Export: Add --no-requirements for export (#757)