libnfc/libnfc
Romain Tartiere 79aeaa6287 Factorise code.
Avoid redundant code in PN53x usb and uart drivers.  Since it makes sense to
report errors at the nfc_device_t level, pass it directly to
pn53x_transceive().

Programs using the libnfc MAY use pn53x_transceive() to communicate with a NFC
device, and SHALL not use anymore pnd->pdc->transceive().  Code in the library
itself SHOULD avoid calling pnd->pdc->transceive(), so such construct have been
updated accordingly.
2010-07-31 14:20:15 +00:00
..
buses Remove uart_cts() since the function is defined but never used. Fix Issue 71 2010-04-20 08:48:41 +00:00
chips Factorise code. 2010-07-31 14:20:15 +00:00
drivers Factorise code. 2010-07-31 14:20:15 +00:00
buses.h Rearrange source code. 2010-04-07 14:37:19 +00:00
chips.h Minor headers ajustments. 2010-04-07 14:47:53 +00:00
CMakeLists.txt Remove bitutils I reverted instead of removing in r412. 2010-04-26 13:20:57 +00:00
drivers.h Enhance error handeling. 2010-07-29 14:16:11 +00:00
iso14443-subr.c (libnfc-less-bitutils-more-ponies) Get rid of bitutils.[hc] (part 1). 2010-04-16 16:38:57 +00:00
Makefile.am (libnfc-less-bitutils-more-ponies) Get rid of bitutils.[hc] (part 1). 2010-04-16 16:38:57 +00:00
mirror-subr.c (libnfc-less-bitutils-more-ponies) Get rid of bitutils.[hc] (part 1). 2010-04-16 16:38:57 +00:00
mirror-subr.h (libnfc-less-bitutils-more-ponies) Get rid of bitutils.[hc] (part 1). 2010-04-16 16:38:57 +00:00
nfc.c Factorise code. 2010-07-31 14:20:15 +00:00