flipperzero-firmware/lib/nfc_protocols
gornekich 5769595e67
NFC emulation software tunning (#1341)
* digital_signal: optimize calculationxx
* firmware: add listen start and listen rx
* digital signal: rework with fixed point calculation
* nfc: tune timings
* nfc: fix array overflow
* mifare classic: fix key access
* nfc: rework spi bus access
* nfc: rework listen mode with st25r3916 calls
* digital signal: speed up digital_signal_append()
* digital signal: remove unused profiling
* nfc: clean up code
* nfc: correct sleep state
* nfc: add unit tests
* nfc: fix memory leak in unit test
* digital_signal: remove unused code
* nfc: fix incorrect sak load in pt memory

Co-authored-by: あく <alleteam@gmail.com>
2022-07-03 23:51:50 +09:00
..
crypto1.c [FL-2245] Introduce Mifare Classic Emulation (#1242) 2022-05-24 17:00:15 +03:00
crypto1.h [FL-2245] Introduce Mifare Classic Emulation (#1242) 2022-05-24 17:00:15 +03:00
emv.c nfc: add debug PCAP output, refactor Mifare DESFire following #1095 (#1294) 2022-06-09 17:35:34 +09:00
emv.h
mifare_classic.c NFC emulation software tunning (#1341) 2022-07-03 23:51:50 +09:00
mifare_classic.h [FL-2245] Introduce Mifare Classic Emulation (#1242) 2022-05-24 17:00:15 +03:00
mifare_common.c 1342 add mifare infineon (#1346) 2022-06-30 23:47:08 +09:00
mifare_common.h
mifare_desfire.c Fix MiFare DESFire GetKeySettings response parsing (#1267) 2022-05-24 17:05:46 +03:00
mifare_desfire.h Fix MiFare DESFire GetKeySettings response parsing (#1267) 2022-05-24 17:05:46 +03:00
mifare_ultralight.c nfc: NTAG21x complete emulation (#1313) 2022-06-22 00:04:35 +09:00
mifare_ultralight.h nfc: NTAG21x complete emulation (#1313) 2022-06-22 00:04:35 +09:00
nfc_util.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
nfc_util.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
nfca.c NFC emulation software tunning (#1341) 2022-07-03 23:51:50 +09:00
nfca.h [FL-2245] Introduce Mifare Classic Emulation (#1242) 2022-05-24 17:00:15 +03:00