hackndev / zinc

The bare metal stack for rust
zinc.rs
Apache License 2.0
1k stars 100 forks source link

Added volatile_cell replayer #302

Closed farcaller closed 9 years ago

farcaller commented 9 years ago

Extracted volatile_cell to dedicated crate and added replayer test code (allows to test reads and writes to all VolatileCells using sane API).

ioreg test can be refactored using this.

mcoffin commented 9 years ago

LGTM then. Should add an issue for converting the tests once it lands.