contrib/mraa.git
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
2014-11-24 Brendan Le... cmake: fix indentation
2014-11-24 Brendan Le... package.json.cmake: remove repository tag causing issue...
2014-11-24 Brendan Le... npm: add node-gyp build support
2014-11-24 Brendan Le... javascript: add a generated package.json with versioning
2014-11-24 Brendan Le... docs: update product names & brand names
2014-11-24 Brendan Le... docs: add minnowboard max to doxygen index page
2014-11-24 Brendan Le... i2c.h: fix typo in doxygen comment
2014-11-21 Henry Brucegpio.c: Added gpio list/set/get utility
2014-11-21 Henry Brucedocs: Added first cut at minnow-max documentation
2014-11-21 Henry Bruceintel_minnow_max.c: fixed pin capability errors
2014-11-21 Brendan Le... docs: explain aio numbering scheme
2014-11-21 Thomas Inglebyspi: fix mistake from mem branch where spi will fail.
2014-11-20 Brendan Le... mraa.c: fix char count in board_name
2014-11-20 Henry Bruceoe-sdk_cross.cmake: 'make install' now targets oe sysroot
2014-11-20 Henry Brucepwm.c: Must write period before duty_cycle to avoid...
2014-11-20 Henry Bruceblink_onboard.c: Added Minnow Max support
2014-11-20 Henry Brucehellomraa.c: Extended sample to display detected platform.
2014-11-20 Henry Brucegpio.c: check that real gpio did initialise correctly
2014-11-20 Henry Bruceintel_minnow_max: Added platform definition
2014-11-20 Thomas Inglebygalileo gen2: add missing mux information for UART...
2014-11-20 Brendan Le... intel_edison_fab_c.c: remove uart_init_post hook for...
2014-11-20 Brendan Le... i2c: fix I2c::read() call
2014-11-20 Brendan Le... i2c: remove smbus helper library & clean up command...
2014-11-20 Brendan Le... spi.hpp: remove transfer command from SWIG APIs
2014-11-20 Brendan Le... common.hpp: add missing docstring param for setLogLevel
2014-11-20 Brendan Le... i2c: add clean {write, read}data functions
2014-11-20 Brendan Le... i2c.hpp: reorder & style header
2014-11-19 Brendan Le... edison.md: add 1.8V IO warning
2014-11-19 Brendan Le... spi.c: fix identation
2014-11-19 Brendan Le... spi.c: check memory allocation for context was succesful
2014-11-19 Brendan Le... gpio.c: free context if we fail to write to export
2014-11-17 Thomas Inglebygalileo gen 2: port mmap to new structure
2014-11-17 Thomas Inglebygalileo gen 1: port mmap to new structure
2014-11-17 Thomas Inglebyedison: add mmap support. read & write
2014-11-17 Thomas Inglebymmap: remove implementation of mmap gpio
next