diff options
| author | Brian Cully <bjc@kublai.com> | 2019-08-04 14:19:25 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@kublai.com> | 2019-08-04 14:19:25 -0400 |
| commit | e405c474f5e0e94288191223de7ae0f31ae0b15f (patch) | |
| tree | 4ca89a92f0c868eb8feae272513c1e924b834adc /app/.cargo/config | |
| parent | abd478d9425dd2d4acd5b58202b1a95b73ff217b (diff) | |
| download | samd21-demo-e405c474f5e0e94288191223de7ae0f31ae0b15f.tar.gz samd21-demo-e405c474f5e0e94288191223de7ae0f31ae0b15f.zip | |
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.
Diffstat (limited to 'app/.cargo/config')
| -rw-r--r-- | app/.cargo/config | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/.cargo/config b/app/.cargo/config deleted file mode 100644 index b6cdff0..0000000 --- a/app/.cargo/config +++ /dev/null @@ -1,6 +0,0 @@ -[build] -target = "thumbv6m-none-eabi" - -[target.thumbv6m-none-eabi] -rustflags = ["-C", "link-arg=-Tlink.x"] -runner = "qemu-system-arm -pidfile qemu.pid -cpu cortex-m0 -machine lm3s6965evb -nographic -semihosting-config enable=on,target=native -gdb tcp::3333 -S -kernel" |
