Some of tock-registers' doc comments are very out-of-date. For example, the doc comment at the top of src/lib.rs still shows the old-style (pre-register_structs!) register definition syntax. We should take a pass through the codebase and update all the documentation.
It probably makes sense to wait for the soundness/testability work to be implemented first, as that will introduce a new syntax that we will want to migrate the documentation to.
Some of tock-registers' doc comments are very out-of-date. For example, the doc comment at the top of
src/lib.rsstill shows the old-style (pre-register_structs!) register definition syntax. We should take a pass through the codebase and update all the documentation.It probably makes sense to wait for the soundness/testability work to be implemented first, as that will introduce a new syntax that we will want to migrate the documentation to.