Prepare RFID compilation in firmware mode
[librfid] / TODO
1 rc632:
2 - fix handling of timeout (program timer of RC632)
3
4 cm5121:
5 - fix handling of TX or RX > 0x7f [buffer length in atmel chip?]
6
7 iso14443a:
8 [none]
9
10 iso14443b:
11 - implement 'option 2' frame markers
12 - test anticollission (need multiple tags)
13
14 iso15693:
15 - implement anticollision
16 - implement all the rest
17
18 mifare_clasic:
19
20 tcl:
21 - implement pps for asymmetric (rx/tx) speeds
22 - test pps
23
24 openct:
25 - add ifdhandler driver
26
27 other:
28 - implementation of code for various passive tags
29 - documentation
30
31 firmware compilation:
32 - add configure '--firmware-mode'
33         - define LIBRFID_FIRMWARE
34         - don't link with libusb
35         - don't include CCID code
36         - specify include path for reader firmware system include files
37         - get rid of remaining malloc()s in 14443b and tcl
38         - fix 'mru' allocation size problem in tcl