summaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Collapse)AuthorAge
* Export convenience macros for device implementationsBen Bridle2024-10-07
| | | | | The macros are for reading and writing individual bytes of unsigned values, and for testing bitfields.
* Make Bedrock parametric over devicesBen Bridle2024-09-30
| | | | | | | | | | The core Bedrock struct is now parametric over individual Device structs, rather than over a single DeviceBus. This change was made so that devices can be implemented separately to one another. The implementation of the evaluate method has also been changed to make it potentially slightly more efficient, by replacing pop-then-push combinations with get operations.
* Add expanded debug signalsBen Bridle2024-04-16
|
* First commitv1.0.0Ben Bridle2023-12-24