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

Replace iso7816::Command with iso7816::command::CommandView #26

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

robin-nitrokey
Copy link
Member

This allows us to drop one generic parameter from the App trait and potentially generate more efficient code.

@robin-nitrokey robin-nitrokey force-pushed the command-view branch 2 times, most recently from 14cf97f to 75da0be Compare August 13, 2024 14:41
Copy link
Contributor

@sosthene-nitrokey sosthene-nitrokey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I kinda hoped we could get rid of the const parameter for the reply too but the view implementation in upstream heapless are taking so long to get released :(

This allows us to drop one generic parameter from the App trait and
potentially generate more efficient code.
@robin-nitrokey robin-nitrokey merged commit c675f91 into main Aug 13, 2024
1 check passed
@robin-nitrokey robin-nitrokey deleted the command-view branch August 13, 2024 15:58
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

Successfully merging this pull request may close these issues.

2 participants