iioc.: remove call to stat before mkdir as superflous
[contrib/mraa.git] / src /
2015-09-08 Brendan Le Follcmake: add ${mraa_LIBS} to linker for swig libraries
2015-09-08 Henry Bruceapi: Renamed some sub-platform API calls.
2015-09-08 Henry Brucecmake: USB source files now added to mraa_LIB_PLAT_SRCS...
2015-09-08 Henry Brucei2c: mraa_i2c_init_raw fixed and sub-platform updates.
2015-09-08 Brendan Le Follusb.c: move usb platform not found msg to debug
2015-09-08 Brendan Le Follmraa.c: use #if defined() for platforms
2015-09-08 Henry Brucemraa.c: Fixed bug in detected main/sub platform name...
2015-09-08 Henry Bruceftdi_ft4222.c: Removed i2c read/write logging messages.
2015-09-08 Henry Brucegpio.c: Removed spurious logging message
2015-09-08 Henry Bruceftdi_ft4222.c: Implemented i2c_frequency().
2015-09-08 Henry Bruceapi: Added mraa_has_sub_platform() function
2015-09-08 Henry Bruceusb: Added gpio isr support to ft4222
2015-09-08 Henry Bruceusb: Added gpio read/write support for ft4222 with...
2015-09-08 Henry Brucei2c.c: Refactored init calls to use mraa_i2c_init_inter...
2015-09-08 Henry Brucemraa.c: Added mainn and sub-platform select API calls.
2015-09-08 Henry Bruceusb: USB sub-platform bug fixes.
2015-09-08 Henry Bruceapi: Added mraa_get_sub_platform_type()
2015-09-08 Henry Brucex86: advance_func now stored in mraa_board_t instance
2015-09-08 Henry Bruceusb: Updated ft4222 device detection
2015-09-08 Henry Bruceplatform_type: platform_type now in mraa_board_t
2015-09-08 Henry Bruceintel_edison: Now uses mraa_board_t instance of advance...
2015-09-08 Henry Bruceusb: Converted sub-platform bus/pin helper macros to...
2015-09-08 Henry Brucecmake: add FTDI FT4222 support
2015-09-08 Brendan Le Follcmake: add -DFTDID2xx and use FindFtd2xx.cmake
2015-09-08 Brendan Le Follmraa.c: subplatforms need to be defined after platforms
2015-09-08 Henry Bruceusb: Skeleton platform code for FTDI FT4222 USB to...
2015-09-07 Brendan Le Follbinding.gyp.cmake: Fix npm builds for ia32 node.js...
2015-09-03 Brendan Le Follnuc5: Add i2c support for intel 5th generation NUC
2015-09-02 Brendan Le Folluart.c: Fix return value check for tcflush()
2015-09-01 Brendan Le Follgpio.c: fix segfault on isrExit in python because of...
2015-09-01 Brendan Le Follintel_minnow_max.c: add support for uart
2015-08-26 Brendan Le Follintel_de3815.c: Use MRAA_INTEL_DE3815_PINCOUNT macro...
2015-08-25 Brendan Le Follintel_minnow_max.c: change i2c bus count to 0
2015-08-25 Yong Limraa.c: Add new API to support I2C bus number query
2015-08-24 Andrei Vasiliujava/CMakeLists.txt: re-changed install path to a more...
2015-08-24 Andrei Vasiliujava/CMakeLists.txt: changed install path of jar and...
2015-08-20 Brendan Le Follintel_minnow_max.c: Fix default i2c bus mechanism
2015-08-20 Brendan Le Follmraa.c: Fix close/free fail introduced earlier
2015-08-14 Brendan Le Follmraa.c: Fix error handing resource leaks in mraa_file_c...
2015-08-14 Brendan Le Folli2c.c: add debug syslog message for i2c bus path
2015-08-14 Brendan Le Follmraa.c: log level syslog messages
2015-08-13 Brendan Le Follraspberry_pi.c: Fix use of non initialised pincount...
2015-08-13 Brendan Le Follbeaglebone.c: Fix resource leaks with capepath in error...
2015-08-13 Brendan Le Follmraa.c: Fix ressource leaks during error handling
2015-07-31 Salah-Eddine Missribeaglebone.c: Add PWM pinmaps
2015-07-31 Salah-Eddine Missripwm.c: Fix warnings due to unescaped %
2015-07-31 Salah-Eddine Missribeaglebone.c: Fix warnings in due to syslog 'too many...
2015-07-31 Salah-Eddine Missribeaglebone.c: Add PWM output configuration
2015-07-30 Brendan Le Follarm: Use define MRAA_PIN_NAME_SIZE for pin names
2015-07-30 Brendan Le Follbeaglebone.c: remove freeing of NULL var
2015-07-24 Brendan Le Follnpm: Fix npm builds for ARM hosts
2015-07-24 Brendan Le Follmraa.c: fix ARMPLAT elif not being done on define like...
2015-07-22 Alex Tereschenkouart.c: Fixed UART initialization, now we set and apply...
2015-07-16 Alexandru Eliseiraspberry_pi.c: Use define MRAA_PIN_NAME_SIZE for pin...
2015-07-16 Mihai Tudor Panujava: append -fpermissive to CMAKE_CXX_FLAGS rather...
2015-07-15 Brendan Le Follmraa.c: Fix buffer overfow in mraa_find_i2c_bus
2015-07-10 Brendan Le Follmraa: add internal mraa_find_i2c_bus function
2015-07-08 Brendan Le Follintel_de3815: avoid double free in case of error
2015-07-08 Brendan Le Follintel_de3815.c: Add error handling to seeks and avoid...
2015-07-08 Brendan Le Follintel_de3815.c: check i2c device fd
2015-07-08 Brendan Le Follintel_de3815.c: go up to i2c-8 to find designware i2c...
2015-07-06 Brendan Le Follintel_minnow_max.c: Use MAX_LENGTH for strn commands
2015-07-06 Brendan Le Follintel_minnow_max.c: Fix SPI CLK having uninitialised...
2015-07-02 Brendan Le Follpython/mraa.i: Fix memory leak on python Spi::write...
2015-07-02 Brendan Le Follmraajs.i: Fix memory leak on javascript Spi::write
2015-07-01 Brendan Le Follmraa.c: Fix readlink call not terminating its buffer
2015-07-01 Brendan Le Follintel_edison_fab_c.c: check fstat return value
2015-07-01 Brendan Le Follgpio: all gpio enums prefixed with _mraa
2015-06-30 Thomas Inglebyx86: de3815: detect correct i2c-dev
2015-06-29 Jon Trulsonpwm: mraa_pwm_write() should accept 1.0 as a valid...
2015-06-29 Thomas Inglebyx86: Galileo Gen 2: add ftdi header serial
2015-06-29 Thomas Inglebyuart: fix issue where a index is checked before set
2015-06-29 Thomas Inglebyx86: edison: add check in init_pre uart hook
2015-06-22 Alex Tereschenkointel_edison_fab_c.c: added spi_lsbmode_replace to...
2015-06-15 Alex Tereschenkointel_galileo_rev_d.c: added spi_lsbmode_replace to...
2015-06-15 Alex Tereschenkospi.c: introduced a _replace hook for spi_lsbmode()
2015-06-15 Alex Tereschenkospi.c: moved struct _spi declaration into mraa_internal...
2015-06-03 Brendan Le Follbinding.gyp.cmake: fix compilation when not setting...
2015-06-02 Brendan Le Folluart.c: Fix some wrong return checks
2015-06-01 Brendan Le Follmraajs.i: Use 0x032870 as SWIG_V8_VERSION to distinguis...
2015-06-01 Brendan Le Folldoxygen2jsdoc: add custom typemap file
2015-06-01 Brendan Le Follcmake: add yuidoc documentation generation
2015-06-01 Jon Trulsonuart: fix missing inversion that will clear all other...
2015-06-01 Brendan Le Folluart: move string funcs to {read,write}Str
2015-06-01 Brendan Le Folluart: make mraa_uart_get_dev_path return const char*
2015-06-01 Brendan Le Folluart: Make C API use const where appropriate
2015-05-28 Thomas Inglebyuart: update C API
2015-05-28 Brendan Le Folluart: bunch of small changes to make C api work
2015-05-28 Brendan Le Folluart.c: add missing return values
2015-05-28 Thomas Inglebyuart: remove un-needed includes from uart.h
2015-05-28 Thomas Inglebyuart: move internal static function to top of file
2015-05-28 Brendan Le Folluart: make initial dump of uart module
2015-05-28 Jon Trulsonuart: use an unsigned int for baud rate rather than...
2015-05-28 Jon Trulsonuart: add capability to check if data can be read from...
2015-05-28 Jon Trulsonuart: add uart device read and write functionality
2015-05-28 Jon Trulsonuart: add uart device open and close functionality
2015-05-28 Jon Trulsonuart: add fd (file descriptor) to uart context
2015-05-20 Brendan Le Follmraajs.i: add buffer checks to python write() typemaps...
2015-04-27 Paul Barretteraspberry_pi.c: update platform check for the PI 2...
2015-04-24 Brendan Le Follgpio.c: mraa_gpio_get_* now return -1 in error cases
next