Core functionalities to transform Raspberry Pico into a CCID device.
Find a file
Pol Henarejos fa6292118d
Major refactor of USB CCID and USB HID interfaces. All interfaces are rewritten.
With this new scheme we ensure that:
- memcpy's are reduced.
- no race conditions are performed.
- critical areas are protected.
- callbacks are executed immediately.
- write's are executed after the positive report is received.
- no usb middle interface anymore.
- CCID and HID are totally independent.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
2024-08-23 10:02:19 +02:00
config Add 3DES support. 2024-03-25 13:25:29 +01:00
mbedtls@2ca6c285a0 Upgrade to Mbedtls 3.6 2024-06-21 21:29:14 +02:00
src Major refactor of USB CCID and USB HID interfaces. All interfaces are rewritten. 2024-08-23 10:02:19 +02:00
tinycbor@e27261ed5e Add TinyCBOR for CBOR encoding/decoding. 2022-09-09 20:33:42 +02:00
.gitmodules Add TinyCBOR for CBOR encoding/decoding. 2022-09-09 20:33:42 +02:00
CMakeLists.txt Second round to make it work for ESP32S3. 2024-04-08 16:47:16 +02:00
LICENSE Initial commit 2022-04-19 12:58:22 +02:00
partitions.csv Fix write & read to flash partition. 2024-04-09 19:58:33 +02:00
pico_keys_sdk_import.cmake Merge branch 'main' into esp32 2024-05-31 17:12:12 +02:00
pico_sdk_import.cmake Adding first release of Pico CCID. It should be the core for different types of smart cards. 2022-04-19 13:40:45 +02:00
sdkconfig.defaults Second round to make it work for ESP32S3. 2024-04-08 16:47:16 +02:00