Romuald Conty
0fd3c9fab3
Provides modprobe configuration file and instructions for PN533 and Linux >3.1 users.
2012-12-05 00:51:13 +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
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
Ludovic Rousseau
1ac1196af6
MIN/MAX are already defined in nfc-utils.h and nfc-internal.h
2012-05-13 19:16:52 +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
Romuald Conty
2ac8df2b28
contrib: move udev and devd files into contrib/
2011-12-09 16:13:32 +00:00
Romuald Conty
1372c1df19
ECONNABORTED is not defined under windows
2011-10-05 22:42:55 +00:00
Romuald Conty
7b6baafd1d
example/nfc-relay-picc: Move windows related code into contrib/win32
2011-06-27 08:56:38 +00:00
Romuald Conty
5db8be908b
Windows support contribution:
...
- Move CMake modules from cmake_modules/ to cmake/modules/
- CMake now use cmake/config_windows.h.cmake to create config.h on Windows platform
- contrib/windows.h header is automagically included by config.h
- Put missing NFC_EXPORT macro on front of emulation API
- nfc-mfclassic and nfc-mfcultralight examples are now compiled under Windows
Many thanks to Glenn Ergeerts which provide the initial patch.
2011-03-31 13:38:49 +00:00
Romuald Conty
b471f56c52
Windows: add a dummy select.h (should allow to compile pn53x_usb driver)
2011-03-31 09:59:34 +00:00
Romuald Conty
fb93023401
Windows does not have err() function.
2011-03-30 09:26:23 +00:00
Romuald Conty
544030099e
Make libnfc compile under Windows
...
Apply adapted patch from Glenn (Thanks!)
2011-03-09 09:41:40 +00:00
Romuald Conty
8c3caed99f
Add missing CMake files to generated tarball. (Thanks to Glenn)
2011-02-03 09:51:38 +00:00
Romuald Conty
58c5662f35
Improve Windows platform support (Thanks to Glenn)
...
* Remove stdint for MSVC since MSVC is not supported anymore;
* Fix libusb detection under Windows;
* Fix PCSC detection (mingw-w64 now have PC/SC Winscard interface);
* Ajust CMake files in order to make it compile (some examples have been disabled).
2011-01-17 13:42:24 +00:00
Romuald Conty
f32013aba5
Define MIN/MAX on Windows platform (Thanks to Glenn)
2011-01-17 13:41:25 +00:00
Romuald Conty
66aef98c40
Define strdup under Windows in contrib/windows.h
2010-11-17 10:10:34 +00:00
Romuald Conty
58dcf63e7c
MERGE: libnfc-mingw-cross merge with trunk (r805-821)
2010-11-17 08:29:41 +00:00
Romuald Conty
c2cead7089
Remove "manual" Windows makefile: Windows users should now use CMake.
2010-04-26 13:38:17 +00:00
Romuald Conty
693389ac10
Move additionnal files (for Windows) in contrib/
2010-04-26 13:36:41 +00:00