libnfc/libnfc/buses
Philippe Teuwen 05b9cde966 Merge branch 'master' into pn532_spi
* master: (43 commits)
  Windows: workaround as libusb is not automatically detected by CMake
  Add usbbus to Makefile.am EXTRA_DIST
  make style
  Add log_posix to Makefile.am
  Split logging internals so that platforms may choose additional or alternate spew mechanisms
  More explicitely ignoring return value as suggested by Ludovic
  Windows: Clean up all compiler warnings and link warnings
  API change
  make style
  pn53x-sam: fix print_nfc_target
  Convert by value passing of nfc_target to pointer for str_nfc_target and nfc_initiator_target_is_present
  Windows: Fix bug when compiling without libusb: skip usbbus.c
  Windows: Fix compilation due to new usbbus file
  Fix bug when compiling without libusb: skip usbbus.c
  Fix scan-build warning: cast increases required alignment from 1 to 4
  Fix cppcheck warning "Obsolete function 'usleep' called"
  Avoid warning about ignoring return value of 'read'
  Fix cppcheck warning "Non reentrant function 'readdir' called"
  conf.h: make it more standard
  uart_posix.c: remove redundant include
  ...
2013-03-08 23:00:44 +01:00
..
Makefile.am Merge branch 'master' into pn532_spi 2013-03-08 23:00:44 +01:00
spi.c Adding a SPI driver for pn532 2013-02-28 23:24:42 +01:00
spi.h Adding a SPI driver for pn532 2013-02-28 23:24:42 +01:00
spi_posix.c spi driver: remove compilation warnings 2013-03-03 16:24:10 +01:00
uart.c Use copyright format recommended by GNU project. 2012-10-21 14:09:16 +00:00
uart.h Use copyright format recommended by GNU project. 2012-10-21 14:09:16 +00:00
uart_posix.c More explicitely ignoring return value as suggested by Ludovic 2013-03-07 10:34:17 +01:00
uart_win32.c Windows: Clean up all compiler warnings and link warnings 2013-03-07 09:37:36 +01:00
usbbus.c Replace usb_set_debug() in utils by new group in LIBNFC_LOG_LEVEL 2013-03-02 23:43:37 +01:00
usbbus.h usbbus: make usb_initialized static 2013-03-02 12:43:15 +01:00