From da4aa962e17978a70bf1cf4fc3d1b46b620bc3bf Mon Sep 17 00:00:00 2001 From: laforge Date: Tue, 29 Jan 2008 16:29:21 +0000 Subject: * implement rfid_reader_{get,set}opt() * move get/set environment and get firmware api version to reader_{get,set}opt() * merge rc632 power_up and power_down functions in new power function * merge rc632 layer 2 protocol init functions into one * rename parameters of rfid_layer2_{get,set}opt() * move rf_power() function of reader to new setopt() interface * merge reader layer 2 protocol init functiosn into one * move most of the iso15693 anticol implementation from asic into layer2 code * make most iso15693 parameters configurable via layer2_{get,set}opt() * implement AFI for iso15693 inventory request * introduce new generic 'rc632 asic based reader' functions * use those functions from openpcd, cm5121 and spidev readers * use new register initialization script data structure for rc632 init functions * TODO update git-svn-id: https://svn.gnumonks.org/trunk/librfid@2064 e0336214-984f-0b4b-a45f-81c69e1f0ede --- TODO | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 649fb96..f3d8b4e 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,14 @@ +architecture: +- somehow have some more abstrcat handle type in order to enable the generic + rfid_{get,set}opt() functions +- remove additional transceive_{acf,sf} functions from reader and asic structs, + make the code reuse the existing transceive() function by using the frametype + to differentiate different cases. + rc632: -- fix handling of timeout (program timer of RC632) -- add a timeout tolerance factor that can be user-specified +- make timeout tolerance factor (TIMER_RELAX_FACTOR) user-specified +- try to use built-in timer for timing analysis, i.e. determine the exact time + until a card response by reading the remaining timer ticks from the register - make sure interrupt mode for timer wait works cm5121: @@ -15,21 +23,22 @@ iso14443b: iso15693: - implement anticollision -- implement all the rest mifare_clasic: -- test -- try to auto-detect 1k/4k -- try to distinguish mifare ultralight and mifare classic in/after anticol +[none] + +icode1: +- implement and test code (I only have ICode2 tags) tcl: - implement pps for asymmetric (rx/tx) speeds openct: -- add ifdhandler driver +- add ifdhandler driver for PC/SC support +- add various standardized PC/SC remappings for cards != tcl other: -- implementation of code for various passive tags +- implementation of code for various passive tags, ie. ITRX, I*Code1, I*Code2, Tag-it, ... - documentation - add notion of 'asic implementation' for specifying reader-specific initialization values such as mod_conductance -- cgit v1.2.3