| .. |
|
fs
|
Use mutex/semaphores for emulation, like in Pico and ESP.
|
2024-08-30 12:42:22 +02:00 |
|
led
|
Add new led module to use colors whenever is possible.
|
2024-09-03 18:07:37 +02:00 |
|
rng
|
Use internal TRNG of Pico.
|
2024-09-06 15:16:34 +02:00 |
|
usb
|
Move some functions to emulation header.
|
2024-09-03 18:07:50 +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
|
Move debug to dedicated header
|
2024-09-11 23:15:09 +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 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
|
Fix warnings.
|
2024-08-23 13:17:10 +02:00 |
|
crypto_utils.h
|
Fix warnings.
|
2024-08-23 13:17:10 +02:00 |
|
debug.h
|
Move debug to dedicated header
|
2024-09-11 23:15:09 +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 new led module to use colors whenever is possible.
|
2024-09-03 18:07:37 +02:00 |
|
pico_keys.h
|
Use debug header
|
2024-09-11 23:15:29 +02:00 |
|
pico_keys_version.h
|
Upgrade Pico Keys SDK to v6.0
|
2024-06-22 20:56:03 +02:00 |