contrib/mraa.git
2015-07-08 Brendan Le... mraa: update to version 0.7.3 v0.7.3
2015-07-08 Brendan Le... intel_de3815: avoid double free in case of error
2015-07-08 Brendan Le... intel_de3815.c: Add error handling to seeks and avoid...
2015-07-08 Brendan Le... mraa-gpio.c: add %d to printf statement
2015-07-08 Brendan Le... intel_de3815.c: check i2c device fd
2015-07-08 Brendan Le... intel_de3815.c: go up to i2c-8 to find designware i2c...
2015-07-06 Brendan Le... minnow_max.md: Remove unsuported SPI comment
2015-07-06 Brendan Le... intel_minnow_max.c: Use MAX_LENGTH for strn commands
2015-07-06 Brendan Le... intel_minnow_max.c: Fix SPI CLK having uninitialised...
2015-07-02 Brendan Le... python/mraa.i: Fix memory leak on python Spi::write...
2015-07-02 Brendan Le... mraajs.i: Fix memory leak on javascript Spi::write
2015-07-01 Brendan Le... mraa.c: Fix readlink call not terminating its buffer
2015-07-01 Brendan Le... intel_edison_fab_c.c: check fstat return value
2015-07-01 Brendan Le... gpio: 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-23 Justin Browncmake: add path to help find nodejs
2015-06-22 Alex Tereschenkointel_edison_fab_c.c: added spi_lsbmode_replace to...
2015-06-20 Brendan Le... i2c.h: Fix docs that incorectly states -1 is failure
2015-06-18 Thomas Inglebycmake: if BUILDSWIG is OFF then disable SWIG items
2015-06-16 Brendan Le... cmake: fix version when git is pesent but no tree is...
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-11 Andrei Vasiliuoe-sdk_cross.cmake: Added support for OpenJDK Java...
2015-06-09 Brendan Le... i2c: fix return value doc for _read_bytes_data
2015-06-07 Alex Tereschenkoedison.md: corrected ADC resolution data
2015-06-03 Brendan Le... mraa: update to version 0.7.2 v0.7.2
2015-06-03 Brendan Le... binding.gyp.cmake: fix compilation when not setting...
2015-06-02 Brendan Le... mraa: update to version 0.7.1 v0.7.1
2015-06-02 Brendan Le... spi.hpp: fix wrong docstrings data -> txBuf
2015-06-02 Brendan Le... README.md: add links to javascript documentation
2015-06-02 Brendan Le... uart: Add c++ uart example
2015-06-02 Brendan Le... uart.c: Fix some wrong return checks
2015-06-01 Brendan Le... mraajs.i: Use 0x032870 as SWIG_V8_VERSION to distinguis...
2015-06-01 Brendan Le... .gitmodules: use public git url
2015-06-01 Brendan Le... cmake: add FindYuidoc.cmake module
2015-06-01 Brendan Le... doxygen2jsdoc: add custom typemap file
2015-06-01 Brendan Le... .gitignore: add .swo tmp files
2015-06-01 Brendan Le... contributing.md: add notes on cmakelist coding style
2015-06-01 Brendan Le... cmake: add yuidoc documentation generation
2015-06-01 Brendan Le... doxygen2jsdoc: add submodule
2015-06-01 Jon Trulsonuart: fix missing inversion that will clear all other...
2015-06-01 Brendan Le... uart: move string funcs to {read,write}Str
2015-06-01 Brendan Le... spi.hpp: mraa_spi_write_buf_word cannot be used from...
2015-06-01 Brendan Le... uart: make mraa_uart_get_dev_path return const char*
2015-06-01 Brendan Le... uart: Make C API use const where appropriate
2015-06-01 Brendan Le... uart.hpp: Use std::string constructor which lets use...
2015-06-01 Brendan Le... uart.hpp: trust c_str() instead of making copies
2015-05-29 Brendan Le... mraa: update to version 0.7.0 v0.7.0
2015-05-28 Thomas Inglebyuart: update C++ API
2015-05-28 Thomas Inglebyuart: update C API
2015-05-28 Brendan Le... uart: bunch of small changes to make C api work
2015-05-28 Brendan Le... uart.c: add missing return values
2015-05-28 Thomas Inglebyuart: change hpp, use new names of functions
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... uart: 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-26 Henry BruceCMakeLists.txt: Added RPM packaging support for cpack
2015-05-20 Brendan Le... mraajs.i: add buffer checks to python write() typemaps...
2015-05-06 Jakub Kramarzedison.md: minor fixes in Edison boards docs
2015-05-06 Jakub Kramarzraspberry_pi.md: fixed Raspberry Pi model 2 pin mapping...
2015-04-29 Jakub Kramarzjava: added example GpioRead6 based on gpio_read6.c
2015-04-29 Jakub Kramarzjava: added example BlinkOnboard based on blink_onboard.c
2015-04-29 Jakub Kramarzjava: added example CyclePwm3 based on cycle-pwm3.c
2015-04-29 Jakub Kramarzjava: capitalized file names of examples, required...
2015-04-27 Paul Barretteraspberry_pi.c: update platform check for the PI 2...
2015-04-24 Brendan Le... gpio.c: mraa_gpio_get_* now return -1 in error cases
2015-04-24 Brendan Le... mraa-gpio.c: fix unused printf argument
2015-04-24 Alexander Komarovjava: Added Java SWIG binding creation
2015-04-22 Brendan Le... edison.md: add comment on tristate behaviour on edison
2015-04-22 Ian JohnsonAdded table for RPi 2 and RPi B+. Also deleted whitespa...
2015-04-21 Brendan Le... edison.md: add wifi on pin7 warning
2015-04-14 Thomas Inglebymraa: update to version 0.6.2 v0.6.2
2015-04-09 Michael Ringbeaglebone.md: Added documentation for Beaglebone Black
2015-04-08 Brendan Le... docs: add bananapi links and BBB reference
2015-04-08 Michael Ringbanana_pi.md: Added documentation for BananaPi/Pro
2015-04-08 Michael Ringbanana.c: Fixed Pin assignment for Banana Pi and wrong...
2015-04-08 Michael Ringmraa.c: Remove mraa_init() from mraa_pin_mode_test
2015-04-08 Michael Ringbanana: Add bananapi support
2015-04-08 Michael Ringmraa.c: Add _contains helper functions
2015-04-08 Brendan Le... mraa_internal.h: clean header style
2015-04-08 Michael Ringmraa.c: change helper functions to use const char*
2015-04-07 Brendan Le... testing.md: add testing doc
2015-04-07 Brendan Le... tests: add cmake ctest infrastructure so `make test...
2015-04-07 Costin Constantintests: add python test cases suite
2015-04-04 Brendan Le... building.md: add python3 & buildarch info
2015-04-04 Michael Ringexamples/mraa-gpio.c: Fixed compiler warning due to...
2015-04-04 Michael Ringbeaglebone.h: added Beaglebone Black Platform
2015-04-04 Michael Ringmraa_adv_func.h: Added pwm initialization replace
2015-04-03 Brendan Le... gpio.hpp: fix typo in docstring for isr
2015-04-03 Brendan Le... docs: Improve python docs
next