contrib/mraa.git
2014-11-06 Brendan Le... mraa: update to version 0.5.2 v0.5.2
2014-11-06 Matthias Hahnpwm: syslog message typo correction
2014-11-05 Brendan Le... rgblcd.py: update example to use only writeReg()
2014-11-05 Brendan Le... rgblcd.js: add i2c example similar to python
2014-11-05 Brendan Le... i2c_HMC5883L.c: fix type in i2c buffer
2014-11-05 Brendan Le... i2c: use uint8_t when appropriate and remove char
2014-11-04 Bernd Barsuhngpio: fix identation
2014-11-04 Bernd Barsuhngpio: make mraa_gpio_isr_exit block until the interrupt...
2014-11-03 Brendan Le... Pwm3-cycle.cpp: add pwm::enable() call to example
2014-10-31 Anton Krasovskyi2c: add api call to read byte from a specified register
2014-10-30 Thomas Inglebyspi: expose defined CS
2014-10-30 Thomas Inglebypwm: add period limits, warn over syslog
2014-10-29 Brendan Le... contributing.md: add a few contribution rules matching UPM
2014-10-29 Maximilian... pwm: fixed wrong line ending being checked by strtol
2014-10-24 Thomas InglebyREADME: add Intel DE3815 to supported systems.
2014-10-24 Thomas Inglebyde3815: add initial doc
2014-10-24 Thomas Inglebyde3815: added PWM support
2014-10-24 Thomas Inglebyintel_de3815: initial support for Baytrail NUC
2014-10-23 Brendan Le... spi: attempt to fix spi lsb mode
2014-10-23 Brendan Le... i2c: use default i2c bus in board config if invalid
2014-10-22 Brendan Le... syslog: unify error msg style
2014-10-22 Brendan Le... spi: fix mraa_spi_bit_per_word call to use correct...
2014-10-22 Brendan Le... intel_edison_fab_c.c: If i2c bus number is invalid...
2014-10-20 Thomas Inglebyedison: fix uart missing information
2014-10-20 Thomas Inglebyuart: add pre uart hook
2014-10-20 Brendan Le... i2c: mraa_i2c_frequency now returns correct returns
2014-10-19 Thomas Inglebyedison: add uart definitions
2014-10-19 Thomas Inglebyuart: add init post hook
2014-10-19 Kurt Eckhardtcommon: c++ link error if multiple files include header
2014-10-19 Brendan Le... spi: make mraa_spi_write_buf call mraa_transfer_buf
2014-10-19 Kurt Eckhardtspi: Add SPI transfer function that pass in RX/TX
2014-10-16 Brendan Le... exception: Add exceptions when context creation fails
2014-10-15 Thomas Inglebyapi: correct mistake in gpio.hpp v0.5.1
2014-10-15 Thomas Inglebymraa: update to version 0.5.1
2014-10-08 Thomas Inglebydoc: add Edison miniboard doc
2014-10-08 Thomas Inglebyedison: miniboard GPIO mode hook added
2014-10-08 Thomas Inglebyedison: miniboard SPI bus support added
2014-10-08 Thomas Inglebyedison: miniboard i2c support added for bus 1 & 6
2014-10-08 Thomas Inglebyedison: add missing PWM hook for miniboard
2014-10-08 Thomas Inglebypwm: fix incorrect hook check
2014-10-07 Brendan Le... Revert "CMakeLists.txt: add DEBUG define when doing...
2014-10-07 Thomas Inglebyedison: add inital miniboard support
2014-10-03 Brendan Le... coverity: Fix issues found by coverity scan
2014-10-03 Brendan Le... index.md: add edison link
2014-10-03 Brendan Le... docs: add edison to doxygen doc and coverity instructions
2014-10-03 Brendan Le... gpio: add more error checking for mraa_gpio_context
2014-10-03 Brendan Le... doc: cleanup internal documentation and naming
2014-09-25 Brendan Le... index.md: add ADC change for 0.5.0
2014-09-25 Brendan Le... syslog: remove all fprintf calls and use syslog instead
2014-09-25 Brendan Le... mraa_internal.h: fix styling issues
2014-09-25 Brendan Le... CMakeLists.txt: add DEBUG define when doing a debug...
2014-09-24 Brendan Le... aio.c: cosmetic fix on file
2014-09-22 Brendan Le... edison.md: add details on i2c bus number
2014-09-22 Thomas Inglebyaio: change c++ calls to camelCase
2014-09-22 Thomas Inglebyaio: change return from uint16 to unsigned int
2014-09-22 Thomas Inglebydoc: add ADC information for each platform
2014-09-22 Thomas Inglebyaio: add calls for changing bit value of the read
2014-09-19 Brendan Le... hello_isr.py: add sleep to the example to reduce confusion
2014-09-10 Thomas Inglebyedison: add supported adc bit information
2014-09-10 Thomas Inglebymraa: update to version 0.5.0 v0.5.0
2014-09-09 Thomas Inglebyhook: add spi init hooks
2014-09-09 Thomas Inglebyhook: add pwm hook around init
2014-09-09 Thomas Inglebyaio: internal aio context to mraa_internal_types
2014-09-09 Thomas Inglebyaio: add init hooks, and fp hook
2014-09-09 Thomas Inglebydocs: add edison to supported platforms.
2014-09-09 Thomas Inglebyedison: add hook for handling modes for gpio
2014-09-09 Thomas Inglebypython: dont set c_flags globally
2014-09-09 Thomas Inglebyjavascript: dont't wipe other cxx flags
2014-09-09 Thomas Inglebyedison: spi addition completed
2014-09-09 Thomas Inglebyedison: add spi mux definitions
2014-09-09 Thomas Inglebyedison: add gpio support on A0-A5
2014-09-09 Thomas Inglebyedison: add pwm support on 3,5,6,9 - default state
2014-09-09 Thomas Inglebyedison: add analog input support
2014-09-09 Brendan Le... aio.c: fix ordering of comparison operator
2014-09-09 Brendan Le... intel_edison_fab_c.c: simplify invalid return in mraa_i...
2014-09-09 Thomas Inglebyedison: added i2c support on bus 6
2014-09-09 Thomas Inglebyedison: add i2c bus definitions
2014-09-09 Thomas Inglebyi2c: disallow non allowed i2c buses
2014-09-09 Thomas Inglebyi2c: boost max defined buses to 12.
2014-09-09 Thomas Inglebyedison: add gpio definitions.
2014-09-09 Thomas Inglebyedsion: add logic to handle tristate around directions
2014-09-09 Thomas Inglebyedison: add edison specific logic
2014-09-09 Thomas Inglebyhook: move gpio init post hook
2014-09-09 Thomas Inglebyintel_edision_fab_c: renamed from fab_b
2014-09-09 Brendan Le... gpio.c: styling - remove tabs
2014-09-09 Thomas Inglebyedison: add edison detection
2014-09-09 Thomas Inglebyintel_edison_fab_b: initial board definition
2014-09-07 Brendan Le... DoxygenLayout.xml: move akward dep graph to the bottom
2014-09-07 Brendan Le... docs: add common i2c doc page i2c.txt
2014-09-05 Thomas Inglebycpack: add tgz generator
2014-09-03 Brendan Le... mraa: update to version 0.4.5 v0.4.5
2014-09-03 Brendan Le... docs: remove references to C++ as docstrings used by...
2014-09-03 Brendan Le... uart: add C++ Uart module and links to swig
2014-09-02 Thomas Inglebygen 2: add hook for handling modes for gpio
2014-09-01 Brendan Le... docs: add references to galileo generation
2014-09-01 Brendan Le... common.hpp: fix documentation of functions
2014-09-01 Mark Ceiselpwm: add config_ms and config_percent.
2014-09-01 Thomas Inglebypwm: rename internal functions from get to read
2014-08-26 Thomas Inglebyspi: if platform has one spidev, defaults to it.
2014-08-15 Brendan Le... mraa: update to version 0.4.4 v0.4.4
next