Skip to content

Releases: riot-appstore/mm_pal

2022-12-16 Patch Release

16 Dec 12:20
Compare
Choose a tag to compare

2022-11-28 Minor Release

28 Nov 15:46
fd657a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.7...v1.2.0

2022-11-17 Patch Release

17 Nov 16:16
Compare
Choose a tag to compare

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

13 Oct 15:09
a16210a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.5...v1.1.6

Haya

21 Jun 19:54
0f9c7c5
Compare
Choose a tag to compare
  • chore: disable pylint consider-using-with
  • chore: Bump version from 1.1.4 to 1.1.5
  • fix(cli): Fix versions for cmd2

Gemma

08 Mar 13:43
1620917
Compare
Choose a tag to compare
  • 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

13 Feb 20:09
d4f9499
Compare
Choose a tag to compare

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

12 Feb 18:47
Compare
Choose a tag to compare
  • fix(setup.py): Windows decode error on readme

Dasia

11 Feb 09:00
3488d80
Compare
Choose a tag to compare
  • fix(mm_if): Fix read struct interface
  • feat(serial_driver): expose timeout property
  • tests: improve on developer test coverage

Caroline

10 Feb 13:18
Compare
Choose a tag to compare
  • 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