aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/usb/otg.rs
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-5/+5
* stm32/afio: make af_num() unavailable in afio chips.Dario Nieuwenhuis2025-09-061-5/+5
* Working USB_OTG_HS example for STM32WBAGerzain Mata2025-07-271-7/+0
* Moved from HSE to HSI to generate USB_OTG_HS_CLKGerzain Mata2025-07-251-5/+5
* Partially working USB exampleGerzain Mata2025-07-241-7/+19
* Working USB. Still no enumerationGerzain Mata2025-07-231-1/+1
* WIP changesGerzain Mata2025-07-211-1/+1
* Cargo fmt recent changesGerzain Mata2025-07-161-1/+1
* Fixed register names from recent stm32-data changesGerzain Mata2025-07-161-1/+1
* Merge branch 'main' into feat/adc4-stm32wbaGerzain Mata2025-07-161-3/+7
|\
| * stm32: fix stm32g0b0 build.Dario Nieuwenhuis2025-07-161-1/+1
| * make usb endpoint allocator methods accept an optional EndpointAddresskorbin2025-07-131-2/+6
* | WIP for USB_OTG support on STM32WBA devicesGerzain Mata2025-07-141-3/+18
|/
* stm32/otg: calculate TRDT using AHB freq instead of kernel freq.Dario Nieuwenhuis2025-04-301-1/+1
* Added USB core_id 0x1000 for STM32Josep Angel Oltra2025-04-171-1/+1
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-40/+36
* Update STM32U5 OTG HS clock handlingMarvin Drees2024-12-101-2/+0
* Add support for stm32u595/5a5 OTG_HS in client modeDave Marples2024-12-101-7/+25
* otg: fix corruption in CONTROL OUT transfers in stm32f4.Dario Nieuwenhuis2024-11-241-18/+2
* otg: improve trace logging, print bytes as hex.Dario Nieuwenhuis2024-11-241-1/+0
* Add USBPHYC clock configuration for H7RS seriesKevin2024-09-221-1/+1
* Add OTG_HS support for STM32H7R/SKevin2024-09-221-0/+53
* feat: Add support for a full-speed ULPI modeelagil2024-08-241-0/+49
* stm32/gpio: refactor AfTypeJan Špaček2024-06-161-6/+4
* stm32/rcc: replace generated enable/disable code with runtime infoJan Špaček2024-05-251-2/+2
* stm32: add support for STM32H7[RS] "bootflash line", add HIL tests.Dario Nieuwenhuis2024-05-011-2/+2
* Configure MAX_EP_COUNT via const genericsDániel Buga2024-04-271-3/+5
* Remove extra disable callDániel Buga2024-04-261-2/+3
* Reset inited flag to allow re-enablingDániel Buga2024-04-261-0/+1
* Hide the Dir traitDániel Buga2024-04-261-2/+2
* Extract synopsys otg driverDániel Buga2024-04-261-1203/+107
* Fix spelling in vbus_detection doc commentJoël Schulz-Ansres2024-04-221-2/+2
* Remove nested CSJames Munns2024-04-161-6/+4
* Add critical sections to avoid USB OTG ErrataJames Munns2024-04-161-52/+64
* stm32/otg: fix OTG_HS in FS mode.Dario Nieuwenhuis2024-04-121-40/+18
* stm32: fix typo in docBoris Faure2024-04-111-2/+2
* stm32: use private_bounds for sealed traits.Dario Nieuwenhuis2024-03-231-14/+13
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-201-2/+2
* stm32/usb: extract common init code.Dario Nieuwenhuis2024-03-191-37/+1
* stm32/usb: merge usb and usb_otg into single module.Dario Nieuwenhuis2024-03-191-0/+1626