index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-rp
/
src
/
usb.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
docs: embassy-rp rustdoc and refactoring
Ulf Lilleengen
2023-12-19
1
-0
/
+10
*
Update usb.rs
djstrickland
2023-12-13
1
-1
/
+1
*
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
*
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
*
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
|
\
|
*
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
|
/
*
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