| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove embassy_hal_common::usb. | Dario Nieuwenhuis | 2022-05-04 | 1 | -345/+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. | ||||
| * | common/serial/usb: fix hang when write buffer gets full and then the bus resets. | Dario Nieuwenhuis | 2022-03-07 | 1 | -0/+2 |
| | | | | | Fixes #654 | ||||
| * | common/usb/serial: add some trace logging. | Dario Nieuwenhuis | 2022-03-07 | 1 | -5/+25 |
| | | |||||
| * | Provides AsyncWrite with flush | huntc | 2021-12-10 | 1 | -0/+15 |
| | | | | | As per Tokio and others, this commit provides a `poll_flush` method on `AsyncWrite` so that a best-effort attempt at wakening once all bytes are flushed can be made. | ||||
| * | embassy: Refactor module structure to remove kitchen-sink `util`. | Dario Nieuwenhuis | 2021-09-11 | 1 | -1/+1 |
| | | |||||
| * | hal-common: remove Pin in PeripheralMutex | Dario Nieuwenhuis | 2021-08-02 | 1 | -6/+4 |
| | | |||||
| * | Rename embassy-extras to embassy-hal-common | Dario Nieuwenhuis | 2021-07-29 | 1 | -0/+310 |
