v0.5.0
·
16 commits
to main
since this release
Added
#[mmio(const_ptr)]and#[mmio(const_inner)]outer attributes which addconstness 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
- pointer getter only require shared access now by @robamu in #47
- allow inner mmio by shared ref by @robamu in #45
- inner MMIO array support by @robamu in #48
- Add more constness via macro attribute by @robamu in #49
- Bump to version 0.5.0 by @jonathanpallant in #51
Full Changelog: derive-mmio-v0.4.0...derive-mmio-v0.5.0