Romuald Conty
835823809f
Split UART implementations: POSIX and Windows
...
It could ease to port to other system like MiKey and it should be easy to track which is the concerned OS while uart driver is modified.
2010-11-17 08:48:03 +00:00
Romuald Conty
58dcf63e7c
MERGE: libnfc-mingw-cross merge with trunk (r805-821)
2010-11-17 08:29:41 +00:00
Romuald Conty
6df612a364
Errors use #define instead of constant values.
...
Update Issue 84
Current 'ident' command breaks commit-concerned lines.
2010-11-15 18:50:53 +00:00
Philippe Teuwen
779fdd5df6
Tweaks Touchatag detection under MacOSX (Fixes issue 128)
2010-11-15 13:00:07 +00:00
Romuald Conty
6e29450d69
Fix memory leak while using *_pick(). Thanks to frankmorgner (Fixes Issue 130)
2010-11-12 19:24:20 +00:00
Romuald Conty
6e70cfa5ef
Fix UART default serial ports under Linux.
2010-11-12 18:38:47 +00:00
Romain Tartiere
ad5959e860
Really fail if pkg-config is not present.
...
Submitted by: Amnesia, bigjay via IRC.
2010-11-05 11:36:20 +00:00
Romain Tartiere
4e5d0766e1
Rename append_iso14443a_crc() to iso14443a_crc_append().
2010-10-29 10:59:26 +00:00
Romuald Conty
af0a47ad2c
Upgrade Debian: add pn53x scripts to libnfc-pn53x-examples package
2010-10-26 15:40:34 +00:00
Romuald Conty
f252bec18f
Upgrade debian package: split experimental examples from regular ones
2010-10-26 15:35:55 +00:00
Philippe Teuwen
26de9d3a69
nfc-anticol: Computes CRC rather than hardcoded one. psst: r800 \o/
2010-10-26 15:01:46 +00:00
Romuald Conty
7b29e44698
Updating ChangeLog
2010-10-26 14:43:45 +00:00
Romuald Conty
5f4f7cd45a
Bump package version
2010-10-26 14:31:22 +00:00
Romuald Conty
a214974684
Remove INFO macro: display was not clear enough and does not provide a big benefit.
...
New Issue
Summary: Remove nfc-message.h file from installed ones
nfc-message.h provide some usefull debugging macros but I am not sure that these macros have to be installed with other files.
2010-10-26 14:27:17 +00:00
Philippe Teuwen
1963bb65e4
nfc-anticol: Cascade based on SAK rather than CT, better for educational purpose
2010-10-25 13:48:01 +00:00
Philippe Teuwen
56e37ec309
nfc-anticol: Adds support for CL3 (Fixes issue 126) Thanks.
2010-10-25 13:00:39 +00:00
Romuald Conty
5c8749c63e
drivers/arygon: retrieve ARYGON firmware version
2010-10-22 15:21:06 +00:00
Romuald Conty
8798f6bbcd
Fix ARYGON driver:
...
- Does not send any ACK frame at start: my ARYGON does get happy with this frame (see code comments)
- Send a TAMA reset (for PN532) instead of ACK frame
- Remove bzero use: its a deprecated function
2010-10-22 14:29:44 +00:00
Romuald Conty
ca8c5cabe1
Fix minor compilation warnings
2010-10-22 14:25:09 +00:00
Romuald Conty
1a320d5577
Adjust uart's timeout from baud rate
2010-10-22 14:10:36 +00:00
Philippe Teuwen
17f79a744b
Updating ChangeLog & NEWS
2010-10-20 20:56:12 +00:00
Philippe Teuwen
5a6bb0bbc5
examples: mifare.c fix potential bug when used in non-EasyFraming environment
2010-10-20 18:11:06 +00:00
Romuald Conty
97cf9e925b
Attempt to fix ARYGON driver
2010-10-20 16:14:53 +00:00
Philippe Teuwen
0abdf67b8b
nfc-anticol: fix bug in long UID display, and some more details
2010-10-20 15:23:09 +00:00
Romuald Conty
72d7b66d2b
Handle more corner case during convertion from nfc_* types to available pn53x_* types
2010-10-20 09:28:36 +00:00
Romuald Conty
311471024a
Fix printing of 847 kbps baud rate and a minor compil warning
2010-10-20 09:27:34 +00:00
Romuald Conty
dd0c4ad785
Update ChangeLog
2010-10-20 08:34:54 +00:00
Romuald Conty
5538fbd20f
Add NBR_847 (used with ISO14443B) and update convert function.
2010-10-20 08:34:06 +00:00
Philippe Teuwen
aba4cec7d6
nfc-utils: more ATQA/SAK fingerprinting
2010-10-19 21:36:43 +00:00
Romuald Conty
ccbd2d83c6
Add NEWS file to summarize important changes (like API ^^)
2010-10-19 15:50:18 +00:00
Philippe Teuwen
838db98400
Examples: more ISO14443A ATQA+SAK possible matches
2010-10-19 13:08:56 +00:00
Philippe Teuwen
2b24a0a7f5
Examples: more ISO14443A info decoding & verbose mode for nfc-list
2010-10-19 12:50:52 +00:00
Romuald Conty
f249af6266
Add ISO14443-4 modulation to hardware polling only when NDO_AUTO_ISO14443_4A have been enabled and document this features and known issues.
2010-10-19 09:34:18 +00:00
Philippe Teuwen
f75d2d3582
Typo
2010-10-18 16:17:01 +00:00
Romuald Conty
f9391ad823
Update some TODOs
2010-10-18 15:47:56 +00:00
Romuald Conty
57560c3290
Document the ACR122 problem.
...
Update Issue 117
Status: WontFix
ACR122 device support is limited. We can not provide a rock-solid support of emulation on these devices this way (talking directly to PN532).
2010-10-18 15:17:31 +00:00
Romuald Conty
b5d85fc6e1
Decode supported modulation from PN53x
2010-10-18 14:26:49 +00:00
Romuald Conty
bfb49b594f
Clean the way to retrieve firmware
2010-10-18 13:19:30 +00:00
Romuald Conty
c6c43afc87
Minor FIXME or XXX removes
2010-10-18 12:22:04 +00:00
Romuald Conty
65da34398d
nfc-list: clean up configuration, that now handled by nfc_initiator_list_passive_targets()
2010-10-18 10:12:24 +00:00
Romuald Conty
7d59b6b1a3
Make sure the field is disabled then enabled before listing.
...
Improve documentation about default configuration values.
2010-10-18 10:11:30 +00:00
Romuald Conty
ecc1eeca8f
API documentation improvement: explain a bit what is pbtInitData for nfc_initiator_select_passive_target()
2010-10-18 09:53:14 +00:00
Philippe Teuwen
43f2004b11
nfc-relay-picc: remove unused #define
2010-10-16 09:57:39 +00:00
Romain Tartiere
b8910c5bd5
Sum up recent API changes for the user.
2010-10-15 19:35:53 +00:00
Romuald Conty
1f62e9e2f2
Improve API for target emulation, nfc_target_mode_t does not exist anymore (this mode is computed from nfc_target_t)
2010-10-15 14:32:10 +00:00
Roel Verdult
1e52e1dc9f
fixed printf warning
2010-10-15 13:27:18 +00:00
Philippe Teuwen
655460059a
nfc-utils: more decoding of ISO14443-4 Tk bytes
2010-10-15 08:57:58 +00:00
Philippe Teuwen
91f73e1802
nfc-utils: More decoding of ISO14443-4 ATS
2010-10-15 08:33:46 +00:00
Philippe Teuwen
33a99288f3
pn53x target_init: fix bug to use Tk; nfc-relay-picc: fix potential segfault
2010-10-14 20:17:58 +00:00
Philippe Teuwen
894d6b8d3b
Oops typo
2010-10-14 18:37:10 +00:00