]> git.zerfleddert.de Git - proxmark3-svn/commit - armsrc/iso15693.c
Fix 15 snoop (#752)
authorpwpiwi <pwpiwi@users.noreply.github.com>
Sat, 12 Jan 2019 12:28:26 +0000 (13:28 +0100)
committerGitHub <noreply@github.com>
Sat, 12 Jan 2019 12:28:26 +0000 (13:28 +0100)
commitd9de20fa4bb0a36052927b55c4185caa204c5c4d
tree8bc7b1fec79009edfd95c55fdaeaaeb8964f2565
parent9f596ec7ac317c7e0e6d60610a20fb1f3feba194
Fix 15 snoop (#752)

* fixing hf 15: implement hf 15 snoop
* rename hf 15 record to hf 15 snoop
* speedup sampling / decoding:
*   new FPGA mode FPGA_HF_READER_RX_XCORR_AMPLITUDE implements amplitude(ci, cq) on FPGA
*   inlining the decoders in iso15693.c
*   inlining memcpy/memset in LogTrace()
*   giving up the moving correlator for SOF in Handle15693SamplesFromTag
* decode more of EOF in Handle15693SamplesFromTag()
* some refactoring
17 files changed:
CHANGELOG.md
armsrc/BigBuf.c
armsrc/appmain.c
armsrc/apps.h
armsrc/fpgaloader.h
armsrc/iclass.c
armsrc/iso14443a.c
armsrc/iso14443b.c
armsrc/iso15693.c
armsrc/iso15693.h [new file with mode: 0644]
client/cmdhf.c
client/cmdhf15.c
common/iso15693tools.h
fpga/fpga_hf.bit
fpga/fpga_hf.v
fpga/hi_read_rx_xcorr.v
include/usb_cmd.h
Impressum, Datenschutz