iio: Remove iio structures from mraa_platform_t
[contrib/mraa.git] / src /
2015-12-15 Brendan Le Folliio: Remove iio structures from mraa_platform_t
2015-12-15 Brendan Le Follmraa_func.h: Remove unused code
2015-12-15 Brendan Le Folliio: Improve iio channel parsing to add enabled channels
2015-12-15 Brendan Le Folliio: initial pass at getting channel information from...
2015-12-15 Brendan Le Folliio: Simplify API
2015-12-15 Brendan Le Folliio: Find attributes and channels in iio device
2015-12-15 Brendan Le Follmraa.c: Fix path of iio device in sysfs
2015-12-15 Brendan Le Folliio: initial API and enumeration of devices
2015-12-15 Brendan Le Folliio: Add initial module
2015-12-14 Alex Tereschenkodocs: added UART examples into Python docs.
2015-12-14 Stefan Andritoiumraajava.i: The director now uses a GlobalRef instead...
2015-12-14 Jorge Ramirez-Ortiz96boards: add support to HiKey 96board
2015-12-14 Srinivas Kandagatla96boards: add support to 96boards (https://96boards...
2015-12-14 Srinivas Kandagatlauart.c: make use of no_bus_mux flag
2015-12-14 Srinivas Kandagatlaspi.c: make use of no_bus_mux flag
2015-12-14 Srinivas Kandagatlai2c.c: make use of no_bus_mux flag
2015-12-04 Mihai Serbanintel_edison_fab_c.c: Remove dependency on debugfs
2015-12-04 Mihai Serbanedison: fix SPI IO pointers usage
2015-12-04 Mihai SerbanCompile libmraa for Android and Brillo
2015-12-03 Brendan Le Follcmake: enable settign of MRAAPLATFORMFORCE to reduce...
2015-12-01 Kevron Reescmake: use cmake includedir
2015-12-01 Mihai Tudor Panuft4222: adds initial support for on-chip GPIO in mode0
2015-12-01 Mihai Tudor Panuft4222: prepares onboard gpio support in addition to...
2015-12-01 Mihai Tudor Panugpio: function replacement for gpio write calls
2015-12-01 Mihai Tudor Panui2c.c: Fix identation/style and simplify logic in mraa_...
2015-12-01 Mihai Tudor Panui2c.c: call correct adv func in mraa_i2c_read_byte
2015-11-30 Stefan Andritoiujava: Added auto load library code to the SWIG interfac...
2015-11-18 Alex Tereschenkouart.c: fixed typo in debug output
2015-11-11 Brendan Le Folljavascript: Fix build for nodejs v5 which has smaller...
2015-10-30 Kevron Reescmake: use cmake libdir instead of making our own
2015-10-30 Alex Tereschenkogpio.c: enhanced Python-specific code
2015-10-28 Chris Brackertgpio.c: Fix interrupt callback args
2015-10-27 Brendan Le Follgpio.c: Fix python3 builds, PyString_AsString not avail
2015-10-26 damcclosuart.c: fix to UART even parity
2015-10-26 Henry Bruceftdi_ft4222.c: Fixed bug in gpio configuration
2015-10-26 Henry Bruceftdi_ft4222.c: Implemented previously stubbed out i2c...
2015-10-26 Henry Brucei2c.c: Added missing adv_func support to some functions
2015-10-26 xbolsheJavaScript SPI.write output correction #2
2015-10-26 xbolsheJavaScript SPI.write output correction
2015-10-22 Alex Tdocs: updated Python docs index with all supported...
2015-10-09 Andrei Vasiliusrc/java/CMakeLists.txt: Modified path for javac and jar
2015-10-06 Alex Tereschenkogpio.c: Log more data in ISR handler on Python error
2015-10-06 Alex Tereschenkogpio.c: Fixed typo
2015-10-06 Alex Tereschenkogpio.c: Added ISR thread termination flag
2015-10-03 xbolshejavascript: Add nodejs 4.1.1 support
2015-10-01 Petre Eftimemraajava.i: Ignore read/write functions (in UART)
2015-09-18 Brendan Le Follmraa.c: fix possible overrun in strncpy
2015-09-18 Brendan Le Follmraa.c: simplify mraa_get_platform_name with subplatforms
2015-09-18 Matthew Auldintel_minnow_byt_compatible: fix memory leak
2015-09-17 Henry Brucei2c.c: Added check for NULL i2c context
2015-09-16 Brendan Le FollRevert "intel_edison_fab_c.c: Don't initiate SPI pins...
2015-09-15 Evan Steeleminnowboardmax: Add support for compatible boards
2015-09-15 Petre Eftimeintel_galileo_rev_g.c: Fix uninitialized subplatform...
2015-09-15 Petre Eftimemraajava.i: Initialize mraa when library is loaded...
2015-09-15 Petre Eftimemraajava.i: Return array properly for SPI write
2015-09-14 Jonas Norlingintel_edison_fab_c.c: Don't initiate SPI pins when...
2015-09-08 Brendan Le Follaio.c: missing free for aio contexts in error cases...
2015-09-08 Brendan Le Follintel_galileo_rev_d.c: Fixed missing goto leaving board...
2015-09-08 Brendan Le Follaio.c: missing return for internal init
2015-09-08 Petre Eftimemraa: Add types.hpp; Use types.hpp for C++ and SWIG
2015-09-08 Brendan Le Follmraa: Remove global advance_func struct and place it...
2015-09-08 Brendan Le Follftdi_ft4222.c: clean up, styling fix
2015-09-08 Henry Bruceapi: Added API calls that support both main and sub...
2015-09-08 Henry Bruceft4222.c: Fixed bug in write_byte_data
2015-09-08 Henry Brucecmake: Disable USB sub-platform support by default
2015-09-08 Brendan Le Follmraa.c: usb MRAA_UNKNOWN_PLATFORM is not considered...
2015-09-08 Brendan Le Follmraa.c: Fix current_plat being invalid but not NULL
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
next