aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/usb/vbus_detect.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* doc fixesRobin Mueller2025-09-231-1/+1
|
* Desugar some async fnsDániel Buga2024-12-301-6/+4
|
* Update nrf-pac.Dario Nieuwenhuis2024-11-151-2/+2
|
* nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-041-16/+19
|
* Make interrupt module more standard.Dario Nieuwenhuis2023-06-081-6/+6
| | | | | | | | | | | | - 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`.
* cortex-m: remove owned interrupts.Dario Nieuwenhuis2023-06-011-3/+3
|
* nrf/usb: switch to new interrupt binding, fix vbus detect on nrf53.Dario Nieuwenhuis2023-03-061-0/+177