..
doc
API change: nfc_initiator_select_tag() is now nfc_initiator_select_passive_target() AND nfc_initiator_deselect_tag() is now nfc_initiator_deselect_target()
2010-07-21 10:37:37 +00:00
CMakeLists.txt
Added draft of a new libnfc-based example: nfc-sam.
2010-06-15 15:05:40 +00:00
Makefile.am
Move all Mifare related code from libnfc API to examples: NFC is capable of Mifare, but Mifare is not NFC.
2010-06-15 15:33:22 +00:00
mifare.c
Start of work on error handling.
2010-07-26 12:41:46 +00:00
mifare.h
Start of work on error handling.
2010-07-26 12:41:46 +00:00
mifareultag.h
Rearrange source code.
2010-04-07 14:37:19 +00:00
nfc-anticol.1
Rearrange source code.
2010-04-07 14:37:19 +00:00
nfc-anticol.c
Merge the libnfc-less-bitutils-more-ponies branch into trunk.
2010-04-26 13:13:13 +00:00
nfc-emulate.1
Rearrange source code.
2010-04-07 14:37:19 +00:00
nfc-emulate.c
(libnfc-less-bitutils-more-ponies) Get rid of bitutils.[hc] (part 1).
2010-04-16 16:38:57 +00:00
nfc-list.1
Rearrange source code.
2010-04-07 14:37:19 +00:00
nfc-list.c
Attempt to provide target listing function (WARNING: this function is actually incomplete)
2010-07-30 13:27:03 +00:00
nfc-mfclassic.1
Rearrange source code.
2010-04-07 14:37:19 +00:00
nfc-mfclassic.c
API change: nfc_initiator_select_tag() is now nfc_initiator_select_passive_target() AND nfc_initiator_deselect_tag() is now nfc_initiator_deselect_target()
2010-07-21 10:37:37 +00:00
nfc-mfultralight.1
Rearrange source code.
2010-04-07 14:37:19 +00:00
nfc-mfultralight.c
Silent down compiler.
2010-07-24 18:54:50 +00:00
nfc-poll.c
Flag references to deprecated usage of pn53x_transceive().
2010-07-31 14:02:46 +00:00
nfc-relay.1
Rearrange source code.
2010-04-07 14:37:19 +00:00
nfc-relay.c
(libnfc-less-bitutils-more-ponies) Get rid of bitutils.[hc] (part 1).
2010-04-16 16:38:57 +00:00
nfc-sam.1
Small improvements to nfc-sam stuff.
2010-07-26 08:55:43 +00:00
nfc-sam.c
Factorise code.
2010-07-31 14:20:15 +00:00
nfc-utils.c
Fix minor warning.
2010-07-23 13:31:33 +00:00
nfc-utils.h
Do not export nfc_parse_device_desc() in libnfc API.
2010-07-22 16:13:02 +00:00
nfcip-initiator.c
API change: nfc_initiator_select_tag() is now nfc_initiator_select_passive_target() AND nfc_initiator_deselect_tag() is now nfc_initiator_deselect_target()
2010-07-21 10:37:37 +00:00
nfcip-target.c
Fix a brunch of -Wextra warnings:
2010-04-07 15:08:04 +00:00
pn53x-diagnose.c
Factorise code.
2010-07-31 14:20:15 +00:00