Core functionalities to transform Raspberry Pico into a CCID device.
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> |
||
|---|---|---|
| config | ||
| mbedtls@1873d3bfc2 | ||
| src | ||
| tinycbor@e27261ed5e | ||
| .gitmodules | ||
| CMakeLists.txt | ||
| LICENSE | ||
| pico_hsm_sdk_import.cmake | ||
| pico_sdk_import.cmake | ||