We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad4cfd commit fd0ecf0Copy full SHA for fd0ecf0
README.md
@@ -2,7 +2,8 @@
2
3
This repository contains various crates useful for writing Rust programs on RISC-V microcontrollers:
4
5
-* [`riscv`]: CPU peripheral access and intrinsics
+* [`riscv`]: CPU registers access and intrinsics
6
+* [`riscv-pac`]: Common traits to be implemented by RISC-V PACs
7
* [`riscv-rt`]: Startup code and interrupt handling
8
9
0 commit comments