aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/usb
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-062-8/+4
|
* nrf/usb: erase instance genericsDario Nieuwenhuis2025-09-281-69/+80
|
* doc fixesRobin Mueller2025-09-231-1/+1
|
* make usb endpoint allocator methods accept an optional EndpointAddresskorbin2025-07-131-12/+39
|
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-9/+7
|
* Desugar some async fnsDániel Buga2024-12-302-14/+10
|
* Use inline const for initializing arrays. (#3567)Dario Nieuwenhuis2024-11-241-5/+4
|
* Update nrf-pac.Dario Nieuwenhuis2024-11-151-2/+2
|
* nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-042-171/+145
|
* Add `wait_disabled` method to `embassy_nrf::usb::Endpoint`Alex Moon2024-04-161-1/+13
|
* nrf: remove mod sealed.Dario Nieuwenhuis2024-04-051-8/+5
|
* Rename embassy-hal-common to embassy-hal-internal, document it's for ↵Dario Nieuwenhuis2023-07-281-1/+1
| | | | internal use only. (#1700)
* Make interrupt module more standard.Dario Nieuwenhuis2023-06-082-12/+12
| | | | | | | | | | | | - 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-012-6/+6
|
* common/peripheral: do not require mut in PeripheralRef clone_unchecked.Dario Nieuwenhuis2023-04-111-1/+1
|
* nrf/usb: switch to new interrupt binding, fix vbus detect on nrf53.Dario Nieuwenhuis2023-03-062-0/+1065