CCID App: Refactor (#3808)

- Move iso7816 related code to its own folder
- Refactor Iso7816Callback into Iso7816Handler
- Created new file for CCID commands
- Renamed variables according to standard

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Filipe Paz Rodrigues
2024-07-31 16:44:04 -05:00
committed by GitHub
parent f73d60cba8
commit 53cf700521
12 changed files with 248 additions and 255 deletions

View File

@@ -0,0 +1,6 @@
#pragma once
typedef struct {
uint8_t TS;
uint8_t T0;
} Iso7816Atr;