libnfc/libnfc/drivers
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
..
acr122_pcsc.c pn53x_data_new() now returns null ptr upon malloc() error 2013-03-18 00:21:08 +01:00
acr122_pcsc.h Unify copyright notices & update authors lists 2013-03-10 16:15:23 +01:00
acr122_usb.c pn53x_data_new() now returns null ptr upon malloc() error 2013-03-18 00:21:08 +01:00
acr122_usb.h Unify copyright notices & update authors lists 2013-03-10 16:15:23 +01:00
acr122s.c pn53x_data_new() now returns null ptr upon malloc() error 2013-03-18 00:21:08 +01:00
acr122s.h Unify copyright notices & update authors lists 2013-03-10 16:15:23 +01:00
arygon.c pn53x_data_new() now returns null ptr upon malloc() error 2013-03-18 00:21:08 +01:00
arygon.h Unify copyright notices & update authors lists 2013-03-10 16:15:23 +01:00
Makefile.am Adding a SPI driver for pn532 2013-02-28 23:24:42 +01:00
pn53x_usb.c pn53x_data_new() now returns null ptr upon malloc() error 2013-03-18 00:21:08 +01:00
pn53x_usb.h Unify copyright notices & update authors lists 2013-03-10 16:15:23 +01:00
pn532_spi.c Unify copyright notices 2013-03-10 16:18:22 +01:00
pn532_spi.h Unify copyright notices 2013-03-10 16:18:22 +01:00
pn532_uart.c pn53x_data_new() now returns null ptr upon malloc() error 2013-03-18 00:21:08 +01:00
pn532_uart.h Unify copyright notices & update authors lists 2013-03-10 16:15:23 +01:00