79aeaa6287
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. |
||
---|---|---|
.. | ||
buses | ||
chips | ||
drivers | ||
buses.h | ||
chips.h | ||
CMakeLists.txt | ||
drivers.h | ||
iso14443-subr.c | ||
Makefile.am | ||
mirror-subr.c | ||
mirror-subr.h | ||
nfc.c |