| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Working USB_OTG_HS example for STM32WBA | Gerzain Mata | 2025-07-27 | 1 | -3/+1 |
| | | |||||
| * | Working USB_OTG_HS example | Gerzain Mata | 2025-07-27 | 1 | -1/+1 |
| | | |||||
| * | Moved from HSE to HSI to generate USB_OTG_HS_CLK | Gerzain Mata | 2025-07-25 | 1 | -2/+6 |
| | | |||||
| * | WIP for USB_OTG support on STM32WBA devices | Gerzain Mata | 2025-07-14 | 1 | -2/+26 |
| | | |||||
| * | Update STM32U5 OTG HS clock handling | Marvin Drees | 2024-12-10 | 1 | -12/+2 |
| | | | | | Signed-off-by: Marvin Drees <[email protected]> | ||||
| * | Add support for stm32u595/5a5 OTG_HS in client mode | Dave Marples | 2024-12-10 | 1 | -0/+20 |
| | | |||||
| * | Add USBPHYC clock configuration for H7RS series | Kevin | 2024-09-22 | 1 | -0/+10 |
| | | |||||
| * | Add OTG_HS support for STM32H7R/S | Kevin | 2024-09-22 | 1 | -0/+20 |
| | | |||||
| * | stm32/rcc: replace generated enable/disable code with runtime info | Jan Špaček | 2024-05-25 | 1 | -2/+2 |
| | | |||||
| * | stm32/usb: enable USV for U0. | Dario Nieuwenhuis | 2024-04-16 | 1 | -1/+1 |
| | | |||||
| * | stm32: use private_bounds for sealed traits. | Dario Nieuwenhuis | 2024-03-23 | 1 | -2/+2 |
| | | |||||
| * | stm32/usb: assert usb clock is okay. | Dario Nieuwenhuis | 2024-03-19 | 1 | -0/+13 |
| | | |||||
| * | stm32/usb: extract common init code. | Dario Nieuwenhuis | 2024-03-19 | 1 | -0/+50 |
| | | |||||
| * | stm32/usb: merge usb and usb_otg into single module. | Dario Nieuwenhuis | 2024-03-19 | 1 | -35/+4 |
| | | |||||
| * | stm32: doc everything else. | Dario Nieuwenhuis | 2023-12-19 | 1 | -0/+4 |
| | | |||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -2/+0 |
| | | |||||
| * | Make interrupt module more standard. | Dario Nieuwenhuis | 2023-06-08 | 1 | -3/+3 |
| | | | | | | | | | | | | | - 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`. | ||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -1/+0 |
| | | |||||
| * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 1 | -1/+1 |
| | | | | | | | - Move Interrupt and InterruptExecutor from `embassy` to `embassy-cortex-m`. - Move Unborrow from `embassy` to `embassy-hal-common` (nothing in `embassy` requires it anymore) - Move PeripheralMutex from `embassy-hal-common` to `embassy-cortex-m`. | ||||
| * | stm32: add USB driver. | Dario Nieuwenhuis | 2022-06-07 | 1 | -0/+36 |
