aboutsummaryrefslogtreecommitdiffstats
path: root/src/pipe.rs
Commit message (Expand)AuthorAgeFilesLines
* Clear error count register on entry to `dispatch_packet`.Brian Cully2019-10-081-11/+14
* Remove logging when allocating pipe.Brian Cully2019-10-081-6/+0
* Cache buffer length on entry to `in_transfer` and `out_transfer`.Brian Cully2019-10-081-34/+31
* Refactor `dispatch_retries`.Brian Cully2019-10-081-15/+24
* More messing around with data toggle error handling.Brian Cully2019-10-081-51/+39
* Handle all known transfer/pipe errors.Brian Cully2019-10-081-60/+77
* Log everything in one statement in `log_regs`.Brian Cully2019-09-241-9/+5
* Use endpoint's max packet size in transfers.Brian Cully2019-09-241-2/+1
* Mark pipe descriptor register memory as volatile.Brian Cully2019-09-241-1/+2
* Clippy.Brian Cully2019-09-091-5/+6
* Remove warnings for unconstructed variants of PipeErr.Brian Cully2019-08-171-0/+1
* A bunch of cleanup and fixes.Brian Cully2019-08-101-11/+5
* Use endpoint's max packet size for pipe.Brian Cully2019-08-101-4/+24
* Simplify data toggle handling.Brian Cully2019-08-081-5/+8
* Initial commitBrian Cully2019-08-041-0/+809