diff options
author | laforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede> | 2006-10-14 12:34:38 +0000 |
---|---|---|
committer | laforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede> | 2006-10-14 12:34:38 +0000 |
commit | e404cccecd20a2418c2429cd182c18218e54bd28 (patch) | |
tree | 5a15b5ca51874f0f8e96ccc4ee0457a66de3cec7 /TODO | |
parent | 6e87a007525b313dcf2da194977bb1abdf62026f (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-- | TODO | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |