libnfc/examples
Romuald Conty 5af845cdfc Broke whole the libnfc :-)
use a new way to handle drivers
use absolute include path instead of relative ones
move some nfc_device_t members in a better place
nfc_device_t now embeddeds driver data and chip data pointers (useful to be more generic)
use more readable variables instead of strange coding convention
move PRINT_HEX macro into nfc-internal.h
silent warnings with more strict CFLAGS
chips/pn53x: use the powerful C99 writing to construct PN53x commands
chips/pn53x: remove almost all memcpy()
chips/pn53x: WriteRegister, ReadRegister and SetParameters command wrappers are correctly named
chips/pn53x: introduce chip state (SLEEP, NORMAL or EXECUTE)
chips/pn53x: add SAMConfiguration command wrapper (need to be improved)
chips/pn53x: remove almost all const arrays
chips/pn53x: use human readable defines for commands instead of hex values
chips/pn53x: in debug mode, the PN53x command is shown in human-readable string, awesome isn't it? ;-)
drivers: split transceive() into send() and receive() to be able to handle more cases (differed replies, abort commands, etc) later
drivers: use a const structure of functions instead of -dirty- callbacks array
drivers/pn532_uart: major improvement of UART handling
drivers/pn532_uart: check PN53x frames when received
buses/uart: receive() is now based on expected bytes instead of calculated timeouts..
buses/uart: use a smart way to determine available ports on POSIX systems (tested on Linux and FreeBSD)
2011-03-02 15:00:44 +00:00
..
doc Fix nfc_dep_mode_t usage in API, fix/improve documentation 2010-10-14 11:12:23 +00:00
pn53x-tamashell-scripts Fix missing pn53x-tamashell-scripts in generated tarball. (thanks to usermeister) 2011-01-17 13:31:04 +00:00
CMakeLists.txt Improve Windows platform support (Thanks to Glenn) 2011-01-17 13:42:24 +00:00
Makefile.am Fix missing pn53x-tamashell-scripts in generated tarball. (thanks to usermeister) 2011-01-17 13:31:04 +00:00
mifare.c Broke whole the libnfc :-) 2011-03-02 15:00:44 +00:00
mifare.h Change examples license for the sake of consistency: LGPL covers library, re-usable examples code is now under BSD license. 2010-11-17 14:27:11 +00:00
nfc-anticol.1 Examples: misc fixed & enhancements in the doc 2010-10-08 19:24:54 +00:00
nfc-anticol.c Change examples license for the sake of consistency: LGPL covers library, re-usable examples code is now under BSD license. 2010-11-17 14:27:11 +00:00
nfc-dep-initiator.1 Add ISO14443-4 modulation to hardware polling only when NDO_AUTO_ISO14443_4A have been enabled and document this features and known issues. 2010-10-19 09:34:18 +00:00
nfc-dep-initiator.c Change examples license for the sake of consistency: LGPL covers library, re-usable examples code is now under BSD license. 2010-11-17 14:27:11 +00:00
nfc-dep-target.1 Add ISO14443-4 modulation to hardware polling only when NDO_AUTO_ISO14443_4A have been enabled and document this features and known issues. 2010-10-19 09:34:18 +00:00
nfc-dep-target.c examples: silent some compilation warnings. 2011-02-28 09:47:31 +00:00
nfc-emulate-forum-tag4.1 Document the ACR122 problem. 2010-10-18 15:17:31 +00:00
nfc-emulate-forum-tag4.c examples: silent some compilation warnings. 2011-02-28 09:47:31 +00:00
nfc-emulate-tag.1 Document the ACR122 problem. 2010-10-18 15:17:31 +00:00
nfc-emulate-tag.c examples: silent some compilation warnings. 2011-02-28 09:47:31 +00:00
nfc-emulate-uid.1 Document the ACR122 problem. 2010-10-18 15:17:31 +00:00
nfc-emulate-uid.c examples: silent some compilation warnings. 2011-02-28 09:47:31 +00:00
nfc-list.1 Examples: more ISO14443A info decoding & verbose mode for nfc-list 2010-10-19 12:50:52 +00:00
nfc-list.c Change examples license for the sake of consistency: LGPL covers library, re-usable examples code is now under BSD license. 2010-11-17 14:27:11 +00:00
nfc-mfclassic.1 Examples: some more misc fixes 2010-10-08 20:01:47 +00:00
nfc-mfclassic.c nfc-mfclassic: UID was shown reverse-ordered. (Fixes Issue 146) 2011-02-23 15:14:14 +00:00
nfc-mfultralight.1 Examples: some more misc fixes 2010-10-08 20:01:47 +00:00
nfc-mfultralight.c examples: silent some compilation warnings. 2011-02-28 09:47:31 +00:00
nfc-poll.1 Add ISO14443-4 modulation to hardware polling only when NDO_AUTO_ISO14443_4A have been enabled and document this features and known issues. 2010-10-19 09:34:18 +00:00
nfc-poll.c Change examples license for the sake of consistency: LGPL covers library, re-usable examples code is now under BSD license. 2010-11-17 14:27:11 +00:00
nfc-relay-picc.1 nfc-relay-picc: Add new example to relay ISO14443-4 communications, with this one it can communicate over network... Enjoy! (Thanks to generous contributor) 2010-10-14 12:27:51 +00:00
nfc-relay-picc.c examples: silent some compilation warnings. 2011-02-28 09:47:31 +00:00
nfc-relay.1 Examples: some more misc fixes 2010-10-08 20:01:47 +00:00
nfc-relay.c examples: silent some compilation warnings. 2011-02-28 09:47:31 +00:00
nfc-utils.c examples: silent some compilation warnings. 2011-02-28 09:47:31 +00:00
nfc-utils.h Change examples license for the sake of consistency: LGPL covers library, re-usable examples code is now under BSD license. 2010-11-17 14:27:11 +00:00
pn53x-diagnose.1 Examples: some more misc fixes 2010-10-08 20:01:47 +00:00
pn53x-diagnose.c Broke whole the libnfc :-) 2011-03-02 15:00:44 +00:00
pn53x-sam.1 Small typos 2010-10-14 11:53:27 +00:00
pn53x-sam.c Broke whole the libnfc :-) 2011-03-02 15:00:44 +00:00
pn53x-tamashell.1 pn53x-tamashell: add pause command & doc 2011-02-18 22:05:36 +00:00
pn53x-tamashell.c Broke whole the libnfc :-) 2011-03-02 15:00:44 +00:00