Ludovic Rousseau
714997fc34
Fix compiler warnings
...
nfc-emulate-uid.c:70: warning: no previous prototype for ‘intr_hdlr’
nfc-emulate-uid.c:79: warning: no previous prototype for ‘print_usage’
2012-05-13 12:48:28 +00:00
Ludovic Rousseau
96b1643522
Remove an explicit cast and fix a compiler warning
...
nfc-emulate-tag.c:180: warning: function declaration isn’t a prototype
2012-05-13 12:46:33 +00:00
Ludovic Rousseau
a7325ffded
Fix compiler warnings:
...
nfc-emulate-tag.c:65: warning: no previous prototype for ‘intr_hdlr’
nfc-emulate-tag.c:76: warning: no previous prototype for ‘target_io’
nfc-emulate-tag.c:139: warning: no previous prototype for ‘nfc_target_emulate_tag’
2012-05-13 12:44:13 +00:00
Ludovic Rousseau
b65c133f80
stdin is already defined by stdio.h
...
Fix compiler warnings:
pn53x-tamashell.c: In function ‘main’:
pn53x-tamashell.c:79: warning: nested extern declaration of ‘__stdinp’
pn53x-tamashell.c:79: warning: redundant redeclaration of ‘__stdinp’
/usr/include/stdio.h:164: warning: previous declaration of ‘__stdinp’
was here
2012-05-13 12:42:51 +00:00
Ludovic Rousseau
e60f4ef870
Fix compiler warning
...
pn53x-tamashell.c:106: warning: initialization discards qualifiers from
pointer target type
2012-05-13 12:41:17 +00:00
Ludovic Rousseau
b3e21fecd2
Fix compiler warnings
...
nfc-poll.c:57: warning: no previous prototype for ‘stop_polling’
nfc-poll.c:67: warning: no previous prototype for ‘print_usage’
2012-05-13 12:39:17 +00:00
Ludovic Rousseau
da25554128
Remove an explicit cast and fix a compiler warning
...
nfc-relay.c:107: warning: function declaration isn’t a prototype
2012-05-13 12:38:18 +00:00
Ludovic Rousseau
43569e22e4
Fix compiler warnings
...
nfc-relay.c:65: warning: no previous prototype for ‘intr_hdlr’
nfc-relay.c:73: warning: no previous prototype for ‘print_usage’
2012-05-13 12:36:59 +00:00
Ludovic Rousseau
61ba0478cd
Fix compiler warning
...
pn53x-sam.c:56: warning: no previous prototype for ‘wait_one_minute’
2012-05-13 12:32:30 +00:00
Ludovic Rousseau
5c82158a5d
Declare internal functions as static
...
Fixes compiler warnings:
pn53x.c:565: warning: no previous prototype for ‘pn53x_ReadRegister’
pn53x.c:591: warning: no previous prototype for ‘pn53x_WriteRegister’
pn53x.c:748: warning: no previous prototype for ‘pn53x_int_to_timeout’
pn53x.c:1003: warning: no previous prototype for ‘pn53x_initiator_select_passive_target_ext’
pn53x.c:1334: warning: no previous prototype for ‘__pn53x_init_timer’
pn53x.c:1355: warning: no previous prototype for ‘__pn53x_get_timer’
2012-05-13 12:29:39 +00:00
Ludovic Rousseau
59b8ffcdb1
Declare internal functions as static
...
Fixes compiler warnings:
acr122_pcsc.c:106: warning: no previous prototype for ‘acr122_pcsc_get_scardcontext’
acr122_pcsc.c:118: warning: no previous prototype for ‘acr122_pcsc_free_scardcontext’
acr122_pcsc.c:198: warning: no previous prototype for ‘acr122_pcsc_connstring_decode’
2012-05-13 12:23:42 +00:00
Romuald Conty
851d035588
drivers/pn532_uart: flush uart input on error to resync uart port
2012-05-10 19:37:55 +00:00
Philippe Teuwen
896fa54ece
nfc-utils: some changes on the newly introduced fingerprinting method, see log for details
...
* avoid hardcoded list sizes in #define
* merge card_link data into const_ca
* indexes start at 0, not 1, and use -1 as marker rather than 0
* fix bug in DESFire ATQA
* remove CL1 entries for double size UIDs, in practice we'll always get the latest SAK of the cascade
* remove CL2 tags, cf previous point
* compact const_cs considering the previous points
* keep const_cs strings only where they are informative
* premature halt of inner loop if there is no more SAK index to treat
* change atqa & sak types to uint16_t & uint8_t
* skip redundant matches in the old fingerprinting method
2012-05-02 23:48:06 +00:00
Philippe Teuwen
b10de698dd
nfc-utils: new fingerprinting method closer to AN10833, patch proposed by Balazs Bucsay (thanks!)
2012-05-02 23:47:57 +00:00
Philippe Teuwen
93157dd30d
nfc-utils.h: rename function oddparity_bytes_ts() to be coherent with nfc-utils.c
2012-05-02 21:18:46 +00:00
Philippe Teuwen
1cf9154296
nfc-utils: fix bug (remaining calls to old OddParity table)
2012-05-02 21:18:31 +00:00
Philippe Teuwen
b84e3d0f20
nfc-utils: smaller oddparity code
2012-05-02 10:02:56 +00:00
Romuald Conty
4990f57df8
debug messages are sent in stderr stream (Thanks to Spock)
2012-05-02 01:46:44 +00:00
Romuald Conty
8549bc1e4c
share some traces with USB devices (Thank to yobibe)
2012-05-01 23:17:24 +00:00
Romuald Conty
82b2cfa883
Smart merge of acr122_usb branch: add acr122_usb driver without removing acr122_pcsc support.
2012-05-01 23:09:57 +00:00
Romain Tartiere
2f9bc90a95
Don't return pointer on freed memory on error.
...
PR: http://code.google.com/p/nfc-tools/issues/detail?id=87
Submitted by: jkmalinen@gmail.com
2012-03-05 07:28:45 +00:00
Romain Tartiere
68a1d5c450
Fix another warning for files not compiled in the default configuration.
2012-03-01 14:01:08 +00:00
Romuald Conty
e7f85811a1
fix *get_supported_modulation and *get_supported_baud_rate protos in nfc_driver and public ones.
2012-03-01 13:52:51 +00:00
Romuald Conty
f98437c377
fix pn53x_get_supported_modulation() and pn53x_get_supported_baud_rate() functions
2012-03-01 13:43:04 +00:00
Romain Tartiere
05789e5a68
Fix a couple warnings.
2012-03-01 13:33:13 +00:00
Romuald Conty
3eba0e9b54
Prepare libnfc 1.6.0-rc1
2012-03-01 12:00:23 +00:00
Romuald Conty
03d185b536
Prepare libnfc 1.6.0-rc1
2012-03-01 11:37:16 +00:00
Romuald Conty
9720bc45b4
Prepare libnfc 1.6.0-rc1
2012-03-01 11:24:59 +00:00
Romuald Conty
4878361d27
drivers/acr122s: fix ACR122S initialization (Fixes Issue 185)
2012-02-27 14:10:47 +00:00
Audrey Diacre
4cc3c72b31
add nfc_device_get_supported_modulation() and nfc_device_get_supported_baud_rate() documentation.
2012-02-20 08:36:15 +00:00
Audrey Diacre
5a5bdf1d66
add nfc_device_get_supported_modulation() and nfc_device_get_supported_baud_rate() functions.
2012-02-17 12:09:56 +00:00
Romuald Conty
75e776ffd0
utils/nfc-mfclassic: remove non-conscistent "extract payload" option in nfc-mfclassic and use MIFARE instead of Mifare typo (Thanks to Thomas Hood)
2012-02-15 13:41:38 +00:00
Audrey Diacre
e9bd9e4b67
documentation: exclude some files.
2012-01-31 15:35:13 +00:00
Audrey Diacre
983d4932f3
documentation: add utils and examples and hide internal files.
2012-01-31 14:28:45 +00:00
Audrey Diacre
908fa416bf
documentation
2012-01-31 10:02:38 +00:00
Audrey Diacre
3d393e58a9
add some Doxygen documentation.
2012-01-31 09:49:43 +00:00
Audrey Diacre
17c4a09c8f
add modules in documentation.
2012-01-30 11:00:02 +00:00
Audrey Diacre
0f20377541
add some API documentations.
2012-01-30 09:43:58 +00:00
Romuald Conty
70484509af
libnfc-1.5-acr122-usb> support for ACR122U only (not Touchatag)
2012-01-27 14:38:14 +00:00
Romuald Conty
24e298626a
libnfc-1.5-acr122-usb> fix minor bugs and apply pn53x_usb's patch to be used under FreeBSD too
2012-01-26 21:36:08 +00:00
Romuald Conty
e49eb6c660
libnfc-1.5-acr122-usb> import partial work on "ACR122 without PCSC" driver
2012-01-26 15:23:11 +00:00
Audrey Diacre
26245add73
Merge libnfc-1.5-new-api branch to trunk (r1168:1303).
2012-01-25 09:56:05 +00:00
Audrey Diacre
1f3b995c2a
add iso14443a_crc as symbol to expose for libfreefare.
2012-01-24 08:42:47 +00:00
Audrey Diacre
5a475cf074
add some whitespaces
2012-01-20 09:17:38 +00:00
Audrey Diacre
838faa8d7e
define symbols to expose (Fixes Issue 183).
2012-01-19 11:50:15 +00:00
Romuald Conty
a3a0002f8d
fix miss-returned error code (ETGREL -> NFC_ETGRELEASED).
2012-01-18 18:08:39 +00:00
Audrey Diacre
4c011279ff
add context to nfc_init(), nfc_exit(), nfc_open() and nfc_list_devices() functions.
2012-01-18 16:22:06 +00:00
Audrey Diacre
86c8ce536b
acr122.c: apply changes done in r1296.
2012-01-18 14:44:57 +00:00
Romain Tartiere
3aa31abe18
Add missing header.
2012-01-18 13:21:06 +00:00
Romuald Conty
b366b8c027
add nfc_device_get_connstring() function and nfc-probe example to show devices connection strings
2012-01-18 13:17:01 +00:00