aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/usb/usbproto.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move USB host stuff to separate crate.Brian Cully2019-07-251-331/+0
|
* Remove packed structs.Brian Cully2019-07-241-5/+5
| | | | | | | | | | These were causing hard faults when trying to deref a borrow, presumably because of a lack of field alignment. This does mean structs aren't the correct size (e.g., USBConfigurationDescription is 10 bytes instead of 9 on thumb6), so another solution needs to be fonud for getting data in and out of structs with a minimum of overhead.
* Initial commit.Brian Cully2019-07-231-0/+331