Releases: ARMmbed/greentea
Releases · ARMmbed/greentea
Stable: Added missing ARCH_BLE target info for tinyble-gcc target
Changes:
- Added ARCH_BLE target from seeed, see #77. Thanks @jacobrosenthal !
- Added support for
-combined.hex
binary name sufix convention fortinyble-gcc
target. - Note: In the future target info of this kind should be moved to
target.json
(outside Greentea).
- Added support for
README.md
polishing, see #76. Thanks @mlnx !
Submitting dist\mbed-greentea-0.1.18.zip to https://pypi.python.org/pypi
Server response (200): OK
Stable: Test shuffling and reporting improvements
Changes / bug-fixes:
- Add test execution order shuffling
--shuffle
and--shuffle-seed
. See #69. - Added sorted order for text reports (tests are sorted first by target name and later by test case name).
- Bug-fix: Check if
{{end}}
appears in the start to detect end of the test. - Add
virtualenv
usage description toREADME.md
.
Stable: Host test execution improvements
Changes / Bug-fixes:
- Improved significantly host test stability, thanks @mazimkhan ! :)
- Add switch
-i
,--skip-test
to ignore test cases, thanks @stegut01 ! :) - Improved verbosity.
- Documentation updated:
README.md
,QUICKSTART.md``,
CONTRIBUTING.md```.- Coding styles/rules, new features, typos and small improvements.
- Info regarding GitHub PR workflow/branch naming convention.
- Typos fixes.
- Code polishing here and there.
Stable: Major updates and bug-fixes
Changes/bug-fixes:
- Add target info for
NRF51822
- Update target records with
armcc
compatible targets
- Update target records with
- Add fix for issue #45 (ignore import errors message)
- Merged pull request #46 (greentea ignores import errors)
- Add
--plain
switch to disable colorful (colorama) logging - Add mutext protection for log messages
- Add missing mock module dependency to setup.py (used in unit testing)
- Polishing of few license entries
Stable: Yotta config test automation improvements
Changes:
- Add
yotta_config.json
parsing support- Determine default baud-rate for stdio serial
- Note that default hardcoded value in mbedOS is 115200
- Add local yotta targets scan for mbed-target keywords, switch
--search-registry
- Add local yotta target scan for board 'mbed-target' keywords
- Change default configuration baud-rate to 115200
- Add basic unit testing for yotta_config parser
- Dynamic host test loader (from directory location) - support for ARMmbed/htrun#32
- Added
mbedhtrun
support for-e
switch (host test enumeration)- Add swicth
-e
/--enum-host-tests
used to load local host tests
- Add swicth
- Add Python Coverage tool directory htmlcov/ to ignored
- Allign .travis.yml with Coverage CLI
Dummy release to push again to PyPI
v0.1.13 v0.1.13
Stable: Add hardcoded support for NRF51_DK
Changes:
- Add hardcoded support for
NRF51_DK
- Note: in the future information like this will be in yotta target
Stable: TechCon 2015 release
Changes:
- Experimental, parallel test execution support:
--parallel <int>
switch. See: #30 - Small code improvements
Stable: Add missing -O switch implementation
Changes:
- Add missing implementation for switch
-O
(only build) - Few
README.md
typos fixed.
Stable: pre-TechCon release, part 2
Changes:
- Improvements for
DISCOVERY-F429ZI
STMicro platform used bystm32f429i-disco-gcc
yotta target - Change default
program_cycle_s
value from 4 sec to 6 sec