aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb-synopsys-otg
Commit message (Expand)AuthorAgeFilesLines
* chore: bump embassy-usb-synopsys-otg versionHaobo Gu2025-07-222-1/+5
* chore: Release embassy-usb-driver version 0.2.0Ulf Lilleengen2025-07-161-1/+1
* 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
* | Merge pull request #4401 from mkj/pr/usb-synopsys-perfDario Nieuwenhuis2025-07-151-3/+16
|\ \
| * | otg: Improve IN write performanceMatt Johnston2025-07-151-3/+16
| |/
* / release: embassy-usb-driver 0.1.1Ulf Lilleengen2025-07-151-1/+1
|/
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
* Update defmt dependenciesYuri Astrakhan2025-05-181-1/+1
* otg: Allow exact out buffer sizeMatt Johnston2025-02-171-1/+1
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
* Fix search-and-replacabilityDániel Buga2025-01-051-1/+1
* Prepare embassy-usb-synopsys-otg 0.2.0Dániel Buga2024-12-063-3/+28
* 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
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
* 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
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-1/+1
* 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
* Release embassy-usb-synopsys-otg v0.1.0Dario Nieuwenhuis2024-04-302-3/+15
* 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-262-2/+1
* Remove leftover `cargo new` boilerplate.Dario Nieuwenhuis2024-04-261-2/+0
* Add some metadataDániel Buga2024-04-262-1/+19
* Hide the Dir traitDániel Buga2024-04-261-6/+8
* Extract synopsys otg driverDániel Buga2024-04-265-0/+6053