libnfc/examples
Romain Tartiere 10baef235f (libnfc-less-bitutils-more-ponies) Get rid of bitutils.[hc] (part 1).
- New API function append_iso14443a_crc();
  - Add a PRINT_HEX macro for driver debugging (replaces print_hex function from bitutils.c);
  - Move bit-mirroring related functions to libnfc/mirror-subr.[hc];
  - Move iso14443 related functions to libnfc/iso14443-subr.c;
  - Move libnfc/bitutils.c hex-dumping code to examples/nfc-utils.c;
  - Replace calls to swap_endian32() and swap_endian64() functions with calls to bswap32() and bswap64 provided by endian.h.

And while I am here:
  - Fix the DBG macro so that it does not throw warning at compile time.
2010-04-16 16:38:57 +00:00
..
doc Rearrange source code. 2010-04-07 14:37:19 +00:00
CMakeLists.txt Rearrange source code. 2010-04-07 14:37:19 +00:00
Makefile.am (libnfc-less-bitutils-more-ponies) Get rid of bitutils.[hc] (part 1). 2010-04-16 16:38:57 +00:00
mifaretag.h Rearrange source code. 2010-04-07 14:37:19 +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 (libnfc-less-bitutils-more-ponies) Get rid of bitutils.[hc] (part 1). 2010-04-16 16:38:57 +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 (libnfc-less-bitutils-more-ponies) Get rid of bitutils.[hc] (part 1). 2010-04-16 16:38:57 +00:00
nfc-mfclassic.1 Rearrange source code. 2010-04-07 14:37:19 +00:00
nfc-mfclassic.c (libnfc-less-bitutils-more-ponies) Get rid of bitutils.[hc] (part 1). 2010-04-16 16:38:57 +00:00
nfc-mfultralight.1 Rearrange source code. 2010-04-07 14:37:19 +00:00
nfc-mfultralight.c (libnfc-less-bitutils-more-ponies) Get rid of bitutils.[hc] (part 1). 2010-04-16 16:38:57 +00:00
nfc-poll.c (libnfc-less-bitutils-more-ponies) Get rid of bitutils.[hc] (part 1). 2010-04-16 16:38:57 +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-utils.c (libnfc-less-bitutils-more-ponies) Get rid of bitutils.[hc] (part 1). 2010-04-16 16:38:57 +00:00
nfc-utils.h (libnfc-less-bitutils-more-ponies) Get rid of bitutils.[hc] (part 1). 2010-04-16 16:38:57 +00:00
nfcip-initiator.c Fix a brunch of -Wextra warnings: 2010-04-07 15:08:04 +00:00
nfcip-target.c Fix a brunch of -Wextra warnings: 2010-04-07 15:08:04 +00:00