summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-09-09 21:04:23 -0400
committerBrian Cully <bjc@kublai.com>2019-09-09 21:04:23 -0400
commite2dc05433490b2cc553387382bf44ee7d9529f28 (patch)
treede1257a3de70742e3cd0a833ecb55ed8b9ba4b4d
parentc1422f40d1ec9f77cc72c9425e67e97150bb2f52 (diff)
downloadbleusb-e2dc05433490b2cc553387382bf44ee7d9529f28.tar.gz
bleusb-e2dc05433490b2cc553387382bf44ee7d9529f28.zip
Patch off newly published atsamd-usb-host.
-rw-r--r--Cargo.toml1
-rw-r--r--usb/Cargo.toml3
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index aa2710d..7f062c1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ nrf52840-hal = { path = "../nrf52-hal/nrf52840-hal" }
bootkbd = { path = "../usbh/bootkbd" }
usb-host = { path = "../usbh/usb-host" }
starb = { path = "../usbh/starb" }
+atsamd-usb-host = { path = "../usbh/atsamd-usb-host" }
[profile.dev]
incremental = false
diff --git a/usb/Cargo.toml b/usb/Cargo.toml
index fb6712c..bfa2094 100644
--- a/usb/Cargo.toml
+++ b/usb/Cargo.toml
@@ -20,8 +20,7 @@ smart-leds = "0.2"
apa102-spi = "0.2"
usb-host = "0.1"
bootkbd = "0.2"
-atsamd-usb-host = { path = "../../usbh/atsamd-usb-host" }
-#atsamd-usb-host = { git = "https://github.com/bjc/atsamd-usb-host.git", rev = "52d36ba" }
+atsamd-usb-host = "0.1"
trinket_m0 = {version = "0.5", optional = true }
feather_m0 = {version = "0.5", optional = true }