We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 505463f commit 9c266b9Copy full SHA for 9c266b9
README.md
@@ -17,11 +17,6 @@ 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