Skip to content

Commit

Permalink
Revert "Add documentation"
Browse files Browse the repository at this point in the history
This reverts commit 8f4ace5.
  • Loading branch information
ia0 committed Apr 24, 2023
1 parent 505463f commit 9c266b9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ class.
The UsbBus trait is intended to be implemented by device-specific crates to provide a driver for
each device's USB peripheral.

Target architectures without native atomic support (e.g. `riscv32imc`) need a `critical-section`
implementation. This is often provided by the architecture crate (e.g. `riscv`) under some feature
flag. See `critical-section` [README](https://github.com/rust-embedded/critical-section) for more
information.

Hardware driver crates
----------------------

Expand Down

0 comments on commit 9c266b9

Please sign in to comment.