aboutsummaryrefslogtreecommitdiffstats
path: root/usbh
Commit message (Expand)AuthorAgeFilesLines
* Read entire buffers during IN transfers.Brian Cully2019-07-251-27/+32
* Add modify method for ADDR.Brian Cully2019-07-251-2/+12
* Update PCKSIZE for correct BYTE_COUNT offset and length.Brian Cully2019-07-251-8/+12
* Remove duplicate test code.Brian Cully2019-07-251-57/+28
* Add deserialize tests for usbproto as well.Brian Cully2019-07-251-0/+40
* Make DataBuf hold a mut pointer.Brian Cully2019-07-253-20/+20
* Put packet repr back. Add tests.Brian Cully2019-07-251-14/+130
* Allow dead code in crate.Brian Cully2019-07-251-9/+7
* Only reset USB during initialization state.Brian Cully2019-07-251-3/+1
* License for rb and usbh.Brian Cully2019-07-251-0/+1
* Move USB host stuff to separate crate.Brian Cully2019-07-2511-0/+3113