Releases: stfc-aeg/memory-accessor
Releases · stfc-aeg/memory-accessor
v1.1.0
Updates based on development done during the creation of the the Mhz Readoutout Processor Adapter, which inherits from this Adapter.
- Controller has a
read_registermethod to get the value from the register, respecting register's Access Policy - Bytes/bytearrays can now be provided as the value to the
write_registermethod 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
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