Skip to content

v0.5.0

Choose a tag to compare

@jonathanpallant jonathanpallant released this 29 May 14:20
· 16 commits to main since this release
052daba

Added

  • #[mmio(const_ptr)] and #[mmio(const_inner)] outer attributes which add constness to pointer getters and inner MMIO block getter functions respectively. Those require Rust version 1.83.0 or higher.
  • Support for arrays of inner blocks
  • Can access inner blocks through a shared reference

Changed

  • pointer_to_${field} methods only require shared access to the MMIO handle now.

Pull Requests

Full Changelog: derive-mmio-v0.4.0...derive-mmio-v0.5.0