Commit Graph
6 Commits
Author SHA1 Message Date
Sosthène GuédonandRobin Krahl 4e118bba70 Update to heapless 0.9 and trussed-core 0.2 2026-03-25 18:34:39 +01:00
Robin Krahl 01a2653c37 Update trussed to use new virtual store 2025-05-15 11:52:59 +02:00
Robin Krahl c9512c7bdf Use released dependencies 2025-01-13 10:42:44 +01:00
Robin Krahl d61a9ac7d3 Update dependencies for trussed-core and ctaphid-app 2025-01-08 11:28:43 +01:00
Robin Krahl 8135721c7d tests: Use separate Channel instance for each test
This patch changes the test setup to use separate Channel instances for
each test case.  This means that a panic in one test case does not
affect other test cases.
2024-05-22 11:02:54 +02:00
Robin Krahl 7db98dd731 Setup basic integration tests
This patch adds basic integration tests that use the ctaphid library to
send CTAPHID commands to the authenticator over ctaphid-dispatch.
Unfortunately, usbd-ctaphid does not provide a public interface to its
packet handling code, so we have to copy that code for the time being.
2024-03-21 21:16:42 +01:00