Releases: ARMmbed/htrun
Releases · ARMmbed/htrun
Release version 1.4.4
Release version 1.4.3
Features
- Add support for dynamic timeout set/adjust from DUT
Fixes
- Remove references to yotta in README.md
- Update pyocd support to version 0.14.0 or later
- Make --list consistant with running WRT -e
Release version 1.4.2
Features
- Use PrettyTable with GitHub policy
Fixes
- Document polling-timeout setting for testing apps
- Update htrun fastmodel connector to match with newer fm_agent
- fix pyOCD version to v0.12.0
Release Version 1.4.1
Fixes:
- Add try/exception to handle UnicodeDecodeError
- Correct import statement in decorator example
Release Version 1.4.0
Features
- Support fast models as a "connection type"
Fixes
- Make sure that MPS2 reboots
- Have a default value for
--program_cycle_s
option - Correct string usage for python 3
- Don't crash when to parameters are given
- Don't retry a flash from a non-existent file
- Reset a device after a bad sync
Release version 1.3.1
Fixes
- Remove calls to deprecated list_mbeds_ext functions
- Keep the same extension of the executable files copied to MPS2
Release v1.3.0
New features
- Allow a host test to reset the device under test
Fixes
- Fix a copy error on Linux
- Fix testing with RAAS
Release V1.2.0
Features
- Add alocate-on-tag option to allocate Devices under test using tagging of devices and filters for these tags (
--tag-filters
option on the command line)
Release v1.1.10
Fixes in this release:
- Compatible with Python 3.5 and 3.6
- Tested in Travis CI with Pythons 2.7, 3.5 and 3.6
- Wait forever when using a global resource manager (it's responsible for timeouts and such)
Release v1.1.9
Fixes:
- And result with sync results
- Added sync failure status: mbed greentea module should be synced with
- Change status flag to True/False as per review comments
- Re-try flashing in case of flash failures.
- Added retry count as cli parameter
- Added logger, plus incorporated review comments
- Removed assert.txt file check
- No need to remove error files in code
- Closed review comments: New function for checking flash errors
- Support reset and flash for ARM MPS2 board.
- Fixed the retuen value of check_mount_point_ready
- Git ignore IDE files