Commit graph

2202 commits

Author SHA1 Message Date
Romuald Conty
cc5545e8b4 Include missing examples headers when "make install". 2009-10-29 16:44:58 +00:00
Romuald Conty
4962f932fb Update nfc-mftool output with new available action. 2009-10-27 11:54:44 +00:00
Romuald Conty
b791951a45 Fix tag re-selection with UID lenght > 4 bytes (like DESFire or Ultralight). 2009-10-27 11:53:28 +00:00
Romuald Conty
30835317c2 Add new action in nfc-mftool. Its now possible to extract payload (data blocks) from a MFD
Fix minor bug message in nfc-mftool.
2009-10-26 13:37:12 +00:00
Romuald Conty
1a72b81065 Cleanup nfc-mftool's output. 2009-10-21 15:05:17 +00:00
Romuald Conty
7b1999d8fb Add (dirty) code to wakeup for PN532C106. 2009-10-20 15:37:42 +00:00
Romuald Conty
91aceadf4f Put debug and error messages in stderr. 2009-10-20 15:36:22 +00:00
Romuald Conty
4a03864bea Add "make html" directive: it will build API documentation using Doxygen. (--enable-doc flag is required at configure time) 2009-10-20 10:19:31 +00:00
Roel Verdult
1a7103c4c4 added support for WUPA and 7,10 byte UID in nfc_initiator_select_tag() 2009-10-19 13:08:29 +00:00
Romuald Conty
d3ddf40484 Fix typo.
Add doxygen detection and --enable-doc flag to ./configure.
2009-10-13 12:43:52 +00:00
Romuald Conty
0ba0a10f74 Update msinttypes up to revision 26. 2009-10-12 14:59:57 +00:00
Romuald Conty
30b0a20973 Reformat copyright banner.
Add @file doxygen comment to each file.
Partially Issue 40.
2009-10-12 14:52:26 +00:00
Romuald Conty
32cd8559b4 Remove not needed #include in libnfc.h.
Minor change in version format.
2009-10-06 16:01:06 +00:00
Francois Kooman
0cc811d1a6 - add pn532_uart to CMake build file
- suppress warnings in Windows builds
- use version 1.3.0 in CMake files as that will be the new version
2009-10-06 11:48:18 +00:00
Romuald Conty
b9f834dd57 Add PN532 UART driver. 2009-10-06 10:38:57 +00:00
Romuald Conty
4f7ad56d1b Attempt to fix CMake compilation. 2009-10-06 10:01:18 +00:00
Romuald Conty
ab727defb7 Update man page for nfc-mftool.
Add man page for nfc-mfultool. (Fix Issue 25)
2009-10-06 09:15:25 +00:00
Romuald Conty
6aae96e1e1 Move examples into src/examples subdirectory.
Change examples names to nfc-* (or nfcip-*).
2009-10-06 08:32:50 +00:00
Romuald Conty
de537473a0 Fix compilation bug introduced in r137. 2009-10-05 15:20:42 +00:00
Romuald Conty
881ef6c319 Examples help messages now use argv[0] to determine their name.
MIFARE examples (mftool and mfultool) have now a better help message.
2009-10-05 15:01:08 +00:00
Romuald Conty
dd34bfbf75 Append SVN revision to library version. 2009-10-05 14:51:09 +00:00
Roel Verdult
4e0750241c mftool default-keys patch 2009-10-05 12:47:00 +00:00
Roel Verdult
0fc0cabe02 mftool default-keys patch, libusb-support win32 makefilesds 2009-10-05 12:46:03 +00:00
Romuald Conty
88a4ae8043 Code cleanup, it removes some warnings and should fix Issue 35. 2009-10-05 09:12:48 +00:00
Romuald Conty
4426599638 Fix remaining length parmeters from uint32_t to size_t (Should fix Issue 32 and fix Issue 37) 2009-10-05 08:43:43 +00:00
Romuald Conty
e1a58e18d9 Changed remaining length parmeters from uint32_t to size_t (Should fix Issue 32). 2009-10-02 13:41:49 +00:00
Romuald Conty
979f1fa518 WARNING: API changed ! Some variable name have been changed to match with coding convention.
Changed length parmeters from uint32_t to size_t (Fix Issue 32).
Code cleanup.
2009-10-02 09:52:02 +00:00
Roel Verdult
5a77ad7a1e WIN32: fixed export issues that involves executables linking DYNAMICLY to libnfc.dll 2009-09-30 09:47:12 +00:00
Roel Verdult
28a9f981cb added compilation of nfc-mfultool, nfc-initiator and nfc-target 2009-09-29 22:11:03 +00:00
Roel Verdult
9e64da64f4 removed winscard.lib (Windows SDK contains this), added x64 (link)library-stub for libusb 2009-09-29 22:05:17 +00:00
Roel Verdult
406b670418 fixed x64 (out-of-the-box) compiling, tweaked 'make clean' 2009-09-29 22:01:17 +00:00
Roel Verdult
8967e0f67f fixed header location for compilation with Microsoft Windows SDK v7.0 2009-09-29 16:03:30 +00:00
Roel Verdult
5a311cfbfe removed const-warning 2009-09-29 15:26:10 +00:00
Roel Verdult
3cbdca1ef6 removed const-warning, fixed (windows) executable-namess, 2009-09-29 15:25:44 +00:00
Roel Verdult
5aab7f9da0 Added windows (GNU) Makefile, removed ugly dll-directives, fixed rs232 under windows 2009-09-29 15:19:15 +00:00
Romuald Conty
ad36a4d1a5 Debian files don't use CDBS anymore, it should now cross compile. 2009-09-29 13:10:17 +00:00
Romuald Conty
b3c54f3fce Add missing include in dev_pn531.c. Fix Issue 28 2009-09-27 16:11:15 +00:00
Roel Verdult
119b57ff35 Finally removed all dirty globals, it 'should' be thread-safe now 2009-09-25 11:09:50 +00:00
Roel Verdult
18003a21ab bugfix: mftool authenticated only with KEYA 2009-09-25 08:07:12 +00:00
Romuald Conty
9205db8599 Add few Doxygen comments. 2009-09-24 14:33:42 +00:00
Romuald Conty
56a2f4283a libnfc-svn: Add missing dependencies for ACR122 devices (pcscd). 2009-09-23 18:44:25 +00:00
Roel Verdult
580ae9537b fix typo of B460800 2009-09-21 18:15:17 +00:00
Roel Verdult
c452264a11 MacOS doesn't have B460800 2009-09-21 18:13:24 +00:00
Romuald Conty
047b7d2006 Add rs232_get_speed function. (Thanks to Zuck)
Add missing RS232 functions for Windows. Not yet tested (Thanks to Zuck)
Add comment about timing problem using ARYGON readers.
2009-09-21 14:57:55 +00:00
Romuald Conty
e71116be0a Fix rs232 flush on opening serial port. 2009-09-17 14:41:37 +00:00
Romuald Conty
2761b66d6a Fix delay for ARYGON devices at 9600 bauds. 2009-09-17 09:57:16 +00:00
Romuald Conty
84fd09c281 Flush input hardware buffer on serial port opening (WARNING: Had to be done in Windows part.)
Make sure that returned RX buffer length of rs232_receive() is set in each case. (WARNING: Had to be done in Windows part.)
Clean up dev_arygon.c to fit with coding conventions.
2009-09-17 08:48:05 +00:00
Romuald Conty
61760cc853 Allow ARYGON APDB µC equipped (APDB2UA33) to work with libnfc. (WARNING: some stability issues remains and it works only on POSIX). 2009-09-14 15:05:02 +00:00
Romuald Conty
0977dd1c0b Fix CMake pkg-config generation: "Requires:" is now dynamic.
Fix devices.h, #endif should not be followed by the name of the block.
Fix CMake libnfc_usb compilation.
Rename tools to examples in CMake file.
(This patch comes from Fkooman, thanks !)
2009-09-14 08:47:31 +00:00
Romuald Conty
e2dc2c133a Fix "Requires: " section in pkg-config file when libusb or libpcsclite were disabled. 2009-09-10 13:18:51 +00:00