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 |
|
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
|
207199dc34
|
examples, test and utils use now nfc_exit() function.
|
2012-01-18 11:36:18 +00:00 |
|
Audrey Diacre
|
1d55b6f8c6
|
examples, test and utils use now nfc_init() function.
|
2012-01-18 11:09:01 +00:00 |
|
Audrey Diacre
|
324af418db
|
rename nfc_connect() function to nfc_open().
|
2012-01-17 15:21:56 +00:00 |
|
Audrey Diacre
|
9eb37b3eee
|
rename nfc_disconnect() function to nfc_close().
|
2012-01-17 14:52:39 +00:00 |
|
Audrey Diacre
|
1ec504e163
|
nfc_list_devices() function returns now the number of devices found.
|
2012-01-10 10:35:36 +00:00 |
|
Audrey Diacre
|
98355d36a7
|
nfc_initiator_init returns now error code and nfc_initiator_list_passive_targets returns now the number of targets found or error code.
|
2011-12-15 11:46:14 +00:00 |
|
Audrey Diacre
|
9e67423cff
|
Fix some warnings in test.
|
2011-11-24 11:12:01 +00:00 |
|
Audrey Diacre
|
c718fafee7
|
Massive code clean up: (Fixes Issue 161)
- Remove typedef from internal structs
- Remove _t suffix from types
- Fix tests using connstrings
|
2011-11-23 15:55:40 +00:00 |
|
Philippe Teuwen
|
4124dc662d
|
Cleanup of initializations
|
2011-05-05 10:12:26 +00:00 |
|
Romuald Conty
|
af88da1a9c
|
Replace nfc_target_info_t with nfc_target_t in API function, we now have a coherent struct to handle nfc_target_t, use it!
|
2010-10-14 11:44:43 +00:00 |
|
Romuald Conty
|
d289eabc36
|
Attempt to provide clean types for API
|
2010-10-13 17:43:23 +00:00 |
|
Romuald Conty
|
9020014160
|
Rename nfc_modulation_t as pn53x_modulation_t
|
2010-10-13 15:39:52 +00:00 |
|
Romain Tartiere
|
d7e0b926ac
|
Rename the only test of the regression test suite to a more explicit name.
- While here, add assertions, enhance slightly the code and decrease the number of loop turns.
|
2010-08-13 18:34:30 +00:00 |
|