aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-08-04 15:28:37 -0400
committerBrian Cully <bjc@kublai.com>2019-08-04 16:01:04 -0400
commit54e051b7dfbfde9083ce4becd80718ea642114fd (patch)
treeb8353bebc8270e87bd9443dd3f6f07b2ab0cef2c /README.md
downloadusb-host-54e051b7dfbfde9083ce4becd80718ea642114fd.tar.gz
usb-host-54e051b7dfbfde9083ce4becd80718ea642114fd.zip
Initial commit.v0.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
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.