summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorlaforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede>2006-10-14 12:34:38 +0000
committerlaforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede>2006-10-14 12:34:38 +0000
commite404cccecd20a2418c2429cd182c18218e54bd28 (patch)
tree5a15b5ca51874f0f8e96ccc4ee0457a66de3cec7 /TODO
parent6e87a007525b313dcf2da194977bb1abdf62026f (diff)
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
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 9 insertions, 1 deletions
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
personal git repositories of Harald Welte. Your mileage may vary