From e405c474f5e0e94288191223de7ae0f31ae0b15f Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sun, 4 Aug 2019 14:19:25 -0400 Subject: Migrate everything over to separate libraries. * `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. --- samd21-host/simple.uf2 | Bin 0 -> 247296 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 samd21-host/simple.uf2 (limited to 'samd21-host/simple.uf2') diff --git a/samd21-host/simple.uf2 b/samd21-host/simple.uf2 new file mode 100644 index 0000000..817dcb3 Binary files /dev/null and b/samd21-host/simple.uf2 differ -- cgit v1.2.3