aboutsummaryrefslogtreecommitdiffstats
path: root/usbh/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove DataBuf exposure outside of pipe impl.Brian Cully2019-07-281-3/+3
* Use TryFrom where possible, instead of panicking.Brian Cully2019-07-281-1/+1
* Rename basic USB protocol types.Brian Cully2019-07-281-6/+6
* Remove delay field from USBHost.Brian Cully2019-07-281-12/+11
* Remove un-needed return.Brian Cully2019-07-271-1/+1
* Move post-address device config to Device impl.Brian Cully2019-07-271-178/+27
* WIP: we have lights on the keyboard!Brian Cully2019-07-271-21/+66
* Remove unused structs.Brian Cully2019-07-251-47/+0
* Update log levels.Brian Cully2019-07-251-29/+31
* Make DataBuf hold a mut pointer.Brian Cully2019-07-251-6/+6
* Allow dead code in crate.Brian Cully2019-07-251-9/+7
* Only reset USB during initialization state.Brian Cully2019-07-251-3/+1
* Move USB host stuff to separate crate.Brian Cully2019-07-251-0/+641