unleashed-firmware/applications/debug/ccid_test
Filipe Paz Rodrigues 703ed83fd8
CCID: Add CCIDWorker (#3785)
* CCID: Add CCIDWorker
  This new thread allows for Flipper to receive CCID messages bigger than CCID_EPSIZE
  by receiving multiple packaged in a row and adding them to the buffer
* Fixed data types
* Format sources
* Review feedback
* Variable names
* FuriHal: cleanup and fortify code in furi_hal_usb_ccid
* Review feedbacks (also added extra checks)
* Fixed use after free
* Fix lint
* Sync API Symbols version
* Sync API Symbols version again
* FuriHal: fix clangd warnings, add doxygen comments for furi_hal_usb_ccid.h

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2024-07-18 16:04:38 +09:00
..
client CCID: Add CCIDWorker (#3785) 2024-07-18 16:04:38 +09:00
application.fam fbt: improvements (#3217) 2023-11-16 01:27:35 +09:00
ccid_test_app.c CCID: Add CCIDWorker (#3785) 2024-07-18 16:04:38 +09:00
iso7816_atr.h CCID: Improve request and response data handling (#3741) 2024-07-06 12:08:44 +01:00
iso7816_callbacks.c CCID: Improve request and response data handling (#3741) 2024-07-06 12:08:44 +01:00
iso7816_callbacks.h [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
iso7816_response.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
iso7816_response.h [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
iso7816_t0_apdu.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
iso7816_t0_apdu.h [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00