Moves Endpoint from libtock to API (#598)

The main benefit is that we removed all mentions of "tock" from all
source code that is not `main.rs` or inside `env/`.

This change makes libtock-drivers oblivious to how many endpoints are
supported. The endpoint is now checked a bit later in the stack.
This commit is contained in:
kaczmarczyck
2023-03-01 14:58:40 +01:00
committed by GitHub
parent 9a2ef0bf75
commit d8512b4417
7 changed files with 40 additions and 45 deletions

View File

@@ -13,6 +13,5 @@ libtock_core = { path = "../../third_party/libtock-rs/core" }
[features]
debug_ctap = []
vendor_hid = []
verbose_usb = ["debug_ctap"]
with_nfc=[]