Romuald Conty
|
3ee77eb79e
|
Fix *transceive*() calls from examples and utils (bug introduced in previous commit)
|
2012-11-24 13:00:23 +01:00 |
|
Romuald Conty
|
9afa3c6598
|
Use copyright format recommended by GNU project.
http://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html
|
2012-10-21 14:09:16 +00:00 |
|
Philippe Teuwen
|
01303fab0d
|
astyle --formatted --mode=c --indent=spaces=2 --indent-switches --indent-preprocessor --keep-one-line-blocks --max-instatement-indent=60 --brackets=linux --pad-oper --unpad-paren --pad-header
|
2012-05-29 15:54:36 +00:00 |
|
Philippe Teuwen
|
562205cc14
|
astyle --formatted --mode=c --indent=spaces=2 --indent-switches --indent-preprocessor --keep-one-line-blocks --max-instatement-indent=60 --brackets=linux --pad-oper
|
2012-05-29 15:54:00 +00:00 |
|
Philippe Teuwen
|
a2cd236441
|
astyle --formatted --mode=c --indent=spaces=2 --indent-switches --indent-preprocessor --keep-one-line-blocks --max-instatement-indent=60
|
2012-05-29 15:52:51 +00:00 |
|
Romuald Conty
|
26865bbc19
|
Remove extra whitespaces/tabs before EOL.
find . -name '*.[ch]' | xargs perl -pi -e 's/\t+$//; s/ +$//'
Thanks to Ludovic.
|
2012-05-29 00:33:22 +00:00 |
|
Romuald Conty
|
2c9275adde
|
nfc_initiator_transceive_bytes() now take a constant size for Rx buffer to have a cleaner API: no more in/out parameters
|
2012-05-27 21:06:22 +00:00 |
|
Philippe Teuwen
|
4bfd6ac874
|
fix disruptancies between tools location in src (utils<>examples) and in Debian packages (libnfc-bin<>libnfc-examples)
|
2012-05-17 19:22:25 +00:00 |
|
Romuald Conty
|
8c7b61eaba
|
move some examples to utils/ since they are not examples anymore :) (Fixes Issue 164)
|
2011-09-30 11:33:31 +00:00 |
|
Romain Tartiere
|
481fb4943f
|
- Add timeout capablities to nfc_initiator_transceive_bytes(), nfc_target_send_bytes() and nfc_target_receive_bytes();
- Bump version to 1.5.1.
|
2011-09-22 13:03:47 +00:00 |
|
Adam Laurie
|
028f310576
|
Unlocked read and format/wipe of special Mifare cards
|
2011-09-06 21:17:38 +00:00 |
|
Adam Laurie
|
1a07613ce2
|
-h usage explicitly state Chinese clone cards required for block 0 write
|
2011-09-06 11:00:01 +00:00 |
|
Adam Laurie
|
e401f4ec4e
|
Write special Mifare 1K cards, including Block 0 / UID
|
2011-09-05 14:40:56 +00:00 |
|