index
:
embassy
master
tmp/dfu_pkg_pca10059
Modern embedded framework, using Rust and async.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-usb-hid
Age
Commit message (
Expand
)
Author
2022-06-26
docs: Add $COMMIT to git srclinks.
Dario Nieuwenhuis
2022-06-12
Run rustfmt.
Dario Nieuwenhuis
2022-04-23
usb: set the interface handler in InterfaceBuilder.
Dario Nieuwenhuis
2022-04-23
usb: builtin handling of interface alternate settings
Dario Nieuwenhuis
2022-04-16
usb: improved descriptor building API
Dario Nieuwenhuis
2022-04-16
usb: rename UsbDeviceBuilder -> Builder.
Dario Nieuwenhuis
2022-04-16
usb-hid: add Config struct, to avoid too many params.
Dario Nieuwenhuis
2022-04-16
usb-hid: Simplify API.
Dario Nieuwenhuis
2022-04-13
usb-hid: add embassy docs metadata.
Dario Nieuwenhuis
2022-04-09
Unify ReadError and WriteError into EndpointError
alexmoon
2022-04-06
embassy-usb-hid bug fixes
alexmoon
2022-04-06
usb/hid: fix infinite loop when N=0
Dario Nieuwenhuis
2022-04-06
usb/hid: update for endpoint state changes.
Dario Nieuwenhuis
2022-04-06
Simplify hid output report handling
alexmoon
2022-04-06
Reduce memory overhead and simplify logic for merging endpoint and control re...
alexmoon
2022-04-06
Remove output() and split() methods from HidClass when there is no out endpoi...
alexmoon
2022-04-06
Make the interupt IN endpoint non-optional
alexmoon
2022-04-06
Remove the feature report reader
alexmoon
2022-04-06
Log when reports are dropped without being read.
alexmoon
2022-04-06
Async USB HID class
alexmoon