contrib/mraa.git
2015-01-14 Brendan Le... building.md: add more building information
2015-01-14 Brendan Le... spi: add mraa_spi_init_raw
2015-01-14 Brendan Le... spi.hpp: styling/identation fix
2015-01-14 Brendan Le... i2c.hpp: fix doxygen comment for return of read()
2015-01-14 Brendan Le... pwm.hpp: Pwm constructor optional arg order change
2015-01-14 Brendan Le... spi: Make Spi write() work from SWIG with typemaps
2015-01-12 Philippe Covalmraa.c: fix FTBFS on printf by adding format
2001-01-01 Brendan Le... x86.c: remove duplicate case statement
2001-01-01 Brendan Le... x86/intel_minnow_max.c: remove definitions duplication
2001-01-01 Brendan Le... x86/intel_minnow_max.c: add board gpio count
2001-01-01 John 'Warthog9... x86/intel_minnow_max.c: Adjust gpio pins based on kerne...
2015-01-09 Thomas Inglebyapi/spi: Add Spi_Modes to CPP headers.
2015-01-09 Thomas Inglebyx86/galileo_gen2: correct mistake on IO11 for SPI
2015-01-06 Kurt Eckhardtintel_edison_fab_c.c: move gpio_close_pre to miniboard
2015-01-06 Brendan Le... I2c-compass.cpp: fix incorrect usage of write/writeByte
2015-01-06 Brendan Le... bmp85.js: add i2c read/write example
2015-01-06 Brendan Le... mraajs.i: add i2c read/write function typemaps
2015-01-06 Brendan Le... bmp85.py: add simple example of new i2c read func
2015-01-06 Brendan Le... python-mraa.i: Add typemaps to make I2c::{read,write...
2015-01-06 Brendan Le... mraa.i: remove std::string conversion
2015-01-06 Brendan Le... i2c.hpp: Change I2c class API to ressemble C API
2015-01-05 Brendan Le... mraa.c: fix missing break statement in case switch
2015-01-05 Kurt Eckhardtpwm.c: cache period
2015-01-05 Brendan Le... i2c: use I2C_FUNCS to store funcs map
2015-01-05 Brendan Le... i2c: fix brackets around if statement
2015-01-05 Brendan Le... edison: add mraa_i2c_frequency replace hook for i2c-6
2015-01-05 Brendan Le... i2c: add busnum to context
2015-01-05 Brendan Le... i2c: remove hz from context
2015-01-05 Brendan Le... i2c: set_frequency now takes a mraa_i2c_mode_t
2015-01-05 Brendan Le... helloedison.c: add edison type example
2015-01-05 Brendan Le... types.h: add edison numbering enums
2014-12-21 yonekengpio: Add a function to get a pin number from mraa_gpio...
2014-12-19 Kurt Eckhardtx86/galileo-gen2: Speed up mraa_gpio_dir
2014-12-19 Kurt Eckhardtx86/edison: Speed up mraa_gpio_dir
2014-12-19 Kurt Eckhardtgpio.c: add advance_func->gpio_close_pre
2014-12-18 Brendan Le... contributing.md: fix styling issues
2014-12-18 Brendan Le... mraa.c: mraa_pin_mode_test should check against b-...
2014-12-18 Brendan Le... mraa.c: add syslog msg in case we get an unknown pinmode
2014-12-18 Brendan Le... mraa.c: fix uart mraa_pin_mode_test
2014-12-18 Brendan Le... mraa.c: fix aio mraa_pin_mode_test
2014-12-16 Alex Tereschenkomraa.c: Fixed potential segfault on free()-ing NULL...
2014-12-16 Brendan Le... mraa.c: remove DEBUG define
2014-12-16 Alex Tereschenkomraa.c: added user check into mraa_init() & increase...
2014-12-15 Brendan Le... gpio.c: styling, avoid bracketless if statements
2014-12-15 Brendan Le... contributing.md: Add developer certificate of origin...
2014-12-15 Brendan Le... mraa.c: do not check return value of mraa_gpio_dir...
2014-12-12 Thomas Inglebyx86/galileo-gen2: correct SPI MOSI mux info
2014-12-12 Thomas Inglebyx86/edison: only toggle tristate on physical pins
2014-12-11 Thomas Inglebydoc/spi: correct description of SPI
2014-12-11 Brendan Le... intel_edison_fab_c.c: ignore failed tristate writes...
2014-12-10 Brendan Le... mraa.c: fix error handling & leak in mraa_setup_mux_mapped
2014-12-10 Brendan Le... binding.gyp.cmake: fix architecture name for 32bit x86
2014-12-10 Brendan Le... mraa.i: remove comments breaking builds with SWIG 3.0.3
2014-12-09 Brendan Le... binding.gyp.cmake: define *PLAT based on target_platform
2014-12-09 Brendan Le... mraa.c: check already initialised before anything else...
2014-12-09 Thomas Inglebyraspberry pi: correct bus definitions
2014-12-08 Thomas Inglebydocs: add Raspberry Pi ref to docs/index.md
2014-12-08 Thomas Inglebyraspberry pi: add doc for model b
2014-12-08 Thomas Inglebyarm: use raspberry pi platform
2014-12-08 Thomas Inglebyraspberry pi: add model b definition
2014-12-08 Thomas Inglebyarm: add initial skeleton for arm platform support
2014-12-08 Thomas Inglebyx86: move x86 platform include files into own directory
2014-12-08 Thomas Inglebyarch: initial framework for supporting other architectu...
2014-12-08 Brendan Le... intel_edison_fab_c.c: fix typo in function name
2014-12-08 Brendan Le... intel_minnow_max.c: fix unsafe strncpy not NULL terminating
2014-12-08 Brendan Le... intel_galileo_rev_g.c: add more robust error handling
2014-12-08 Brendan Le... intel_galileo_rev_d.c: check malloc return values
2014-12-08 Brendan Le... intel_galileo_rev_d.c: prefix syslog calls
2014-12-08 Brendan Le... intel_minnow_max.c: check malloc return values
2014-12-08 Brendan Le... intel_de3815.c: check malloc return values
2014-12-08 Brendan Le... intel_edison_fab_c.c: add more robust error handling
2014-12-07 Kurt Eckhardtaio.c: properly cleanup after mraa_aio_close
2014-12-02 Brendan Le... mraa.i: add enum item rename rule
2014-12-02 Brendan Le... common.h: move functions from types.h
2014-12-02 Brendan Le... types.h: Move mraa_pinmodes_t to types.h
2014-12-02 Brendan Le... CMakeLists.txt: use relative paths for install
2014-12-02 Helio Chissini... cmake: Define library suffix in case of 64 bits multili...
2014-12-02 Brendan Le... mraa: update to version 0.5.4 v0.5.4
2014-12-02 Brendan Le... pwm.c: Fix error in mraa_pwm_read_duty
2014-12-02 Brendan Le... pwm.c: Fix error in mraa_pwm_read_period
2014-12-01 Helio Chissini... package.json.cmake: Proper version requires for nodejs
2014-12-01 Brendan Le... package.json.cmake: fix broken main property
2014-12-01 Brendan Le... npmpkg: Fix package.json having invalid main property
2014-11-27 Mihai Tudor... doxy2swig: quick fix on missing unicode encode
2014-11-27 Brendan Le... examples: use mraa_get_platform_name API in examples
2014-11-26 Thomas Inglebymraa: update to version 0.5.3 v0.5.3
2014-11-26 Thomas Inglebymraa: add mraa_get_platform_name
2014-11-26 Brendan Le... pwm.c: remove possibility of division by 0
2014-11-26 Brendan Le... pwm.c: check error condition when doing read operations
2014-11-26 Brendan Le... intel_de3815.c: make sure strncpy() doesn't go over...
2014-11-26 Brendan Le... gpio.c: cast return value explicitly
2014-11-26 Brendan Le... gpio.c: fail early in case of error when reading file
2014-11-26 Brendan Le... gpio.c: check return status of open call
2014-11-26 Brendan Le... aio.c: check aio_get_valid_fp return value
2014-11-26 Brendan Le... aio.c: remove less-than-zero comparison of an unsigned var
2014-11-26 Brendan Le... gpio.c: fix incorrect debug message due to merge
2014-11-26 Brendan Le... mraa_board_t: fix operator in *_mmap_unsetup
2014-11-26 Brendan Le... docs: update documentation mistakes
2014-11-26 Brendan Le... i2c.c: fix typo in mraa_i2c_read_word_data
2014-11-25 Brendan Le... hello_isr.py: add counter to example
next