Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename RequestType subfields. | Brian Cully | 2019-07-28 | 1 | -4/+4 |
* | Use TryFrom where possible, instead of panicking. | Brian Cully | 2019-07-28 | 1 | -3/+9 |
* | Rename basic USB protocol types. | Brian Cully | 2019-07-28 | 1 | -3/+7 |
* | WIP: read keyboard report (doesn't work) | Brian Cully | 2019-07-28 | 1 | -0/+4 |
* | Minor cleanup. | Brian Cully | 2019-07-27 | 1 | -9/+0 |
* | Reduce millis function pointer call to one location. | Brian Cully | 2019-07-27 | 1 | -63/+59 |
* | Move log_regs. | Brian Cully | 2019-07-27 | 1 | -34/+37 |
* | Make dtgl_set/clear private again. | Brian Cully | 2019-07-27 | 1 | -11/+5 |
* | Move post-address device config to Device impl. | Brian Cully | 2019-07-27 | 1 | -3/+87 |
* | WIP: we have lights on the keyboard! | Brian Cully | 2019-07-27 | 1 | -24/+67 |
* | Update log levels. | Brian Cully | 2019-07-25 | 1 | -19/+27 |
* | Read entire buffers during IN transfers. | Brian Cully | 2019-07-25 | 1 | -27/+32 |
* | Make DataBuf hold a mut pointer. | Brian Cully | 2019-07-25 | 1 | -4/+4 |
* | Move USB host stuff to separate crate. | Brian Cully | 2019-07-25 | 1 | -0/+500 |