diff options
author | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2008-03-14 04:55:15 +0000 |
---|---|---|
committer | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2008-03-14 04:55:15 +0000 |
commit | e2e37bea66206adefbb2fc97fcbfb71c1a3cfbe7 (patch) | |
tree | 8e1edc0418be46c82e59e5782c9534ebf3d5651c /openpicc/Makefile | |
parent | 9615190a75ab0304d37701e97947ffe36be2d345 (diff) |
Add T/C based receiver code with integrated miller decoder
Integrate T/C receiver into iso14443 layer 2a
Add state field to iso14443_frame, rename ssc buffer state constants
Sniffer seems to work with the new code
git-svn-id: https://svn.openpcd.org:2342/trunk@452 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/Makefile')
-rw-r--r-- | openpicc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/openpicc/Makefile b/openpicc/Makefile index e70eab7..b4270ab 100644 --- a/openpicc/Makefile +++ b/openpicc/Makefile @@ -88,6 +88,7 @@ ARM_SRC= \ application/tc_cdiv_sync.c \ application/tc_fdt.c \ application/tc_cdiv.c \ + application/tc_recv.c \ application/usb_print.c \ application/iso14443_layer2a.c \ application/iso14443a_manchester.c \ @@ -109,9 +110,9 @@ ARM_SRC= \ os/core/MemMang/heap_2.c \ os/usb/USB-CDC.c \ os/usb/USBIsr.c \ - application/tc_sniffer.c \ + application/iso14443_sniffer.c \ +# application/tc_sniffer.c \ # application/iso14443a_pretender.c \ -# application/iso14443_sniffer.c \ # application/iso14443_layer3a.c # |