aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb-synopsys-otg/src
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-12/+4
* Edition 2024.Dario Nieuwenhuis2025-10-061-0/+1
* otg: Use chunks_exact for more efficient rx copyMatt Johnston2025-09-051-2/+8
* otg: Simplify chunks_exact for txMatt Johnston2025-09-051-12/+8
* Merge pull request #4397 from korbin/allocate-numbered-endpointsDario Nieuwenhuis2025-07-151-12/+31
|\
| * make usb endpoint allocator methods accept an optional EndpointAddresskorbin2025-07-131-12/+31
* | otg: Improve IN write performanceMatt Johnston2025-07-151-3/+16
|/
* otg: Allow exact out buffer sizeMatt Johnston2025-02-171-1/+1
* otg: use const blocks for init.Dario Nieuwenhuis2024-11-241-12/+9
* otg: fix corruption in CONTROL OUT transfers in stm32f4.Dario Nieuwenhuis2024-11-241-63/+50
* otg: improve trace logging, print bytes as hex.Dario Nieuwenhuis2024-11-241-4/+8
* otg: fix build with defmt enabled.Dario Nieuwenhuis2024-11-241-54/+54
* Add USBPHYC clock configuration for H7RS seriesKevin2024-09-221-11/+18
* Add OTG_HS support for STM32H7R/SKevin2024-09-222-0/+187
* feat(usb-otg): add support for ISO endpointselagil2024-09-052-8/+38
* Merge pull request #3281 from elagil/ulpi_add_fs_supportUlf Lilleengen2024-08-251-2/+5
|\
| * feat: Add support for a full-speed ULPI modeelagil2024-08-241-2/+5
* | Add OTG core DMA address registersferris2024-08-131-0/+12
* | usb-synopsys-otg: ensure ep alloc fails when endpoint_count < MAX_EP_COUNT.Dario Nieuwenhuis2024-08-031-2/+2
|/
* Reduced define for 'unreachable!' to a single macro ruleTarun Singh2024-07-171-10/+6
* Add collapse_debuginfo to fmt.rs macros.Dario Nieuwenhuis2024-06-171-0/+17
* usb: add transceiver delay optionMatt Ickstadt2024-05-211-1/+15
* embassy-usb-synopsys-otg: impl Sync for EpStateMatt Ickstadt2024-05-201-1/+7
* embassy-usb-synopsys-otg: default vbus_detect to false.Dario Nieuwenhuis2024-05-131-1/+1
* Configure MAX_EP_COUNT via const genericsDániel Buga2024-04-271-20/+18
* Only access the necessary parts of StateDániel Buga2024-04-271-27/+33
* Group endpoint states into a per-endpoint structDániel Buga2024-04-271-30/+40
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-1/+1
* Hide the Dir traitDániel Buga2024-04-261-6/+8
* Extract synopsys otg driverDániel Buga2024-04-263-0/+6039