Skip to content

Commit 8f4ace5

Browse files
committed
Add documentation
1 parent dd0e0df commit 8f4ace5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ class.
1717
The UsbBus trait is intended to be implemented by device-specific crates to provide a driver for
1818
each device's USB peripheral.
1919

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+
2025
Hardware driver crates
2126
----------------------
2227

0 commit comments

Comments
 (0)