- Depend on tock-registers
0.6.0
.- This breaks code that depends on
InMemoryRegister
beingCopy
.
- This breaks code that depends on
Note: This is the first release that doesn't stay in sync with tock-register
's version number
anymore. Starting with this release, we will bump the major version anytime breakage is introduced
- Depend on tock-registers
0.5.0
.- This might introduce some breakage that must be resolved by adding
pub
visibility keywords in respective places.
- This might introduce some breakage that must be resolved by adding
- Reexport
register_fields
andtest_fields
from tock-registers.
- Reexport
InMemoryRegister
from tock-registers.
- Depend on tock-registers
0.4.x
.
- Update Readme with deref pattern example.
- Update Readme for Rust 2018 as well.
- Depend on tock-registers
0.3.0
. - Update to Rust 2018.
- Release made with erroneous documentation -
yanked
.
- Moved repository to https://github.com/rust-embedded
- Depend on tock-registers
0.2.0
. - Add
read_as_enum
tocpu::RegisterReadWrite
andcpu::RegisterReadOnly
. - Fix reexports. Too many structs and traits were reexported under the
mmio
namespace. Reexport them at the toplevel now. - Remove
#[inline]
from trait methods without body.
- Moved repository to https://github.com/rust-osdev
- Initial Release.