We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0e0df commit 8f4ace5Copy full SHA for 8f4ace5
README.md
@@ -17,6 +17,11 @@ class.
17
The UsbBus trait is intended to be implemented by device-specific crates to provide a driver for
18
each device's USB peripheral.
19
20
+Target architectures without native atomic support (e.g. `riscv32imc`) need a `critical-section`
21
+implementation. This is often provided by the architecture crate (e.g. `riscv`) under some feature
22
+flag. See `critical-section` [README](https://github.com/rust-embedded/critical-section) for more
23
+information.
24
+
25
Hardware driver crates
26
----------------------
27
0 commit comments