Prepare RFID compilation in firmware mode
[librfid] / TODO
diff --git a/TODO b/TODO
index d8045ea..736cb6a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -5,21 +5,34 @@ cm5121:
 - fix handling of TX or RX > 0x7f [buffer length in atmel chip?]
 
 iso14443a:
-- test anticollision, resolve remaining bugs
+[none]
 
 iso14443b:
 - implement 'option 2' frame markers
 - test anticollission (need multiple tags)
 
+iso15693:
+- implement anticollision
+- implement all the rest
+
+mifare_clasic:
+
 tcl:
-- test chaining
-- implement + test pps
+- implement pps for asymmetric (rx/tx) speeds
+- test pps
 
 openct:
 - add ifdhandler driver
 
 other:
-- implementation of various tags
+- implementation of code for various passive tags
 - documentation
-- homepage
-- mailinglist(s)
+
+firmware compilation:
+- add configure '--firmware-mode'
+       - define LIBRFID_FIRMWARE
+       - don't link with libusb
+       - don't include CCID code
+       - specify include path for reader firmware system include files
+       - get rid of remaining malloc()s in 14443b and tcl
+       - fix 'mru' allocation size problem in tcl