Skip to content

Commit c2fbb2c

Browse files
committed
tock-register-interface: README: include link to rustdoc
Signed-off-by: Leon Schuermann <leon@is.currently.online>
1 parent d0c29aa commit c2fbb2c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libraries/tock-register-interface/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,5 +466,6 @@ crate. A particularly useful application area for this are CPU
466466
registers, such as ARM SPSRs or RISC-V CSRs. It is sufficient to
467467
implement the `Readable::get` and `Writeable::set` methods for the
468468
rest of the API to be automatically implemented by the crate-provided
469-
traits. For more in-depth documentation on how this works, refer to
470-
the `interfaces` module documentation.
469+
traits. For more in-depth documentation on how this works, [refer to
470+
the `interfaces` module
471+
documentation](https://docs.tockos.org/tock_registers/index.html).

0 commit comments

Comments
 (0)