| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32/usb: merge usb and usb_otg into single module. | Dario Nieuwenhuis | 2024-03-19 | 1 | -163/+0 |
| | | |||||
| * | stm32: doc everything else. | Dario Nieuwenhuis | 2023-12-19 | 1 | -0/+2 |
| | | |||||
| * | stm32: more docs. | Dario Nieuwenhuis | 2023-12-19 | 1 | -0/+2 |
| | | |||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -8/+2 |
| | | |||||
| * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 1 | -1/+1 |
| | | |||||
| * | Make interrupt module more standard. | Dario Nieuwenhuis | 2023-06-08 | 1 | -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 Nieuwenhuis | 2023-04-07 | 1 | -0/+6 |
| | | |||||
| * | stm32: add USB OTG support. | chemicstry | 2023-01-11 | 1 | -0/+23 |
| | | | | | Co-authored-by: Dario Nieuwenhuis <[email protected]> | ||||
| * | Update stm32-data. | Dario Nieuwenhuis | 2023-01-11 | 1 | -0/+138 |
