diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..a39968e --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# usb-host + +This is a collection of traits that mediate between drivers for USB +peripherals and USB Host. + +This is still very early days, yet, and everything should be +considered experimental. However, it has been used to write a [driver +for a boot protocol keyboard](https://github.com/bjc/bootkbd), and can +presumably be used for other drivers as well. + +# Device driver crates. + * [bootkbd](https://github.com/bjc/bootkbd) - A very simple + boot-protocol keyboard driver. + +# Host driver crates. + * [atsamd-usb-host](https://github.com/bjc/atsamd-usb-host) - Host + driver implementation for Atmel's SAMD* line of microcontrollers. |