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
2010-03-31 14:07:13 +00:00
2010-04-15 14:41:13 +00:00
2010-03-31 14:07:13 +00:00
2010-01-14 16:04:48 +00:00
2010-04-06 21:19:40 +00:00
2010-04-07 14:37:19 +00:00
2010-01-29 15:06:31 +00:00
2010-04-16 12:58:29 +00:00
2010-04-09 15:08:36 +00:00
2010-04-07 14:37:19 +00:00
2009-11-20 19:15:27 +00:00

------------------------------------------------------------------------
Public platform independent Near Field Communication (NFC) library
Copyright (C) 2009, Roel Verdult
 
------------------------------------------------------------------------
Welcome to the developers community of libnfc.

Since it is hard to keep all information up to date
we decided to only maintain the online documentation.
Please visit the official website for more info:
http://www.libnfc.org

If you have questions, remarks, bug-reports, we encourage you to
post this in the developers community: 
http://www.libnfc.org/community

------------------------------------------------------------------------
Proprietary Notes:

FeliCa is s registered trademark of the Sony Corporation. MIFARE is a 
trademark of NXP Semiconductors. Jewel Topaz is a trademark of Innovision
Research & Technology. All other trademarks are the property of their 
respective owners.

Description
Platform independent Near Field Communication (NFC) library
Readme 3.4 MiB
Languages
C 91.3%
CMake 3.4%
M4 2%
Roff 1.8%
Makefile 1.1%
Other 0.4%