diff options
author | Brian Cully <bjc@kublai.com> | 2019-09-09 20:47:17 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-09-09 20:47:17 -0400 |
commit | 27177f3d9b82c51a1131784123e9492f6d852c45 (patch) | |
tree | bf12fecbe85253bc90a896256d8ffeecee284486 | |
parent | 52d36ba3d07e0d9027896cc653fa77b2a50249b3 (diff) | |
download | atsamd-usb-host-27177f3d9b82c51a1131784123e9492f6d852c45.tar.gz atsamd-usb-host-27177f3d9b82c51a1131784123e9492f6d852c45.zip |
Re-export samd51 meta-feature.v0.1.0
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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"] |