Releases: riot-appstore/mm_pal
Releases · riot-appstore/mm_pal
2022-12-16 Patch Release
Full Changelog: v1.2.0...v1.2.1
2022-11-28 Minor Release
2022-11-17 Patch Release
Full Changelog: v1.1.6...v1.1.7
Note: The CI is broken now but the important part of the code works, it is just the missing test deps due to pytest-regtest
and some linting (complexity)
Itzel
What's Changed
- Allow portsharing and reopening by @MrKevinWeiss in #19
Full Changelog: v1.1.5...v1.1.6
Haya
- chore: disable pylint consider-using-with
- chore: Bump version from 1.1.4 to 1.1.5
- fix(cli): Fix versions for cmd2
Gemma
- bump: Verison 1.1.3 -> 1.1.4
- fix: read_struct improvements
- read_struct allows for default "." to read all registers
- default cli read_struct does not compact output, use -c to do so
- tests added for coverage of `read_stru
Frida
doc: Update readme with cmd2 info
cleanup(mock_pal): Remove pointless version/port
fix(mm_pal): Fix read_struct args
bump: Verison 1.1.2 -> 1.1.3
Add support for python3.6 and 3.7
fix(tests): Occasional failure if too fast
Eleanor
- fix(setup.py): Windows decode error on readme
Dasia
- fix(mm_if): Fix read struct interface
- feat(serial_driver): expose timeout property
- tests: improve on developer test coverage
Caroline
- Add set loglevel to cmd
- Add commit_write (it calls write_reg and commit)
- Cleanup regtest outputs
- Allow driver to be passed into MmIf class
- Bump version to 1.1.0
- Fix occasional tox failures