Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Export convenience macros for device implementations | Ben Bridle | 2024-10-07 |
| | | | | | The macros are for reading and writing individual bytes of unsigned values, and for testing bitfields. | ||
* | Make Bedrock parametric over devices | Ben Bridle | 2024-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 signals | Ben Bridle | 2024-04-16 |
| | |||
* | First commitv1.0.0 | Ben Bridle | 2023-12-24 |