Releases: ARMmbed/mbed-cli
Releases · ARMmbed/mbed-cli
Release v1.10.4
New features
#964 Enable flash option with dual core targets
Release v1.10.3
Release v1.10.2
Release v1.10.1
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
Release v1.9.2
Release v1.9.1
Fixed:
- #846 --flash regression:
'baudrate' referenced before assignment
Release v1.9.0
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
inmbed test
andmbed 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
tombed test
Release v1.8.3
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)