aboutsummaryrefslogtreecommitdiffstats
path: root/usbh/src/pipe/status_pipe.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use `repr(packed)` on pipe descriptors structure.Brian Cully2019-07-301-26/+26
| | | | Ensure offsets and sizes are correct with tests.
* Move USB host stuff to separate crate.Brian Cully2019-07-251-0/+407