pico-keys-sdk/src
Pol Henarejos 7191cda6d3
Add PHY option to enable specific curves. It's in the app side the management.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
2025-03-11 18:43:08 +01:00
..
fs Add PHY option to enable specific curves. It's in the app side the management. 2025-03-11 18:43:08 +01:00
led Fix LED for ESP32S3 2025-02-23 00:49:12 +01:00
rng Use internal TRNG of Pico. 2024-09-06 15:16:34 +02:00
usb Fix multiple interfaces in older PCSC versions. 2025-02-12 13:25:23 +01:00
apdu.c Use uint16 funcs. 2024-12-23 21:23:13 +01:00
apdu.h Increase number of hosted apps to 8. 2024-11-05 18:03:00 +01:00
asn1.c Use BE/LE functions for packing uint16. 2024-12-23 21:00:38 +01:00
asn1.h Attempting to add support to esp32s3. 2024-04-04 21:01:55 +02:00
CMakeLists.txt Add new led module to use colors whenever is possible. 2024-09-03 18:07:37 +02:00
compat.h Fix CodeQL build. 2024-01-02 20:36:48 +01:00
crypto_utils.c Rename CCID_ codes to PICOKEY_ 2024-11-05 18:21:24 +01:00
crypto_utils.h Fix warnings. 2024-08-23 13:17:10 +02:00
debug.h Add file & line to debug info. 2025-02-19 11:43:47 +01:00
eac.c Set stack size depending on the number of enabled interfaces. 2024-12-24 01:42:33 +01:00
eac.h Now it builds the image. 2024-04-05 17:57:56 +02:00
esp_compat.h Only pin to core in ESP32-S3 since it is multicore. 2025-03-07 19:35:13 +01:00
idf_component.yml Add support for tinyusb 0.17 in ESP32. 2024-12-01 01:23:56 +01:00
main.c Only pin to core in ESP32-S3 since it is multicore. 2025-03-07 19:35:13 +01:00
pico_keys.h Use uint16 funcs. 2024-12-23 21:23:13 +01:00
pico_keys_version.h Upgrade Pico Keys SDK to v7.0 2024-11-09 14:56:50 +01:00
rescue.c Added phy_save() and phy_load() to save and load PHY. 2025-01-29 17:09:20 +01:00