Hardware Security Module for Raspberry Pico
Go to file
Pol Henarejos 0be9352f0d
- Adding BOS
- VID/PID must be known by the host in order to load the CCID driver. If others are used, it may not work.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
2021-12-31 03:47:51 +01:00
ccid-types.h Adding ccid structs 2021-12-30 23:34:31 +01:00
ccid.c Adding ccid structs 2021-12-30 23:34:31 +01:00
ccid.h Adding CCID driver 2021-12-31 02:17:09 +01:00
CMakeLists.txt Moving to TinyUSB. Low level API does not provide methods for larger packets. TinyUSB provides a complete interface for managing CCID. 2021-12-30 23:35:30 +01:00
hsm2040.c Adding CCID driver 2021-12-31 02:17:09 +01:00
hsm2040.h Moving to TinyUSB. Low level API does not provide methods for larger packets. TinyUSB provides a complete interface for managing CCID. 2021-12-30 23:35:30 +01:00
pico_sdk_import.cmake First commit. Attempting to emulate a CCID device. Not easy with RP2040 2021-12-30 00:31:01 +01:00
tusb_config.h Moving to TinyUSB. Low level API does not provide methods for larger packets. TinyUSB provides a complete interface for managing CCID. 2021-12-30 23:35:30 +01:00
usb_descriptors.c - Adding BOS 2021-12-31 03:47:51 +01:00
usb_descriptors.h Moving to TinyUSB. Low level API does not provide methods for larger packets. TinyUSB provides a complete interface for managing CCID. 2021-12-30 23:35:30 +01:00