pico-keys-sdk/src
Pol Henarejos 2d6545f191
Add support to RP2350.
RP2350 does not support RTC, so we use AON timer instead.
2024-08-28 16:42:46 +02:00
..
fs Improved multicore synchronization. Now they exchange signals and protect areas atomically. 2024-08-23 19:24:18 +02:00
rng Do not use mbedtls crt_dbrg as it it not reliable. 2024-08-25 00:10:53 +02:00
usb Fix USB/CCID writes when APDU is longer than 64 bytes. 2024-08-26 22:41:46 +02:00
apdu.c Improved multicore synchronization. Now they exchange signals and protect areas atomically. 2024-08-23 19:24:18 +02:00
apdu.h Major refactor of USB CCID and USB HID interfaces. All interfaces are rewritten. 2024-08-23 10:02:19 +02:00
asn1.c Fix potential infinite loop when bad ASN1 is processed. 2024-07-08 10:53:19 +02:00
asn1.h Attempting to add support to esp32s3. 2024-04-04 21:01:55 +02:00
CMakeLists.txt Add tinycbor to ESP32 build. 2024-08-19 00:06:49 +02:00
compat.h Fix CodeQL build. 2024-01-02 20:36:48 +01:00
crypto_utils.c Fix warnings. 2024-08-23 13:17:10 +02:00
crypto_utils.h Fix warnings. 2024-08-23 13:17:10 +02:00
eac.c Second round to make it work for ESP32S3. 2024-04-08 16:47:16 +02:00
eac.h Now it builds the image. 2024-04-05 17:57:56 +02:00
esp_compat.h Major refactor of USB CCID and USB HID interfaces. All interfaces are rewritten. 2024-08-23 10:02:19 +02:00
idf_component.yml Second round to make it work for ESP32S3. 2024-04-08 16:47:16 +02:00
main.c Add support to RP2350. 2024-08-28 16:42:46 +02:00
pico_keys.h Major refactor of USB CCID and USB HID interfaces. All interfaces are rewritten. 2024-08-23 10:02:19 +02:00
pico_keys_version.h Upgrade Pico Keys SDK to v6.0 2024-06-22 20:56:03 +02:00