No description
Find a file
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
cmake_modules Attach CMake files in generated archive. 2010-01-29 15:33:34 +00:00
debian Prepare libnfc 1.3.4 2010-03-31 14:07:13 +00:00
examples (libnfc-less-bitutils-more-ponies) Get rid of bitutils.[hc] (part 1). 2010-04-16 16:38:57 +00:00
include (libnfc-less-bitutils-more-ponies) Get rid of bitutils.[hc] (part 1). 2010-04-16 16:38:57 +00:00
libnfc (libnfc-less-bitutils-more-ponies) Get rid of bitutils.[hc] (part 1). 2010-04-16 16:38:57 +00:00
m4 configure.ac rework 2010-04-15 14:41:13 +00:00
win32 Prepare libnfc 1.3.4 2010-03-31 14:07:13 +00:00
AUTHORS Add missing files in windows archive. 2010-01-14 16:04:48 +00:00
autogen.sh Enhance autogen.sh script for debugging purpose: some autotools versions can be problem source. 2009-08-27 13:22:11 +00:00
ChangeLog Prepare libnfc 1.3.4 (ChangeLog) 2010-04-06 21:19:40 +00:00
CMake-Windows.txt Add README for Windows compilation using win32/Makefile. 2010-03-25 09:28:09 +00:00
CMakeLists.txt Rearrange source code. 2010-04-07 14:37:19 +00:00
config.h.cmake Oops, typo. 2010-01-29 15:06:31 +00:00
configure.ac Remove deprecated DEBUG_CFLAGS. 2010-04-16 12:58:29 +00:00
COPYING Add LICENSE and README files to releases produce by make_release.sh script. 2009-06-26 09:22:26 +00:00
Doxyfile.in Fix documentation build. 2010-04-09 15:08:36 +00:00
libnfc.pc.in Sync libnfc.pc includedir with the rest of the project source files. 2009-12-22 21:02:19 +00:00
LICENSE License have changed from GPLv3 to LGPLv3. 2009-06-26 09:05:25 +00:00
make_release.sh Fix releaser script according to the new sources tree. 2010-04-07 14:46:46 +00:00
Makefile.am Rearrange source code. 2010-04-07 14:37:19 +00:00
NEWS libnfc can now be compiled using autotools and libtool. 2009-05-04 08:00:08 +00:00
pn53x.conf Add devd(8) rules to change USB devices permissions when they are plugged-in on FreeBSD. 2010-02-16 14:06:56 +00:00
pn53x.rules Add new files usefull for desktop GNU/Linux users: some rules for udev to allow non-root access to PN53x USB devices. 2009-11-20 15:47:36 +00:00
README refresh 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.