File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ crates.io] ( https://img.shields.io/crates/d/nrf-usbd.svg )] ( https://crates.io/crates/nrf-usbd )
2
+ [ ![ Documentation] ( https://img.shields.io/docsrs/nrf-usbd )] ( https://docs.rs/nrf-usbd )
2
3
![ Build Status] ( https://github.com/nrf-rs/nrf-usbd/workflows/CI/badge.svg )
3
4
4
5
# ` nrf-usbd `
5
6
6
- > [ usb-device] ( https://github.com/mvirkkunen /usb-device ) implementation for Nordic Semiconductor nRF
7
- microcontrollers.
7
+ [ ` usb-device ` ] ( https://github.com/rust-embedded-community /usb-device ) implementation for Nordic
8
+ Semiconductor nRF microcontrollers.
8
9
9
10
## Supported microcontrollers
10
11
@@ -23,5 +24,5 @@ This trait declares all the peripheral properties that may vary from one device
23
24
24
25
See the [ ` nrf-hal ` ] ( https://github.com/nrf-rs/nrf-hal ) for the reference HAL implementation.
25
26
26
- See the [ ` example ` ] ( ./example ) directory for an example on how to use it standalone without a HAL. This is
27
- discouraged, the recommended usage is through ` nrf-hal ` .
27
+ See the [ ` example ` ] ( ./example ) directory for an example on how to use it standalone without a HAL.
28
+ This is discouraged, the recommended usage is through ` nrf-hal ` .
You can’t perform that action at this time.
0 commit comments