Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add licenses. | Brian Cully | 2019-08-04 | 2 | -0/+676 |
| | |||||
* | Migrate everything over to separate libraries. | Brian Cully | 2019-08-04 | 2 | -20/+21 |
| | | | | | | | | | | | * `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. | ||||
* | Add boot keyboard driver. | Brian Cully | 2019-08-02 | 3 | -0/+372 |