pico-keys-sdk/src
Pol Henarejos d66d1c85b9
Add missing header.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
2025-06-22 19:52:36 +02:00
..
fs Add enabled USB interfaces in PHY. 2025-03-22 23:24:36 +01:00
led Add get led mode. 2025-03-19 01:18:57 +01:00
rng Use internal TRNG of Pico. 2024-09-06 15:16:34 +02:00
usb Fix interface descriptor when HID is disabled. 2025-05-02 18:28:38 +02:00
apdu.c Remove the tweak for packets multiple of 64 bytes. It was fixed in the USB stack handling (don't remember where). 2025-05-23 20:17:57 +02:00
apdu.h Add missing header. 2025-06-22 19:52:36 +02: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 Upgrade TinyUSB for ESP32 2025-04-06 18:26:34 +02:00
main.c Add app_exists() to check if an AID is loaded. 2025-05-25 19:07:20 +02: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 Define MCU for emulation. 2025-04-07 01:24:03 +02:00