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-usb
/
src
/
class
/
cdc_ncm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
2
-2
/
+2
*
make usb endpoint allocator methods accept an optional EndpointAddress
korbin
2025-07-13
1
-3
/
+3
*
embassy-usb: fix `core::intrinsics` deprecate warning in nightly.
René van Dorst
2025-02-03
1
-2
/
+1
*
Apply Pedantic Clippy Lints
Rafael Bachmann
2023-10-15
1
-28
/
+20
*
Fix clippy
Rafael Bachmann
2023-10-15
1
-7
/
+8
*
Fix hardcoded buffer length in USB NCM causing broken link on USB 2.0.
Isaikin Roman
2023-08-20
1
-8
/
+13
*
Introduce driver::HardwareAddress without smoltcp dependency
Ruben De Smet
2023-07-31
1
-1
/
+4
*
Release embassy-net v0.1
Dario Nieuwenhuis
2023-06-29
1
-2
/
+3
*
usb: add missing builder reexports.
Dario Nieuwenhuis
2023-06-29
1
-2
/
+2
*
Fix some typos
Dirk Stolle
2023-05-08
1
-2
/
+2
*
usb: unify ControlHandler+DeviceStateHandler, route all control requests to a...
Dario Nieuwenhuis
2023-02-08
1
-33
/
+50
*
Merge #1151
bors[bot]
2023-02-01
1
-3
/
+3
|
\
|
*
usb: allow setting the interface string for interface alt settings
Matt Ickstadt
2023-01-13
1
-3
/
+3
*
|
usb: docs
Dario Nieuwenhuis
2023-01-31
2
-16
/
+46
|
/
*
net/chan: split state runner.
Dario Nieuwenhuis
2022-12-27
1
-3
/
+3
*
net: split channel-based driver impl from usb cdc-ncm into a separate crate.
Dario Nieuwenhuis
2022-12-26
1
-384
/
+24
*
net: split driver trait to a separate crate.
Dario Nieuwenhuis
2022-12-26
2
-8
/
+7
*
usb/cdc-ncm: add embassy-net Device implementation.
Dario Nieuwenhuis
2022-12-13
2
-0
/
+945