From e404cccecd20a2418c2429cd182c18218e54bd28 Mon Sep 17 00:00:00 2001 From: laforge Date: Sat, 14 Oct 2006 12:34:38 +0000 Subject: Prepare RFID compilation in firmware mode - switch from linked lists to static arrays - remove all non-handle dynamic allocations (at the expense of stack) - declare all proto/reader/asic/layer2 structures as const - wrap all handle allocations in macros that expand to references to static structures in case of firmware mode - update copyright notices - add skeleton code for openpcd-inside-firmware driver - update TODO with remaining TODO for firmware mode git-svn-id: https://svn.gnumonks.org/trunk/librfid@1903 e0336214-984f-0b4b-a45f-81c69e1f0ede --- TODO | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 136a254..736cb6a 100644 --- a/TODO +++ b/TODO @@ -16,7 +16,6 @@ iso15693: - implement all the rest mifare_clasic: -- figure out why authentication doensn't work, even though it is exactly like in other drivers tcl: - implement pps for asymmetric (rx/tx) speeds @@ -28,3 +27,12 @@ openct: other: - implementation of code for various passive tags - documentation + +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 -- cgit v1.2.3