File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ This trait declares all the peripheral properties that may vary from one device
3030
3131## Examples
3232
33- See the [ stm32-usbd-examples ] ( https://github.com/stm32-rs/stm32-usbd-examples ) repo for different device-specific examples.
33+ Example applications may be found in the individual device HALs:
3434
35- See the ` hal ` example for the reference hal implementation.
35+ - [ stm32f0xx-hal USB Serial] ( https://github.com/stm32-rs/stm32f0xx-hal/blob/master/examples/usb_serial.rs )
36+ - [ stm32f1xx-hal USB Serial] ( https://github.com/stm32-rs/stm32f1xx-hal/blob/master/examples/usb_serial.rs )
37+ - [ stm32f3xx-hal USB Serial] ( https://github.com/stm32-rs/stm32f3xx-hal/blob/master/examples/usb_serial.rs )
38+ - [ stm32l0xx-hal USB Serial] ( https://github.com/stm32-rs/stm32l0xx-hal/blob/master/examples/usb_serial.rs )
39+ - [ stm32l4xx-hal USB Serial] ( https://github.com/stm32-rs/stm32l4xx-hal/blob/master/examples/usb_serial.rs )
You can’t perform that action at this time.
0 commit comments