aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/src/bin/usb_uart.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove embassy_hal_common::usb.Dario Nieuwenhuis2022-05-041-99/+0
| | | | | | | | | | | The replacement is `embassy-usb`. There's a WIP driver for stm32 USBD in #709, there's no WIP driver for stm32 USB_OTG. This means we're left without USB_OTG support for now. Reason for removing is I'm going to soon remove `embassy::io`, and USB uses it. I don't want to spend time maintaining "dead" code that is going to be removed. Volunteers welcome, either to update old USB to the new IO, or write a USB_OTG driver fo the new USB.
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-021-2/+2
|
* Merge USB FS and HS peripherals. Add ULPI.chemicstry2022-02-091-2/+2
|
* Add stm32 USB OTG peripheralschemicstry2022-02-081-0/+99