contrib/mraa.git
2015-10-01 Mircea Bardacdocs: Enabled samples in the Java documentation
2015-10-01 Mircea BardacDoxyfile.java.in: Fix lookup of SWIG generated Java...
2015-10-01 Petre EftimeIsr.java: Fix ISR example to use pin 6 and sleep properly
2015-10-01 Petre Eftimesamples.mapping.txt: Add samples mapping for java samples
2015-10-01 Petre Eftimeexamples/java: Port examples containing [Interesting...
2015-10-01 Petre Eftimeexamples/java: Update, indent and add [Interesting...
2015-10-01 Petre Eftimemraajava.i: Ignore read/write functions (in UART)
2015-09-29 Brendan Le... Doxyfile.java.in: dos2unix
2015-09-29 Mircea BardacDoxyfile.java.in: Fixed documentation generation for...
2015-09-29 Brendan Le... Isr-pin6.cpp: Add example for c++ isr
2015-09-22 Brendan Le... mraa: update to version 0.8.0 v0.8.0
2015-09-22 Brendan Le... java: Add java doxygen files
2015-09-22 Mircea Bardacdocs: Added index for Java documentation
2015-09-18 Brendan Le... mraa.c: fix possible overrun in strncpy
2015-09-18 Brendan Le... mraa.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... Revert "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-14 Alex Tereschenkouart.hpp: Added missing include for types.hpp
2015-09-12 Mihai Tudor... common.hpp: inlined getSubPlatformIndex to avoid multip...
2015-09-08 Brendan Le... mraa-i2c.c: remove unused arguments to printf statements
2015-09-08 Brendan Le... aio.c: missing free for aio contexts in error cases...
2015-09-08 Brendan Le... intel_galileo_rev_d.c: Fixed missing goto leaving board...
2015-09-08 Brendan Le... aio.c: missing return for internal init
2015-09-08 Petre Eftimegpio.hpp: remove unused args parameter from Java isr...
2015-09-08 Petre Eftimemraa: Add types.hpp; Use types.hpp for C++ and SWIG
2015-09-08 Brendan Le... ft4222: Add documentation for usb platform
2015-09-08 Brendan Le... hellomraa.c: Remove i2c calls
2015-09-08 Brendan Le... mraa: Remove global advance_func struct and place it...
2015-09-08 Brendan Le... ftdi_ft4222.c: clean up, styling fix
2015-09-08 Brendan Le... cmake: remove FTDI D2xx flag
2015-09-08 Henry Brucemraa-i2c: Updated to use new sub-platform API.
2015-09-08 Henry Brucemraa-gpio: Support new sub-platform calls.
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 Brucecommon.hpp: Removed platform selection methods.
2015-09-08 Henry Brucetypes.h: Added NULL platform
2015-09-08 Henry Brucecmake: Disable USB sub-platform support by default
2015-09-08 Brendan Le... mraa.c: usb MRAA_UNKNOWN_PLATFORM is not considered...
2015-09-08 Brendan Le... mraa.c: Fix current_plat being invalid but not NULL
2015-09-08 Brendan Le... cmake: add ${mraa_LIBS} to linker for swig libraries
2015-09-08 Henry Brucecommon.hpp: Added sub platform API calls.
2015-09-08 Henry Bruceapi: Renamed some sub-platform API calls.
2015-09-08 Henry Brucemraa-i2c: Added interactive mode.
2015-09-08 Brendan Le... tests: make tests work on python3
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... usb.c: move usb platform not found msg to debug
2015-09-08 Brendan Le... mraa.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 Brucemraa-gpio: Added sub-platform support.
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 Brucecmake: Set install prefix to /usr for RPM packaging
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... cmake: add -DFTDID2xx and use FindFtd2xx.cmake
2015-09-08 Brendan Le... mraa.c: subplatforms need to be defined after platforms
2015-09-08 Henry Bruceexamples: Created mraa-i2c tool for i2c layer testing.
2015-09-08 Henry Bruceusb: Skeleton platform code for FTDI FT4222 USB to...
2015-09-07 Brendan Le... mraa: update to version 0.7.5 v0.7.5
2015-09-07 Brendan Le... binding.gyp.cmake: Fix npm builds for ia32 node.js...
2015-09-03 Brendan Le... nuc5: Add i2c support for intel 5th generation NUC
2015-09-02 Brendan Le... mraa: update to version 0.7.4 v0.7.4
2015-09-02 Brendan Le... uart.c: Fix return value check for tcflush()
2015-09-01 Brendan Le... gpio.c: fix segfault on isrExit in python because of...
2015-09-01 Brendan Le... intel_minnow_max.c: add support for uart
2015-08-27 Brendan Le... internals.md: Add doc to explain pwm internally is...
2015-08-26 Brendan Le... intel_de3815.c: Use MRAA_INTEL_DE3815_PINCOUNT macro...
2015-08-25 Brendan Le... edison.md: Add warning for gpio 4 on miniboard
2015-08-25 Brendan Le... common.hpp: add C++ bindings for i2c bus number functions
2015-08-25 Brendan Le... intel_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 Brendan Le... cmake: mraa cpack package name does not need major...
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-24 Brendan Le... cmake: mraa cpack package does not have debian naming...
2015-08-21 Andrei Vasiliumraa-gpio.c: Solved issue with getchar() call on Galileo
2015-08-20 Brendan Le... intel_minnow_max.c: Fix default i2c bus mechanism
2015-08-20 Brendan Le... mraa.c: Fix close/free fail introduced earlier
2015-08-14 Brendan Le... mraa.c: Fix error handing resource leaks in mraa_file_c...
2015-08-14 Brendan Le... cmake: add option to disable example building
2015-08-14 Brendan Le... i2c.c: add debug syslog message for i2c bus path
next