Core functionalities to transform Raspberry Pico into a CCID device.
Find a file
Pol Henarejos 4a8a6728c7
Adding support for specific vendor HID command (0x41).
It is a self implementation, based on CBOR command.
data[0] conveys the command and the contents mapped in CBOR encoding.
The map uses the authConfig template, where the fist item in the map is the subcommand (enable/disable at this moment), the second is a map of the parameters, the third and fourth are the pinUvParam and pinUvProtocol.

With this format only a single vendor HID command is necessary (0x41), which will be used for all my own commands, by using the command id in data[0] like with CBOR.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
2022-10-29 19:41:00 +02:00
config Adding support for ChaCha20 with Poly1305. 2022-09-14 17:26:45 +02:00
mbedtls@869298bffe Moving to MbedTLS 3.2.1 2022-09-25 23:33:12 +02:00
src Adding support for specific vendor HID command (0x41). 2022-10-29 19:41:00 +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 Creating a cmake library to be added by other projects. 2022-08-31 13:55:14 +02:00
LICENSE Initial commit 2022-04-19 12:58:22 +02:00
pico_hsm_sdk_import.cmake Adding ENABLE_DELAYED_BOOT flag for delayed boot compilation. 2022-10-05 11:09:24 +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