| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Migrate everything over to separate libraries. | Brian Cully | 2019-08-04 | 6 | -1376/+0 |
| | | | | | | | | | | | | * `usb-host` is the crate containing the HAL traits. * `bootkbd` is a crate for a bare-bones boot protocol keyboard driver. * `samd21-host` is a crate with an implementation of `usb-host` for a SAMD21 platform, with an example for the trinket-m0 which uses the `bootkbd` driver to print keyboard reports. | ||||
| * | Use `repr(packed)` on pipe descriptors structure. | Brian Cully | 2019-07-30 | 6 | -31/+31 |
| | | | | | Ensure offsets and sizes are correct with tests. | ||||
| * | Put word-aligned assert back in addr reg. | Brian Cully | 2019-07-28 | 1 | -2/+1 |
| | | |||||
| * | Put size assertions in pcksize writers. | Brian Cully | 2019-07-27 | 1 | -0/+4 |
| | | |||||
| * | WIP: we have lights on the keyboard! | Brian Cully | 2019-07-27 | 1 | -2/+4 |
| | | |||||
| * | Add modify method for ADDR. | Brian Cully | 2019-07-25 | 1 | -2/+12 |
| | | |||||
| * | Update PCKSIZE for correct BYTE_COUNT offset and length. | Brian Cully | 2019-07-25 | 1 | -8/+12 |
| | | |||||
| * | Move USB host stuff to separate crate. | Brian Cully | 2019-07-25 | 6 | -0/+1357 |
