Romuald Conty
|
a4d1c53ed3
|
Add wake up function for PN532 UART and run a communication test to know if device correctly respond.
|
2010-04-12 14:48:03 +00:00 |
|
Romuald Conty
|
1ba436041b
|
Report found device number in debug mode.
|
2010-04-12 14:43:19 +00:00 |
|
Romuald Conty
|
c9370e6fac
|
Prevent from running polling on hardware that does not support it.
|
2010-04-09 23:11:20 +00:00 |
|
Romuald Conty
|
71341b871e
|
Minor comments added.
|
2010-04-09 23:09:20 +00:00 |
|
Romain Tartiere
|
ee3715e267
|
Add convenience library infrastructure and move the print_nfc_iso14443a_info() function away from bitutils.
|
2010-04-09 21:57:03 +00:00 |
|
Romuald Conty
|
40f230d6f0
|
New API function (experimental): nfc_initiator_poll_targets() which allow to use hardware polling function. Warning: ATM, it only support ISO14443a targets.
|
2010-04-09 16:20:47 +00:00 |
|
Romuald Conty
|
4128b23f86
|
Add new function pn53x_decode_target_data() that fill nfc_target_info_t with TargetData byte stream.
|
2010-04-09 16:18:42 +00:00 |
|
Romuald Conty
|
af9f744390
|
Add a simple function to print nfc_iso14443a_info_t structure.
|
2010-04-09 16:11:21 +00:00 |
|
Romuald Conty
|
e9451f71f2
|
Add details on nfc_initiator_select_dep_target() fct params (enhance documentation).
|
2010-04-09 15:11:42 +00:00 |
|
Romuald Conty
|
25b49f7879
|
Fix mis-initialized ATS field when filling-in nfc_target_info_t structure (wrong source address in memcpy())
|
2010-04-08 16:20:03 +00:00 |
|
Romuald Conty
|
ab028ab4e2
|
Add FIXME related to Issue 61.
|
2010-04-08 16:13:12 +00:00 |
|
Romuald Conty
|
9c43e75691
|
Redo r336. (Missed at r340)
|
2010-04-07 16:30:16 +00:00 |
|
Romain Tartiere
|
5473befa13
|
Fix a brunch of -Wextra warnings:
- 'static' is not at beginning of declaration;
- unused parameter;
- comparison between signed and unsigned.
|
2010-04-07 15:08:04 +00:00 |
|
Romuald Conty
|
3a0d05d15a
|
Minor headers ajustments.
|
2010-04-07 14:47:53 +00:00 |
|
Romain Tartiere
|
c7d77d7664
|
Rearrange source code.
|
2010-04-07 14:37:19 +00:00 |
|