Philippe Teuwen
3eb1ee3b9c
CMake: enable same set of default drivers as for autotools
2013-03-27 23:12:59 +01:00
Philippe Teuwen
7df8fdd0f6
spi: fix doc typos
2013-03-27 22:58:59 +01:00
Philippe Teuwen
12b756e97a
spi: remove spi_posix.c, exotic platform implementations will have to be done in their respective contrib subdir
2013-03-27 17:40:22 +01:00
Philippe Teuwen
fc420d58af
Only include SPI related files when (at least) one SPI driver is enabled
2013-03-27 16:58:01 +01:00
Philippe Teuwen
1ab282d43c
pn532_spi: missing malloc() checks, spi_close(), nfc_device_close() on some error handling branches
2013-03-27 16:27:25 +01:00
Philippe Teuwen
f1a9a8ee38
pn532_uart: Unify copyright notices & update authors lists (somehow this file was forgotten)
2013-03-27 16:12:18 +01:00
Philippe Teuwen
794fcdc1ad
pn532_spi: fix missing free(ndd.port)
2013-03-27 12:06:37 +01:00
Philippe Teuwen
87a3dd7067
pn532_spi: fix double free() of spi port info
2013-03-27 12:06:33 +01:00
Philippe Teuwen
1417bdc164
Merge branch 'master' into pn532_spi
...
* master: (28 commits)
Update Changelog
Add missing windows files in archive
Move log implementation for Windows in dedicated directory
Move UART implementation for Windows in dedicated directory
CMake: only compile usbbus.c when (at least) one USB driver is enabled
CMake: only include UART related files when (at least) one UART driver is enabled
Only include UART related files when (at least) one UART driver is enabled
Fix environment vars usage when compiling with CMake
Remove unsed code section in log.c (was commented)
pn53x_current_target_new() now returns null ptr upon malloc() error
fix missing tests on malloc() return
pn53x_data_new() now returns null ptr upon malloc() error
uart drivers: missing pn53x_data_free() on some error handling branches
uart drivers: missing nfc_device_free() on some error handling branches
uart drivers: missing uart_close() on some error handling branches
uart drivers: fix missing free(ndd.port)
config parser: missing fclose()
UART drivers: fix double free() of serial port info
Fix cmake build failure under linux
quick_start_example1.c: avoid using warnx() to remove err.h dependency
...
Conflicts:
libnfc/buses/Makefile.am
2013-03-27 11:44:29 +01:00
Philippe Teuwen
eb515a6952
Update Changelog
2013-03-27 11:33:03 +01:00
Romuald Conty
542622a2f5
Add missing windows files in archive
2013-03-19 00:00:46 +01:00
Romuald Conty
2be00e7615
Move log implementation for Windows in dedicated directory
2013-03-18 23:53:01 +01:00
Romuald Conty
cb3452db7b
Move UART implementation for Windows in dedicated directory
2013-03-18 23:46:14 +01:00
Romuald Conty
a422ae2211
CMake: only compile usbbus.c when (at least) one USB driver is enabled
2013-03-18 23:32:07 +01:00
Romuald Conty
b6b356b948
CMake: only include UART related files when (at least) one UART driver is enabled
2013-03-18 23:27:23 +01:00
Romuald Conty
699e9123ea
Only include UART related files when (at least) one UART driver is enabled
2013-03-18 23:07:19 +01:00
Romuald Conty
f3f2ec1c0f
Fix environment vars usage when compiling with CMake
2013-03-18 15:26:15 +01:00
Romuald Conty
e898e5f73b
Remove unsed code section in log.c (was commented)
2013-03-18 15:25:07 +01:00
Philippe Teuwen
890f028b0c
pn53x_current_target_new() now returns null ptr upon malloc() error
2013-03-18 01:00:41 +01:00
Philippe Teuwen
69c435f348
fix missing tests on malloc() return
2013-03-18 00:46:31 +01:00
Philippe Teuwen
06d5b54308
pn53x_data_new() now returns null ptr upon malloc() error
2013-03-18 00:21:08 +01:00
Philippe Teuwen
af57df532b
uart drivers: missing pn53x_data_free() on some error handling branches
2013-03-18 00:21:03 +01:00
Philippe Teuwen
5f70bdc699
uart drivers: missing nfc_device_free() on some error handling branches
2013-03-17 23:52:54 +01:00
Philippe Teuwen
2e801a62d5
uart drivers: missing uart_close() on some error handling branches
2013-03-17 23:52:43 +01:00
Philippe Teuwen
c1372a009f
uart drivers: fix missing free(ndd.port)
2013-03-17 22:54:15 +01:00
Philippe Teuwen
77838b894c
config parser: missing fclose()
2013-03-17 22:19:49 +01:00
Philippe Teuwen
ca7477e935
UART drivers: fix double free() of serial port info
...
Fixes issue 242
2013-03-16 12:25:28 +01:00
Julien Schueller
8485996f13
Fix cmake build failure under linux
...
The LIBUSB_FOUND variable was used before the libusb detection was performed.
Fixes issue 240.
2013-03-12 20:54:50 +01:00
Philippe Teuwen
ecc12d28aa
quick_start_example1.c: avoid using warnx() to remove err.h dependency
...
err.h is not available under Windows and the goal of this example is not to learn how to get around that problem ;)
2013-03-12 17:46:04 +01:00
Philippe Teuwen
e70a3314bf
Update ChangeLog & make style
2013-03-12 17:07:09 +01:00
Philippe Teuwen
20e51e9752
nfc-mfclassic: add option to allow using keyfile from another card
2013-03-12 15:39:57 +01:00
Philippe Teuwen
16161e1a68
nfc-mfclassic: detect 2K MFP via RATS
2013-03-12 14:15:04 +01:00
Philippe Teuwen
d019f9729d
nfc-anticol: fix ATS length
2013-03-12 12:23:15 +01:00
Philippe Teuwen
56ea2e65dc
nfc-mfclassic: use smaller files for cards < 4k
2013-03-12 10:56:57 +01:00
Philippe Teuwen
94617366a7
nfc-mfclassic: abort if expected UID is not matching real card
2013-03-12 10:56:20 +01:00
Philippe Teuwen
bb7b05681e
nfc-mfclassic: fix reporting of processed blocks number
2013-03-12 10:55:45 +01:00
Philippe Teuwen
a3f4145a2e
Add pn532_spi author to AUTHORS
2013-03-10 16:33:53 +01:00
Philippe Teuwen
dd209460b1
Update ChangeLog
2013-03-10 16:32:28 +01:00
Philippe Teuwen
baa0f9ae36
Unify copyright notices
2013-03-10 16:18:22 +01:00
Philippe Teuwen
d683a98065
Merge branch 'master' into pn532_spi
...
* master:
Unify copyright notices & update authors lists
Update ChangeLog
2013-03-10 16:17:59 +01:00
Philippe Teuwen
bf164220ee
Unify copyright notices & update authors lists
2013-03-10 16:15:23 +01:00
Philippe Teuwen
a4a531068f
Update ChangeLog
2013-03-10 00:32:05 +01:00
Philippe Teuwen
ec99e9033a
pn532_spi: use new connstring_decode()
...
Fix cppcheck warning "Non reentrant function 'strtok' called"
2013-03-10 00:29:01 +01:00
Philippe Teuwen
759cd106e5
Merge branch 'master' into pn532_spi
...
* master:
New connstring_decode() fix cppcheck warning "Non reentrant function 'strtok' called"
Update Changelog
Update NEWS & Changelog
Forgot to commit new log internal header file
Remove log-printf from CMakefile
Add log_internal.h to Makefile
Creating log_internal.h for log_*put_internal() prototypes
log_win32: declare log_output_debug() static
Merge log-printf.c into log.c, inline with prototypes in log.h & platform files log_*.c
2013-03-10 00:22:27 +01:00
Philippe Teuwen
cc03f84636
New connstring_decode() fix cppcheck warning "Non reentrant function 'strtok' called"
2013-03-10 00:20:52 +01:00
Philippe Teuwen
59271d27e9
Update Changelog
2013-03-09 16:33:51 +01:00
Philippe Teuwen
e7f4d0778e
Update NEWS & Changelog
2013-03-09 11:27:56 +01:00
Philippe Teuwen
38966cb2fb
Forgot to commit new log internal header file
2013-03-09 10:56:51 +01:00
Philippe Teuwen
ad8b338a7b
Remove log-printf from CMakefile
2013-03-09 10:41:25 +01:00
Philippe Teuwen
a9e3365d98
Add log_internal.h to Makefile
2013-03-09 10:41:07 +01:00