summaryrefslogtreecommitdiff
path: root/openpicc/Makefile
diff options
context:
space:
mode:
authorhenryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2008-03-03 09:18:19 +0000
committerhenryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2008-03-03 09:18:19 +0000
commitd3bab6e9439b7161b7724df0cc902f4adcf1ecce (patch)
treec160196b7d058ebc3670805540c1bba0d869f357 /openpicc/Makefile
parent2f730c90916047ec0b419ed9469fa44f537b8ab6 (diff)
Implement transmission
Implement a 'pretender' for PoC: Since Rx is not working properly we'll just pretend to have received something based on the approximate length. Clarify length calculations in machester encoder and remove obsolete test code git-svn-id: https://svn.openpcd.org:2342/trunk@437 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/Makefile')
-rw-r--r--openpicc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/openpicc/Makefile b/openpicc/Makefile
index b60ca00..25ee436 100644
--- a/openpicc/Makefile
+++ b/openpicc/Makefile
@@ -90,7 +90,6 @@ ARM_SRC= \
application/tc_cdiv.c \
application/usb_print.c \
application/iso14443_layer2a.c \
- application/iso14443_sniffer.c \
application/iso14443a_manchester.c \
application/iso14443a_miller.c \
application/load_modulation.c \
@@ -106,7 +105,9 @@ ARM_SRC= \
os/core/ARM7_AT91SAM7S/portISR.c \
os/core/MemMang/heap_2.c \
os/usb/USB-CDC.c \
- os/usb/USBIsr.c
+ os/usb/USBIsr.c \
+ application/iso14443a_pretender.c \
+# application/iso14443_sniffer.c \
# application/iso14443_layer3a.c
#
personal git repositories of Harald Welte. Your mileage may vary