contributing.md: Add developer certificate of origin stuff
[contrib/mraa.git] / api / mraa /
2014-12-11 Thomas Inglebydoc/spi: correct description of SPI
2014-12-08 Thomas Inglebyraspberry pi: add model b definition
2014-12-02 Brendan Le Follcommon.h: move functions from types.h
2014-12-02 Brendan Le Folltypes.h: Move mraa_pinmodes_t to types.h
2014-11-26 Thomas Inglebymraa: add mraa_get_platform_name
2014-11-24 Brendan Le Folli2c.h: fix typo in doxygen comment
2014-11-20 Henry Bruceintel_minnow_max: Added platform definition
2014-11-20 Brendan Le Folli2c: fix I2c::read() call
2014-11-20 Brendan Le Folli2c: remove smbus helper library & clean up command...
2014-11-20 Brendan Le Follspi.hpp: remove transfer command from SWIG APIs
2014-11-20 Brendan Le Follcommon.hpp: add missing docstring param for setLogLevel
2014-11-20 Brendan Le Folli2c: add clean {write, read}data functions
2014-11-20 Brendan Le Folli2c.hpp: reorder & style header
2014-11-05 Brendan Le Folli2c: use uint8_t when appropriate and remove char
2014-10-31 Anton Krasovskyi2c: add api call to read byte from a specified register
2014-10-30 Thomas Inglebypwm: add period limits, warn over syslog
2014-10-24 Thomas Inglebyintel_de3815: initial support for Baytrail NUC
2014-10-20 Brendan Le Folli2c: mraa_i2c_frequency now returns correct returns
2014-10-19 Kurt Eckhardtcommon: c++ link error if multiple files include header
2014-10-19 Brendan Le Follspi: 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 Follexception: Add exceptions when context creation fails
2014-10-15 Thomas Inglebyapi: correct mistake in gpio.hpp v0.5.1
2014-10-03 Brendan Le Follgpio: add more error checking for mraa_gpio_context
2014-09-25 Brendan Le Follsyslog: remove all fprintf calls and use syslog instead
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 Inglebyaio: add calls for changing bit value of the read
2014-09-09 Thomas Inglebyi2c: boost max defined buses to 12.
2014-09-09 Thomas Inglebyintel_edision_fab_c: renamed from fab_b
2014-09-09 Thomas Inglebyedison: add edison detection
2014-09-07 Brendan Le Folldocs: add common i2c doc page i2c.txt
2014-09-03 Brendan Le Folldocs: remove references to C++ as docstrings used by...
2014-09-03 Brendan Le Folluart: add C++ Uart module and links to swig
2014-09-01 Brendan Le Follcommon.hpp: fix documentation of functions
2014-09-01 Mark Ceiselpwm: add config_ms and config_percent.
2014-08-14 Brendan Le Follcommon.hpp: add ADC bitness calls to C++ api
2014-08-08 Brendan Le Follspi: prefix SPI mode with MRAA_SPI_
2014-08-06 Kiveisha Yevgeniyspi: added spi mode to mraa
2014-08-05 Brendan Le Folli2c.hpp: new read() variant that returns terminated...
2014-07-31 Brendan Le Folli2c.hpp: add read(size_t length) function useful in...
2014-07-31 Brendan Le Folli2c.hpp: overload read() function, this renames readByte
2014-07-11 Thomas InglebyMerge branch 'hook'
2014-07-10 Thomas Inglebyuart_setup: add example on current uart use.
2014-07-10 Thomas Inglebyuart: barebones uart module added.
2014-07-04 Brendan Le Follcommon.hpp: use common.hpp instead of renaming C functi...
2014-07-02 Thomas Inglebytypes.h: add missing asterix from comment.
2014-07-02 Thomas Inglebymraa: add common hpp
2014-07-01 Brendan Le Follmraa.c: stop ctor running in scripting languages
2014-07-01 Brendan Le Follmraa: add deinit function for valgrind testing
2014-07-01 Brendan Le Follspi: update spi module to use char instead of unsigned...
2014-07-01 Brendan Le Folli2c: allow binary strings as parameters to write()...
2014-06-25 Thomas Inglebyaio: added configuration within platform data.
2014-06-25 Thomas Inglebygpio: add mmap enable function to cpp headers
2014-06-24 Thomas Inglebymraa: rename from maa to mraa