aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/usb_otg/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32/usb: merge usb and usb_otg into single module.Dario Nieuwenhuis2024-03-191-163/+0
|
* stm32: doc everything else.Dario Nieuwenhuis2023-12-191-0/+2
|
* stm32: more docs.Dario Nieuwenhuis2023-12-191-0/+2
|
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-8/+2
|
* stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-191-1/+1
|
* Make interrupt module more standard.Dario Nieuwenhuis2023-06-081-6/+4
| | | | | | | | | | | | - Move typelevel interrupts to a special-purpose mod: `embassy_xx::interrupt::typelevel`. - Reexport the PAC interrupt enum in `embassy_xx::interrupt`. This has a few advantages: - The `embassy_xx::interrupt` module is now more "standard". - It works with `cortex-m` functions for manipulating interrupts, for example. - It works with RTIC. - the interrupt enum allows holding value that can be "any interrupt at runtime", this can't be done with typelevel irqs. - When "const-generics on enums" is stable, we can remove the typelevel interrupts without disruptive changes to `embassy_xx::interrupt`.
* stm32/otg: add U5 support.Dario Nieuwenhuis2023-04-071-0/+6
|
* stm32: add USB OTG support.chemicstry2023-01-111-0/+23
| | | | Co-authored-by: Dario Nieuwenhuis <[email protected]>
* Update stm32-data.Dario Nieuwenhuis2023-01-111-0/+138