Core functionalities to transform Raspberry Pico into a CCID device.
Find a file
Pol Henarejos 3182d1e2e6
Fixed potential crash.
board_button_read() disables interrupts and cannot be parallelized when flash is being used. It is imperative that core1 must not use flash during the board_button_read(). Since it is not feasible to put mutexes in *every* flash memory read/write in core1, it is preferable to wait until core1 finishes command execution.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
2023-10-31 00:40:38 +01:00
config Added support for Ripemd160. 2023-05-23 20:39:37 +02:00
mbedtls@1873d3bfc2 Upgrade to mbedtls 3.4 2023-05-10 00:17:19 +02:00
src Fixed potential crash. 2023-10-31 00:40:38 +01: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 Added a major refactoring to include Emulated interface. 2023-01-09 18:06:21 +01:00
LICENSE Initial commit 2022-04-19 12:58:22 +02:00
pico_hsm_sdk_import.cmake Add cyw43 lib only for pico_w board. 2023-09-18 10:39:00 +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