Romain Tartiere
|
05789e5a68
|
Fix a couple warnings.
|
2012-03-01 13:33:13 +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 |
|
Audrey Diacre
|
983d4932f3
|
documentation: add utils and examples and hide internal files.
|
2012-01-31 14:28:45 +00:00 |
|
Audrey Diacre
|
3d393e58a9
|
add some Doxygen documentation.
|
2012-01-31 09:49:43 +00:00 |
|
Audrey Diacre
|
5a475cf074
|
add some whitespaces
|
2012-01-20 09:17:38 +00:00 |
|
Romuald Conty
|
a3a0002f8d
|
fix miss-returned error code (ETGREL -> NFC_ETGRELEASED).
|
2012-01-18 18:08:39 +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 |
|
Audrey Diacre
|
bd0de9bd61
|
test: rename test_dep to test_device_modes_as_dep and improve it.
|
2012-01-13 09:58:47 +00:00 |
|
Audrey Diacre
|
0e2c60d0fa
|
fix some last_error with result of previous function.
|
2012-01-12 13:52:48 +00:00 |
|
Romuald Conty
|
efa86f0e35
|
fix various minor mistakes, ajust timeouts
|
2012-01-10 14:10:44 +00:00 |
|
Audrey Diacre
|
00818e048c
|
rx buffer size parameter of nfc_target_init() function is now a const size_t.
|
2012-01-09 11:26:57 +00:00 |
|
Audrey Diacre
|
5e796e0a26
|
rx buffer size parameter of pn53x_TgInitAsTarget() function is now a const size_t.
|
2012-01-09 10:47:35 +00:00 |
|
Audrey Diacre
|
c10b473361
|
rx buffer size parameter of pn53x_transceive() function is now a const size_t.
|
2012-01-09 10:24:00 +00:00 |
|
Romuald Conty
|
7df3bb5aeb
|
various minor fixes/enhancements
|
2012-01-06 13:08:16 +00:00 |
|
Audrey Diacre
|
e15f2eedbb
|
rename lastCommand by last_command.
|
2012-01-06 13:07:37 +00:00 |
|
Romuald Conty
|
48e92149e4
|
drop log4c support
|
2012-01-06 13:05:10 +00:00 |
|
Audrey Diacre
|
b41edfb0b4
|
rename ui8LastCommand by lastCommand.
|
2012-01-06 09:20:55 +00:00 |
|
Romuald Conty
|
22bea8d99b
|
nfc_target_receive_*() need to know rx buffer size
|
2012-01-05 21:35:02 +00:00 |
|
Audrey Diacre
|
642f9a38f7
|
nfc_target_receive_bytes() function does not now use pszRx as parameter because this function returns it.
|
2012-01-05 16:33:55 +00:00 |
|
Audrey Diacre
|
7e7ee3299e
|
nfc_target_receive_bits() function does not now use pszRxBits as parameter because this function returns it.
|
2012-01-05 15:50:07 +00:00 |
|
Audrey Diacre
|
239fd750c4
|
add timeout on nfc_target_init() and this function returns now received bytes count on success.
|
2012-01-05 15:10:11 +00:00 |
|
Audrey Diacre
|
c30e9eed36
|
send/receive callbacks from internal chip io return now libnfc error code on failure.
|
2012-01-05 13:24:41 +00:00 |
|
Audrey Diacre
|
6ad07c3efb
|
pn53x_writeback_register() function returns now 0 on success and libnfc error code on failure.
|
2012-01-05 08:42:22 +00:00 |
|
Romuald Conty
|
93b34fa70b
|
enhance new error handling
- add accessor to last error occured
- add new public error NFC_ETGRELEASED (Target Released)
|
2012-01-05 01:39:10 +00:00 |
|
Romuald Conty
|
af22d34d57
|
fix some return codes and error checkings
|
2012-01-04 20:50:05 +00:00 |
|
Romuald Conty
|
254053b940
|
fix few minor bugs:
- timeout values handling in pn53x_transceive()
- check error code after filling it in pn53x_transceive()
- fix pn53x_check_communication() return code
- lower timeout default values
- fix arygon_abort() return code
|
2012-01-04 20:02:51 +00:00 |
|
Audrey Diacre
|
52c72383f1
|
pn53x_build_frame() function returns now 0 on success and libnfc error code on failure.
|
2012-01-04 16:44:40 +00:00 |
|
Audrey Diacre
|
e87241184a
|
pn53x_check_ack_frame() and pn53x_check_error_frame() functions return now 0 on success and libnfc error code on failure.
|
2012-01-04 16:32:16 +00:00 |
|
Audrey Diacre
|
4b373263e4
|
pn53x_idle() returns now 0 on success and libnfc error code on failure.
|
2012-01-04 16:26:57 +00:00 |
|
Audrey Diacre
|
7e1c776bc1
|
pn53x_check_communication() returns now 0 on success and libnfc error code on failure.
|
2012-01-04 16:19:24 +00:00 |
|
Audrey Diacre
|
240cdcddab
|
pn53x_decode_target_data() returns now 0 on success and libnfc error code on failure.
|
2012-01-04 16:11:30 +00:00 |
|
Audrey Diacre
|
d4c5476652
|
pn53x_get_firmware_version() returns now 0 on success and libnfc error code on failure..
|
2012-01-04 16:07:57 +00:00 |
|
Audrey Diacre
|
a41b2b0da8
|
nfc_initiator_transceive_bytes_timed() function does not now use pszRx as parameter because this function returns it.
|
2012-01-04 15:53:41 +00:00 |
|
Audrey Diacre
|
b699743973
|
nfc_initiator_transceive_bits_timed() function does not now use pszRxBits as parameter because this function returns it.
|
2012-01-04 15:43:08 +00:00 |
|
Audrey Diacre
|
6e7092b160
|
nfc_initiator_transceive_bits() function does not now use pszRxBits as parameter because this function returns it.
|
2012-01-04 15:30:42 +00:00 |
|
Audrey Diacre
|
61c3e5b814
|
pn53x_wrap_frame() and pn53x_unwrap_frame() functions return now frame length in bits on success and libnfc error code on failure.
|
2012-01-04 14:59:16 +00:00 |
|
Audrey Diacre
|
0de1136037
|
nfc_target_receive_bits() function returns now received bits count on success and libnfc error code on failure.
|
2012-01-04 13:33:53 +00:00 |
|
Audrey Diacre
|
951dde8143
|
nfc_target_send_bits() function returns now sent bits count on success and libnfc error code on failure.
|
2012-01-04 13:27:15 +00:00 |
|
Audrey Diacre
|
1c49329ffa
|
nfc_initiator_transceive_bits_timed() function returns now received bits count on success and libnfc error code on failure.
|
2012-01-04 13:18:11 +00:00 |
|
Audrey Diacre
|
d02da0db64
|
nfc_initiator_transceive_bytes_timed() function returns now received bytes count on success and libnfc error code on failure.
|
2012-01-04 11:54:55 +00:00 |
|
Audrey Diacre
|
61074f3497
|
nfc_initiator_transceive_bits() function returns now received bits count on success and libnfc error code on failure.
|
2012-01-04 11:46:07 +00:00 |
|
Audrey Diacre
|
9c1371dcca
|
nfc_target_send_bytes() function returns now sent bytes count on success and libnfc error code on failure.
|
2011-12-22 15:59:08 +00:00 |
|
Audrey Diacre
|
ac6f652368
|
nfc_target_receive_bytes() function returns now received bytes count on success and libnfc error code on failure.
|
2011-12-22 15:39:51 +00:00 |
|
Audrey Diacre
|
658fceb7fc
|
nfc_initiator_select_dep_target() function returns now selected D.E.P targets count on success.
|
2011-12-22 13:28:41 +00:00 |
|
Audrey Diacre
|
b864215d63
|
pn53x_initiator_poll_target() function returns now polled targets count on success.
|
2011-12-22 11:16:27 +00:00 |
|
Audrey Diacre
|
340e80d7a8
|
pn53x_initiator_select_passive_target_ext() function now does not return error when there is no target.
|
2011-12-21 11:52:02 +00:00 |
|
Audrey Diacre
|
f93bc59504
|
nfc_initiator_select_passive_target() function returns now the selected passive targets count on success.
|
2011-12-21 11:33:21 +00:00 |
|
Audrey Diacre
|
ff066e394d
|
nfc_initiator_deselect__target() function returns now libnf error code.
|
2011-12-21 09:53:16 +00:00 |
|
Audrey Diacre
|
c41d7de8ca
|
nfc_initiator_select_dep_target() function returns nox libnf error code and fix some uses of nfc_initiator_transceive_bytes() function.
|
2011-12-21 09:15:44 +00:00 |
|
Audrey Diacre
|
0f5cc5683d
|
nfc_initiator_poll_target() function returns now libnfc error code.
|
2011-12-20 15:46:35 +00:00 |
|