Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark pipe descriptor register memory as volatile. | Brian Cully | 2019-09-24 | 1 | -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 Cully | 2019-09-09 | 1 | -27/+27 |
| | |||||
* | Use endpoint's max packet size for pipe. | Brian Cully | 2019-08-10 | 1 | -0/+10 |
| | |||||
* | Initial commit | Brian Cully | 2019-08-04 | 1 | -0/+368 |