Releases: ARMmbed/mbed-os-tools
v0.0.5
Please note that the API of the mbed-os-tools
package is currently unstable.
These are the corresponding release versions for the other packages:
mbed-ls
: 1.7.4mbed-host-tests
: 1.5.4mbed-greentea
: 1.6.4
Features
mbed_os_tools.detect
and mbed-ls
- New targets added:
- MTB_STM32_F439
- S5JS100
- MTB_STM_S2LP
mbed_greentea
- Fix greentea html generation in some cases
- Improve Python 3 compatibility by fixing some string decoding
- add power_on & connected to htrun grm allocate requirements
mbed_host_tests
- Error on bad disk name given in htrun
- Fix bug in ST Link plugin
v0.0.4
Please note that the API of the mbed-os-tools
package is currently unstable.
These are the corresponding release versions for the other packages:
mbed-ls
: 1.7.3mbed-host-tests
: 1.5.3mbed-greentea
: 1.6.3
Features
mbed_os_tools.detect
and mbed-ls
- New targets added:
- DISCO_L562QE
- NUCLEO_L552ZE_Q
- UHURU_RAVEN
- MTB_STM_L475
- LPC55S69_NS renamed back to LPC55S69 for consistency with other targets
- Going forward, we'd like v8m/PSA targets to go with the non-suffixed name if possible
mbed_greentea
- Allow * as a device name in grm
v0.0.3
Please note that the API of the mbed-os-tools
package is currently unstable.
These are the corresponding release versions for the other packages:
mbed-ls
: 1.7.2mbed-host-tests
: 1.5.2mbed-greentea
: 1.6.2
Features
mbed_os_tools.detect
and mbed-ls
- New targets added:
- RHOMBIO_L476DMW1K
- LPC55S69 renamed to LPC55S69_NS
Fixes
General
- Fixed help text for the
--grm
option for mbed-greentea and mbed-host-tests - Move htrun dependency out of mbed-os-tools
- Fix some flake8 errors
v0.0.2
Please note that the API of the mbed-os-tools
package is currently unstable.
These are the corresponding release versions for the other packages:
mbed-ls
: 1.7.1mbed-host-tests
: 1.5.1mbed-greentea
: 1.6.1
Features
mbed_os_tools.detect
and mbed-ls
- New targets added:
- CY8CKIT_062_WIFI_BT
- CY8CPROTO_062_4343W
- CY8CKIT_062_BLE
- CY8CPROTO_062_43012
- CY8CPROTO_063_BLE
- CY8CKIT_062_4343W
- CYW943012P6EVB_01
Fixes
General
- Fix normalization version number warning
- Move htrun dependency out of mbed-os-tools
- Only return positive return codes from CLIs
- Add issue and PR github templates
- Update the release process documentation after initial release
- Directly link to each package's documentation
- Add python dist folder to gitignore
mbed_os_tools.detect
- Remove unhelpful and repetitive detect tests
mbed-host-tests
- Fix mbedhtrun --version number
- Fix protocol parsing for grm
mbed-greentea
- Adding htrun dependency in greentea
- Ensure test filtering is case insensitive
- Fix protocol parsing for grm
v0.0.1
Initial release of the mbed-os-tools
Python package. Please note that the API of the mbed-os-tools
package is currently unstable.
These are the corresponding release versions for the other packages:
mbed-ls
: 1.7.0mbed-host-tests
: 1.5.0mbed-greentea
: 1.6.0
Features
detect
and test
modules introduced!
detect
- New targets added:
- UBLOX_C030_R412M
- EFM32GG11_STK3701
- EFM32TG11_STK3301
- TT_M4G9
Fixes
detect
- A permanent removal of all (platform name of
*
) platforms from aPlatformDatabase
now is persisted to disk
test
- Re-encode output from a device under test if it cannot be written to the terminal