aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-09-09 20:47:17 -0400
committerBrian Cully <bjc@kublai.com>2019-09-09 20:47:17 -0400
commit27177f3d9b82c51a1131784123e9492f6d852c45 (patch)
treebf12fecbe85253bc90a896256d8ffeecee284486
parent52d36ba3d07e0d9027896cc653fa77b2a50249b3 (diff)
downloadatsamd-usb-host-27177f3d9b82c51a1131784123e9492f6d852c45.tar.gz
atsamd-usb-host-27177f3d9b82c51a1131784123e9492f6d852c45.zip
Re-export samd51 meta-feature.v0.1.0
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e01ed31..8698721 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,13 +12,13 @@ readme = "README.md"
[dependencies]
usb-host = "~0.1"
-starb = "~0.2"
+starb = "~0.3"
log = "~0.4"
embedded-hal = "~0.2"
-atsamd-hal = "~0.6"
+atsamd-hal = "~0.7"
[dev-dependencies.atsamd-hal]
-version = "~0.6"
+version = "~0.7"
features = ["samd21e18a"]
# Need to re-export features from atsamd-hal. If there were a
@@ -26,7 +26,7 @@ features = ["samd21e18a"]
[features]
samd21g18a = ["atsamd-hal/samd21g18a"]
samd21e18a = ["atsamd-hal/samd21e18a"]
-samd51 = [] # Convenience feature for shared configuration of samd51 chips.
+samd51 = ["atsamd-hal/samd51"]
samd51g19a = ["atsamd-hal/samd51g19a"]
samd51j19a = ["atsamd-hal/samd51j19a"]
samd51j20a = ["atsamd-hal/samd51j20a"]