Prepare RFID compilation in firmware mode
[librfid] / TODO
diff --git a/TODO b/TODO
index f021dc5..736cb6a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -5,7 +5,7 @@ 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
@@ -15,8 +15,9 @@ iso15693:
 - implement anticollision
 - implement all the rest
 
+mifare_clasic:
+
 tcl:
-- test chaining
 - implement pps for asymmetric (rx/tx) speeds
 - test pps
 
@@ -26,5 +27,12 @@ openct:
 other:
 - 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