Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate everything over to separate libraries. | Brian Cully | 2019-08-04 | 1 | -27/+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. | ||||
* | Update log levels. | Brian Cully | 2019-07-25 | 1 | -1/+1 |
| | |||||
* | Remove bare-metal and cortex-m-semihosting deps. | Brian Cully | 2019-07-25 | 1 | -3/+2 |
| | |||||
* | Move USB host stuff to separate crate. | Brian Cully | 2019-07-25 | 1 | -2/+3 |
| | |||||
* | Remove link to license-file. | Brian Cully | 2019-07-24 | 1 | -1/+1 |
| | |||||
* | Initial commit. | Brian Cully | 2019-07-23 | 1 | -0/+27 |