embassy/embassy-hal-common/src
Dario Nieuwenhuis fc32b3750c Remove embassy_hal_common::usb.
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.
2022-05-04 01:41:37 +02:00
..
drop.rs Fix typo in defuse doc comment 2022-01-14 12:49:37 +01:00
fmt.rs Rename embassy-extras to embassy-hal-common 2021-07-29 13:44:51 +02:00
interrupt.rs Rename embassy-extras to embassy-hal-common 2021-07-29 13:44:51 +02:00
lib.rs Remove embassy_hal_common::usb. 2022-05-04 01:41:37 +02:00
macros.rs Rename embassy-extras to embassy-hal-common 2021-07-29 13:44:51 +02:00
peripheral.rs Update rust nightly, embedded-hal 1.0, embedded-hal-async. 2022-03-11 00:38:07 +01:00
ratio.rs Add HAL for SubGhz peripheral for STM32 WL series 2021-09-02 10:39:56 +02:00
ring_buffer.rs Provides AsyncWrite with flush 2021-12-10 12:16:08 +11:00