flipperzero-firmware/applications/nfc/helpers
Kevin Wallace 9c9f66a30f
nfc: add debug PCAP output, refactor Mifare DESFire following #1095 (#1294)
* nfc: refactor nfc_worker_read_mifare_desfire to use furi_hal_nfc_tx_rx
  Renames furi_hal_nfc_exchange_full to furi_hal_nfc_tx_rx_full, and
  rewrites it to use furi_hal_nfc_tx_rx.  This eliminates the final
  remaining use of furi_hal_nfc_exchange, so remove that.
* nfc: write debug.pcap when debug mode enabled
  Limited to NFC protocols that use furi_hal_nfc_tx_rx to communicate.
* switch to Doxygen style comment

Co-authored-by: Kevin Wallace <git+flipperzero@kevin.wallace.seattle.wa.us>
Co-authored-by: あく <alleteam@gmail.com>
2022-06-09 17:35:34 +09:00
..
nfc_custom_event.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
nfc_debug_pcap.c nfc: add debug PCAP output, refactor Mifare DESFire following #1095 (#1294) 2022-06-09 17:35:34 +09:00
nfc_debug_pcap.h nfc: add debug PCAP output, refactor Mifare DESFire following #1095 (#1294) 2022-06-09 17:35:34 +09:00
nfc_emv_parser.c [FL-2274] Inventing streams and moving FFF to them (#981) 2022-02-18 22:53:46 +03:00
nfc_emv_parser.h [FL-1919] NFC rework with Flipper File Format (#756) 2021-11-09 00:55:06 +03:00
nfc_mf_classic_dict.c Fix stream read line (#1054) 2022-03-25 13:43:10 +03:00
nfc_mf_classic_dict.h [FL-1396] Mifare Classic read (#1034) 2022-03-24 01:14:34 +03:00