Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to released crates #512

Open
robin-nitrokey opened this issue Jun 20, 2024 · 0 comments
Open

Migrate to released crates #512

robin-nitrokey opened this issue Jun 20, 2024 · 0 comments

Comments

@robin-nitrokey
Copy link
Member

We should migrate to crates released on crates.io while updating to use littlefs2-core, trussed-core and the upcoming heapless release, as well as the new extension and app trait crates.

graph TD;
    heapless-bytes-->trussed-core;
    littlefs2-core-->trussed-core;
    trussed-core-->ctaphid-app;
    ctaphid-app-->ctaphid-dispatch;
    ctaphid-dispatch-->usbd-ctaphid;
    apps["apps ..."];
    extensions["extensions ..."];
    trussed-core-->extensions;
    extensions-->apps;
    trussed-core-->apps;
    ctaphid-app-->apps;
    apdu-app-->apps;
    heapless-bytes-->apps;
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant