Skip to content

Releases: stfc-aeg/memory-accessor

v1.1.0

17 Feb 14:35

Choose a tag to compare

Updates based on development done during the creation of the the Mhz Readoutout Processor Adapter, which inherits from this Adapter.

  • Controller has a read_register method to get the value from the register, respecting register's Access Policy
  • Bytes/bytearrays can now be provided as the value to the write_register method directly.
  • Reading a Field within a register will also update the register value with respects to the Access Policy, if required.
  • Some type hinting has been provided to limit the strings used for the Access Policy to only those that are valid.

Full Changelog: v1.0.0...v1.1.0

First Proper Tagged Release

04 Feb 12:56

Choose a tag to compare

Creating a Proper Tagged Release of this project to improve it's use in other projects, so they can be built using a Specific Version rather than whatever the latest commit on Main might be