Tock V2 port - rebased and updated (#620)
* Changes from #580 * fixes USB cancel panic * style fixes * Update src/env/tock/storage.rs Co-authored-by: Zach Halvorsen <zhalvorsen@google.com> --------- Co-authored-by: Zach Halvorsen <zhalvorsen@google.com>
This commit is contained in:
5
third_party/libtock-drivers/Cargo.toml
vendored
5
third_party/libtock-drivers/Cargo.toml
vendored
@@ -9,9 +9,10 @@ license = "MIT/Apache-2.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
libtock_core = { path = "../../third_party/libtock-rs/core" }
|
||||
libtock_console = { path = "../../third_party/libtock-rs/apis/console" }
|
||||
libtock_platform = { path = "../../third_party/libtock-rs/platform" }
|
||||
|
||||
[features]
|
||||
debug_ctap = []
|
||||
verbose_usb = ["debug_ctap"]
|
||||
with_nfc=[]
|
||||
with_nfc = []
|
||||
|
||||
Reference in New Issue
Block a user