Romain Tartiere
b67dbe668b
Honour ctype(3) caveats section.
2010-02-17 14:36:33 +00:00
Romuald Conty
d0610be25c
Improve nfc-relay to use nfc_list_devices() capabilities. This should fix Issue 64.
2010-02-09 15:39:56 +00:00
Romain Tartiere
3f8068b760
Include "config.h" at the beginning of all source code, remove it from headers.
...
While here distinguish licence comments using the /*- special comment delimiter.
2010-01-15 10:18:11 +00:00
Roel Verdult
15981b743e
fixed windows compiling issues
2010-01-13 16:23:06 +00:00
Romuald Conty
f0acc73541
Fix compilation warnings. Fix Issue 52.
2010-01-12 12:36:43 +00:00
Romuald Conty
e2336b8b90
Add mainpage, and fex useful pages, to generated documentation.
2010-01-12 12:03:20 +00:00
Romuald Conty
864a482e88
Minor code cleanup.
2010-01-12 11:50:09 +00:00
Francois Kooman
fe0396e392
fix CMake build files
2010-01-11 20:33:46 +00:00
Adam Laurie
b223ec5780
add pn531/pn533 _list_devices and _pick routines (plus minor fixes for acr122 and pn532_uart)
2009-12-07 21:13:36 +00:00
Adam Laurie
b8a9a7d743
more debuggers and fix auto-connecting to libusb devices (still no way to list them though)
2009-12-02 11:45:38 +00:00
Romain Tartiere
2b8232b9ab
Merge the includes-revamp branch into trunk.
2009-12-01 14:23:00 +00:00
Romain Tartiere
dedfbb0ec8
Fix CMakeLists for FreeBSD.
2009-12-01 13:26:34 +00:00
Romuald Conty
56219ced36
Fix CMake build.
2009-12-01 11:39:35 +00:00
Adam Laurie
a3431c8e4c
fix what looks like accidental editor mangling so it can compile
2009-11-30 20:18:09 +00:00
Romuald Conty
3ff80e55c4
Fix Issue 48: nfc-mfultralight's output should be more clear (Thanks to Zuck)
2009-11-27 17:02:53 +00:00
Romuald Conty
9b2246930e
Fix Issue 38: nfc-mfclassic's output should be more clear (Thanks to Zuck)
2009-11-27 16:51:39 +00:00
Romuald Conty
0f0c9abe24
Prepare next release.
...
Update Debian packages.
Set svn:ignore properties.
2009-11-27 15:44:25 +00:00
Romain Tartiere
21df72269a
Reindent; Fix ACR122 driver [1]; make distcheck OK.
...
Pointy hat to: me [1]
2009-11-24 18:05:31 +00:00
Romain Tartiere
220bef3490
ACR122 devices support enhancements.
...
- Add driver agnostic nfc_pick_device(), nfc_list_devices();
- New API function: nfc_list_devices();
- PCSC Context sharing for acr122 driver;
- List all devices in nfc-list(1);
- Various code fixes and cleanup;
- Remove warnings when compiling;
- Merge r191:199 from trunk \_°< Coin!
2009-11-24 17:49:24 +00:00
Romain Tartiere
1af29561e8
Add device listing capabilities
...
- acr122: add acr122_pick_device(), acr122_list_devices();
- Add device name to device descriptions (nfc_device_desc_t) to select a given PCSC device;
- Use constants for driver names;
- Various code cleanups and enhancements.
2009-11-24 13:03:48 +00:00
Romuald Conty
1e5658eeba
Make distcheck OK.
...
Add SVN revision to libnfc version (if available).
2009-11-20 13:43:18 +00:00
Romuald Conty
483c69dd03
Rename tag_info to nfc_target_info_t.
...
Rename init_modulation to nfc_modulation_t.
2009-11-18 11:52:18 +00:00
Romuald Conty
2feedddbfe
Rename dev_config_option to nfc_device_option_t.
...
Use NULL instead of INVALID_DEVICE_INFO to know if device is valid (all occurences are now replaced).
2009-11-18 11:11:06 +00:00
Romuald Conty
aa8bb42d9f
Remove nfc-defines.h public header.
...
Use NULL instead of INVALID_DEVICE_INFO to know if device is valid.
Make distcheck OK
2009-11-10 09:47:59 +00:00
Romuald Conty
9fccd11fc7
merge with trunk r178:179.
2009-11-09 13:30:59 +00:00
Romuald Conty
854dc3aceb
Prefix defines.h, messages.h and types.h headers by "nfc-"
...
Rename dev_info struct to nfc_device_t
Some code cleanup
Rename pn531.h/c to pn531_usb.h/c
Rename pn533.h/c to pn533_usb.h/c
2009-11-09 11:23:33 +00:00
Romuald Conty
fabdf4214a
Fix Issue 46 and Issue 47. Many thanks to ud.
2009-11-09 09:39:38 +00:00
Romuald Conty
c9689c74fb
It cow compile using CMake.
2009-11-04 12:03:49 +00:00
Romuald Conty
14a9112dea
It now compile using Autotools.
2009-11-04 10:14:17 +00:00
Romuald Conty
507991ac2b
Second attempt to reorganize tree
2009-11-03 15:20:36 +00:00
Romuald Conty
39a1e1fd11
Add function to return library version at execute time. Fix Issue 39. Thanks to Zuck for his contribution.
...
Remove compilation warning due to missing includes in examples.
2009-11-02 14:05:03 +00:00
Romuald Conty
c6a7e2bf47
Rename nfc-mftool to nfc-mfclassic.
...
Rename nfc-mfultool to nfc-mfultralight.
Remove compilation warnings due to missing includes.
"make distclean" now clean Makefile.in.
2009-11-02 11:34:58 +00:00
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
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
30b0a20973
Reformat copyright banner.
...
Add @file doxygen comment to each file.
Partially Issue 40.
2009-10-12 14:52:26 +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