libnfc/libnfc
Romuald Conty bf7c36d9bb less structs and defines publicly exposed
- nfc_device is now an opaque type;
 - PN53x specific errors are not public anymore;
 - nfc_device_name() renamed to nfc_device_get_name() for the sake of consistency;
 - examples/*, utils/* uses the new nfc_device_get_name() function instead of access directly to struct's content;
 - new error defined: NFC_ERFTRANS for notifying about RF transmission error, its used by mifare.c to detect permissions error on mifare;
 - drivers initiator_transceive_bytes() function now returns libnfc's error code on failure (<0), and received bytes count on success (>=0);
 - remove some unused errors.
2011-12-19 00:23:21 +00:00
..
buses less structs and defines publicly exposed 2011-12-19 00:23:21 +00:00
chips less structs and defines publicly exposed 2011-12-19 00:23:21 +00:00
drivers less structs and defines publicly exposed 2011-12-19 00:23:21 +00:00
additional-pages.dox Update documentation and associated example. 2010-09-08 09:16:24 +00:00
CMakeLists.txt Fix compilation using cmake 2011-10-04 21:43:05 +00:00
drivers.h Unbreak and merge PN53x USB drivers. 2011-03-05 19:54:52 +00:00
iso7816.h Add licence and document a bit some files. 2011-03-30 09:39:08 +00:00
iso14443-subr.c Remove whitespace after star symbol for pointers 2011-11-25 15:21:10 +00:00
log-log4c.c Add a printf-based logging when log4c is not available (I experiemented some bugs using log4c) 2011-12-07 14:59:40 +00:00
log-printf.c Add a printf-based logging when log4c is not available (I experiemented some bugs using log4c) 2011-12-07 14:59:40 +00:00
log.h Add a printf-based logging when log4c is not available (I experiemented some bugs using log4c) 2011-12-07 14:59:40 +00:00
Makefile.am Add a printf-based logging when log4c is not available (I experiemented some bugs using log4c) 2011-12-07 14:59:40 +00:00
mirror-subr.c Remove whitespace after star symbol for pointers 2011-11-25 15:21:10 +00:00
mirror-subr.h Remove whitespace after star symbol for pointers 2011-11-25 15:21:10 +00:00
nfc-device.c nfc_device struct is not exposed as public API anymore (partial commit) 2011-12-15 16:02:38 +00:00
nfc-emulation.c Remove whitespace after star symbol for pointers 2011-11-25 15:21:10 +00:00
nfc-internal.c Change byte_t type to uint8_t (Fixes Issue 147) 2011-11-24 10:54:42 +00:00
nfc-internal.h less structs and defines publicly exposed 2011-12-19 00:23:21 +00:00
nfc.c less structs and defines publicly exposed 2011-12-19 00:23:21 +00:00