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
Commit message (
Expand
)
Author
Age
Files
Lines
*
embassy-usb: fix `core::intrinsics` deprecate warning in nightly.
René van Dorst
2025-02-03
1
-2
/
+1
*
Desugar some async fns
Dániel Buga
2024-12-30
2
-6
/
+4
*
embassy-usb: fix building with optional log feature
9names
2024-12-28
2
-1
/
+7
*
Update default docs for device class fields
Eekle
2024-12-24
1
-3
/
+6
*
Default USB to use composite_with_iads, which "just works" in most cases
Eekle
2024-12-24
1
-5
/
+8
*
add docs for usb version variants
sawyer bristol
2024-12-03
1
-0
/
+2
*
forgot to expose UsbVersion
sawyer bristol
2024-12-02
1
-1
/
+1
*
rename BcdUsbVersion -> UsbVersion
sawyer bristol
2024-12-02
1
-3
/
+3
*
add fmt
sawyer bristol
2024-12-02
1
-0
/
+2
*
fix device_qualifier_descriptor with custom bcd version
sawyer bristol
2024-12-02
1
-1
/
+1
*
add named bcd versions
sawyer bristol
2024-12-02
2
-14
/
+21
*
fix bug and allow bcd to be .0
sawyer bristol
2024-12-02
1
-1
/
+1
*
bcd default to 2.1
sawyer bristol
2024-12-02
1
-2
/
+2
*
custom bcd usb version
sawyer bristol
2024-11-29
2
-12
/
+18
*
feat(usb): add USB Audio Class 1
elagil
2024-11-24
5
-0
/
+1114
*
Merge pull request #3314 from elagil/add_iso_endpoint_support
Dario Nieuwenhuis
2024-09-16
2
-25
/
+206
|
\
|
*
feat(usb): make use of ISO endpoint support
elagil
2024-09-05
2
-25
/
+206
*
|
Allow bos_descriptor_buf to be a zero-length slice
Maxime Vincent
2024-08-29
1
-0
/
+6
|
/
*
feat(usb): add device qualifier descriptor
Haobo Gu
2024-08-15
2
-0
/
+25
*
Update to Rust 1.80, make check-cfg unconditional.
Dario Nieuwenhuis
2024-07-25
1
-0
/
+2
*
Reduced define for 'unreachable!' to a single macro rule
Tarun Singh
2024-07-17
1
-10
/
+6
*
Add collapse_debuginfo to fmt.rs macros.
Dario Nieuwenhuis
2024-06-17
1
-0
/
+17
*
Merge pull request #2862 from AtoVproject/feature/web-usb-class
Dario Nieuwenhuis
2024-04-28
3
-0
/
+192
|
\
|
*
feature: WebUSB capability implementation
Chris Maniewski
2024-04-27
3
-0
/
+192
*
|
usb-hid: all the RequestHandler method accept &mut self
Boris Faure
2024-04-15
1
-3
/
+3
*
|
usb/hid: make RequestHandler::set_report(&mut self,…)
Boris Faure
2024-04-15
1
-9
/
+9
|
/
*
USB: fix comments about the config.max_packet_size_0 field
Adam Simpkins
2024-04-09
1
-4
/
+5
*
use private_bounds for sealed traits.
Dario Nieuwenhuis
2024-03-23
1
-16
/
+12
*
usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead
Adam Greig
2024-03-23
4
-40
/
+33
*
fmt: disable "unused" warnings.
Dario Nieuwenhuis
2024-03-20
1
-2
/
+1
*
Add buffer size info to read_packet
Jomer.Dev
2024-01-08
1
-0
/
+1
*
usb: remove msos-descriptor feature.
Dario Nieuwenhuis
2023-11-08
3
-35
/
+8
*
usb: reject instead of panic on CONTROL OUT longer than the buf.
Dario Nieuwenhuis
2023-11-06
1
-0
/
+10
*
Apply Pedantic Clippy Lints
Rafael Bachmann
2023-10-15
11
-140
/
+118
*
Fix clippy
Rafael Bachmann
2023-10-15
5
-22
/
+32
*
Constify Config::new
Rafael Bachmann
2023-10-15
1
-1
/
+1
*
embassy-usb: Add MIDI class
kalkyl
2023-10-14
2
-0
/
+228
*
Add async interface for CDC control changes
Matt Spencer
2023-09-19
1
-2
/
+68
*
Sync all fmt.rs files.
Dario Nieuwenhuis
2023-08-30
1
-6
/
+39
*
Fix hardcoded buffer length in USB NCM causing broken link on USB 2.0.
Isaikin Roman
2023-08-20
1
-8
/
+13
*
Fixed the final null terminator for RegMultiSz.
Lukas Joeressen
2023-08-18
1
-1
/
+1
*
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
2
-3
/
+3
*
Remove unused `feature(type_alias_impl_trait)`.
Dario Nieuwenhuis
2023-05-14
1
-1
/
+0
*
Fix some typos
Dirk Stolle
2023-05-08
3
-4
/
+4
*
Address review comments
James Munns
2023-03-27
2
-11
/
+3
*
Correct copy/paste errors
James Munns
2023-03-27
1
-4
/
+6
*
Add logging and interface for debugging buffer usage
James Munns
2023-03-27
4
-0
/
+59
*
embassy_usb: Add split() for cdc_acm
Lasse Dalegaard
2023-03-04
1
-0
/
+100
[next]