aboutsummaryrefslogtreecommitdiffstats
path: root/usbh/src/pipe/ctrl_pipe.rs
Commit message (Collapse)AuthorAgeFilesLines
* Migrate everything over to separate libraries.Brian Cully2019-08-041-177/+0
| | | | | | | | | | | * `usb-host` is the crate containing the HAL traits. * `bootkbd` is a crate for a bare-bones boot protocol keyboard driver. * `samd21-host` is a crate with an implementation of `usb-host` for a SAMD21 platform, with an example for the trinket-m0 which uses the `bootkbd` driver to print keyboard reports.
* Use `repr(packed)` on pipe descriptors structure.Brian Cully2019-07-301-1/+1
| | | | Ensure offsets and sizes are correct with tests.
* Move USB host stuff to separate crate.Brian Cully2019-07-251-0/+177