| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32/usb: merge usb and usb_otg into single module. | Dario Nieuwenhuis | 2024-03-19 | 2 | -1634/+0 |
| | | |||||
| * | stm32: autogenerate mux config for all chips. | Dario Nieuwenhuis | 2024-03-01 | 1 | -14/+0 |
| | | |||||
| * | stm32: doc everything else. | Dario Nieuwenhuis | 2023-12-19 | 2 | -1/+14 |
| | | |||||
| * | 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/otg: fix enumeration on non-f4 chips. | Dario Nieuwenhuis | 2023-11-06 | 1 | -5/+16 |
| | | | | | Fixes regression from #2148 | ||||
| * | stm32/otg: fix CONTROL OUT transfers on F4. | Dario Nieuwenhuis | 2023-11-06 | 1 | -5/+15 |
| | | |||||
| * | stm32/otg: log TRDT | Dario Nieuwenhuis | 2023-11-06 | 1 | -5/+3 |
| | | |||||
| * | enable clock first | pbert | 2023-10-12 | 1 | -1/+1 |
| | | |||||
| * | STM32: combine RccPeripherals reset() and enable() to reset_and_enable() | pbert | 2023-10-12 | 1 | -2/+1 |
| | | |||||
| * | stm32: centralize enabling pwr, syscfg, flash. | Dario Nieuwenhuis | 2023-09-25 | 1 | -10/+2 |
| | | |||||
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for ↵ | Dario Nieuwenhuis | 2023-07-28 | 1 | -1/+1 |
| | | | | | internal use only. (#1700) | ||||
| * | Remove trivial to remove uses of atomic-polyfill. | Dario Nieuwenhuis | 2023-07-12 | 1 | -1/+1 |
| | | |||||
| * | stm32/otg: implement `EndpointError::Disabled` for reads. | Dario Nieuwenhuis | 2023-07-07 | 1 | -2/+15 |
| | | | | | It was implemented only for writes. | ||||
| * | stm32/otg: change some info logs to trace. | Dario Nieuwenhuis | 2023-07-06 | 1 | -2/+2 |
| | | |||||
| * | Update stm32-metapac, includes chiptool changes to use real Rust enums now. | Dario Nieuwenhuis | 2023-06-29 | 1 | -2/+2 |
| | | |||||
| * | stm32/otg: add VBUS detection. | Dario Nieuwenhuis | 2023-06-27 | 1 | -200/+279 |
| | | | | | Fixes #1442. | ||||
| * | stm32/otg: set tx fifo num in IN endpoints on configure. | Dario Nieuwenhuis | 2023-06-27 | 1 | -2/+4 |
| | | |||||
| * | stm32/otg: clear NAK bit on endpoint enable. | Dario Nieuwenhuis | 2023-06-27 | 1 | -1/+2 |
| | | |||||
| * | stm32/otg: flush fifos on reconfigure and on ep disable. | Dario Nieuwenhuis | 2023-06-27 | 1 | -1/+26 |
| | | |||||
| * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 2 | -308/+244 |
| | | |||||
| * | Make interrupt module more standard. | Dario Nieuwenhuis | 2023-06-08 | 2 | -10/+8 |
| | | | | | | | | | | | | | - 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`. | ||||
| * | Fix #1528 HS USB on STM32F7 | gak | 2023-06-03 | 1 | -0/+24 |
| | | |||||
| * | cortex-m: remove owned interrupts. | Dario Nieuwenhuis | 2023-06-01 | 1 | -4/+4 |
| | | |||||
| * | stm32: move to bind_interrupts | xoviat | 2023-05-24 | 1 | -159/+158 |
| | | | | | disable lora functionality for now | ||||
| * | stm32/otg: add U5 support. | Dario Nieuwenhuis | 2023-04-07 | 1 | -0/+6 |
| | | |||||
| * | usb: docs | Dario Nieuwenhuis | 2023-01-31 | 1 | -8/+8 |
| | | |||||
| * | stm32/usb_otg: fix core formatter | chemicstry | 2023-01-18 | 1 | -2/+2 |
| | | |||||
| * | stm32/usb_otg: prevent writes on disabled endpoint | chemicstry | 2023-01-18 | 1 | -8/+13 |
| | | |||||
| * | stm32/usb_otg: implement endpoint wait_enabled | chemicstry | 2023-01-18 | 1 | -2/+36 |
| | | |||||
| * | stm32: add USB OTG support. | chemicstry | 2023-01-11 | 2 | -0/+1369 |
| | | | | | Co-authored-by: Dario Nieuwenhuis <[email protected]> | ||||
| * | Update stm32-data. | Dario Nieuwenhuis | 2023-01-11 | 1 | -0/+138 |
