| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -12/+4 |
| | | |||||
| * | make usb endpoint allocator methods accept an optional EndpointAddress | korbin | 2025-07-13 | 1 | -7/+23 |
| | | |||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -3/+4 |
| | | |||||
| * | Use inline const for initializing arrays. (#3567) | Dario Nieuwenhuis | 2024-11-24 | 1 | -4/+3 |
| | | |||||
| * | Initial rp235x support | Caleb Jamison | 2024-08-08 | 1 | -3/+3 |
| | | | | | Examples have been run, but there is not yet a test suite. | ||||
| * | rp usb: wake ep-wakers after stalling | Rob Pilling | 2024-05-10 | 1 | -0/+3 |
| | | |||||
| * | rp usb: add stall implementation | Rob Pilling | 2024-05-10 | 1 | -4/+30 |
| | | |||||
| * | rp: remove mod sealed. | Dario Nieuwenhuis | 2024-04-05 | 1 | -7/+6 |
| | | |||||
| * | Fix warnings in recent nightly. | Dario Nieuwenhuis | 2024-03-20 | 1 | -11/+0 |
| | | |||||
| * | docs: document all embassy-rp public apis | Ulf Lilleengen | 2023-12-19 | 1 | -0/+1 |
| | | | | | Enable missing doc warnings. | ||||
| * | docs: embassy-rp rustdoc and refactoring | Ulf Lilleengen | 2023-12-19 | 1 | -0/+10 |
| | | |||||
| * | Update usb.rs | djstrickland | 2023-12-13 | 1 | -1/+1 |
| | | | | | - add check of `dev_resume_from_host` interrupt register to catch wake event | ||||
| * | Check intrstatus before signalling suspended | Ben Simms | 2023-07-13 | 1 | -1/+2 |
| | | |||||
| * | rp/usb: add TODO: implement VBUS detection. | Dario Nieuwenhuis | 2023-06-27 | 1 | -0/+1 |
| | | |||||
| * | rp: update rp-pac. | Dario Nieuwenhuis | 2023-06-16 | 1 | -158/+137 |
| | | |||||
| * | Make interrupt module more standard. | Dario Nieuwenhuis | 2023-06-08 | 1 | -6/+5 |
| | | | | | | | | | | | | | - 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 Nieuwenhuis | 2023-06-01 | 1 | -5/+3 |
| | | |||||
| * | rp: remove take!, add bind_interrupts! | pennae | 2023-05-15 | 1 | -47/+51 |
| | | |||||
| * | rp: add PWM api | pennae | 2023-04-23 | 1 | -1/+1 |
| | | |||||
| * | usb: docs | Dario Nieuwenhuis | 2023-01-31 | 1 | -8/+8 |
| | | |||||
| * | rp: allow isochronous USB endpoints to be up to 1023 in size | nitroxis | 2023-01-27 | 1 | -2/+4 |
| | | |||||
| * | Refactor embassy-usb address handling to allow reordering of status resoponse | chemicstry | 2023-01-11 | 1 | -7/+8 |
| | | |||||
| * | Remove unnecessary use of atomic-polyfill. | Dario Nieuwenhuis | 2022-12-23 | 1 | -2/+1 |
| | | | | | Only use it when CAS is actually needed. | ||||
| * | usb-driver: Remove unncessary lifetime | Gabriel Smith | 2022-11-27 | 1 | -1/+1 |
| | | |||||
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 1 | -278/+235 |
| | | |||||
| * | Merge #1020 | bors[bot] | 2022-10-21 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | 1020: Fix mistaken EP_IN_WAKERS r=Dirbaio a=mkj I'm not totally certain, but this looks like a typo? Co-authored-by: Matt Johnston <[email protected]> | ||||
| | * | Fix mistaken EP_IN_WAKERS | Matt Johnston | 2022-10-20 | 1 | -1/+1 |
| | | | |||||
| * | | rp usb: wait for accept() completion | Matt Johnston | 2022-10-21 | 1 | -1/+13 |
| |/ | | | | | | This ensures that the current response has finished being sent before the subsequent set_address() happens. Otherwise connecting a device is intermittent, can fail depending on timing. | ||||
| * | usb: make HALs depend only on embassy-usb-driver. | Dario Nieuwenhuis | 2022-09-27 | 1 | -2/+3 |
| | | |||||
| * | usb: split driver trait to separate crate. | Dario Nieuwenhuis | 2022-09-26 | 1 | -13/+14 |
| | | |||||
| * | Replace futures::future::poll_fn -> core::future::poll_fn. | Dario Nieuwenhuis | 2022-09-22 | 1 | -2/+1 |
| | | |||||
| * | rp: add usb device support. | Dario Nieuwenhuis | 2022-08-25 | 1 | -0/+846 |
