unleashed-firmware/targets/f7
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
..
ble_glue [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
fatfs [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal CCID: Add CCIDWorker (#3785) 2024-07-18 16:04:38 +09:00
inc [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
platform_specific [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
src Code Cleanup: unused includes, useless checks, unused variables, etc... (#3696) 2024-06-11 03:04:29 +10:00
api_symbols.csv CCID: Add CCIDWorker (#3785) 2024-07-18 16:04:38 +09:00
application_ext.ld Code Cleanup: unused includes, useless checks, unused variables, etc... (#3696) 2024-06-11 03:04:29 +10:00
stm32wb55xx_flash.ld Code Cleanup: unused includes, useless checks, unused variables, etc... (#3696) 2024-06-11 03:04:29 +10:00
stm32wb55xx_ram_fw.ld Code Cleanup: unused includes, useless checks, unused variables, etc... (#3696) 2024-06-11 03:04:29 +10:00
target.json Code Cleanup: unused includes, useless checks, unused variables, etc... (#3696) 2024-06-11 03:04:29 +10:00