aboutsummaryrefslogtreecommitdiffstats
path: root/src/pipe/pck_size.rs
Commit message (Collapse)AuthorAgeFilesLines
* Mark pipe descriptor register memory as volatile.Brian Cully2019-09-241-59/+17
| | | | | | | Most of the values in the descriptor memory can be modified by the hardware, so we need to tell Rust that. Also, refactor the common register setup code into `register.rs`.
* Clippy.Brian Cully2019-09-091-27/+27
|
* Use endpoint's max packet size for pipe.Brian Cully2019-08-101-0/+10
|
* Initial commitBrian Cully2019-08-041-0/+368