README.md: updated package name in opkg command example
[contrib/mraa.git] / api /
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
2014-06-24 Brendan Le Follmaa: change complex C++ write calls to CamelCase for...
2014-06-24 Brendan Le Folli2c.hpp: add I2c::writeReg method
2014-06-20 Brendan Le Follmaa: add maa_get_platform_type function and move swig...
2014-06-20 Thomas InglebyMerge branch 'gen2'
2014-06-19 Kiveisha Yevgeniygpio: Added args param to maa_gpio_isr and added docume...
2014-06-17 Thomas Inglebymaa: add support for enabling pins and pulldowns
2014-06-16 Brendan Le Follgen2: add basic galileo gen2 detection
2014-06-13 Brendan Le Follspi.h: add doc to make sure people free the returned...
2014-06-11 Brendan Le Follmaa: make common.h header to replace maa.h header to...
2014-06-11 Brendan Le Folli2c: make maa_i2c_read always return the length of...
2014-06-10 Brendan Le Follmaa: add global maa.h and maa.hpp and stop using /usr...
2014-06-04 Brendan Le Follmaa: add maa_set_priority call
2014-05-30 Brendan Le Follapi: add proper doxygen comments to C++ headers and...
2014-05-29 Thomas InglebyMerge branch 'gpio-mem'
2014-05-29 Thomas Inglebymmap: added mmap io to gpio
2014-05-29 Brendan Le Folldocs: Add docs/ folder with in depth topics as well...
2014-05-28 Brendan Le Follc++: Use simple types instead of unistd types for swig...
2014-05-27 Brendan Le Follaio.hpp: read() uses basic type to make generation...
2014-05-23 Brendan Le Folli2c: use uint8_t throughout to make code clearer
2014-05-21 Thomas Inglebypwm: made export functions static
2014-05-21 Thomas Inglebygpio: made export functions static.
2014-05-21 Thomas Inglebymaa: hide and rename internal maa functions
2014-05-21 Thomas Inglebyspi: fix headers
2014-05-21 Thomas Inglebyspi: completed implementation.
2014-05-21 Thomas Inglebyspi: Use new feature of pinmap to get split info.
2014-05-21 Thomas Inglebyspi-pinmap: seperated bus from slave select.
2014-05-20 Thomas Inglebygpio: add ownership gaurd
2014-05-20 Thomas Inglebypwm: added existing exposition logic
2014-05-19 Brendan Le Folli2c: fix write API to use const char*
2014-05-19 Brendan Le FollC++: Change enum types to be shorter in C++
2014-05-16 Brendan Le Follspi.hpp: Add C++ wrapper around Spi
2014-05-16 Thomas Inglebyspi: changed write function prototype.
2014-05-16 Thomas Inglebyspi-pinmap: added spi checking functions.
2014-05-16 Brendan Le Follgpio.hpp: Add C++ wrapper around Gpio
2014-05-16 Brendan Le Follpwm.hpp: Add C++ wrapper around Pwm
2014-05-16 Brendan Le Folli2c.hpp: Add C++ wrapper around I2c
2014-05-16 Brendan Le Follmaa_init: fix constructor attribute in maa_init and...
2014-05-16 Brendan Le Follaio.hpp: Add C++ wrapper around Aio
2014-05-13 Brendan Le Follaio: remove _u16 suffix from call. Make return type...
2014-05-13 Brendan Le Follaio: use posix read/lseek API
2014-05-13 Brendan Le Follswig: fix usage of SWIGPYTHON for python specific code
2014-05-13 Brendan Le Follswig: Add support for isr/callbacks from python
2014-05-13 Brendan Le Follgpio: rework of gpio - using open() for value_fp
2014-05-07 Brendan Le FollMerge branch 'tingleby-pin'
2014-05-07 Thomas Inglebypinmap: function to test mode of a pin.
2014-05-07 Brendan Le FollMerge branch 'tingleby-master'
2014-05-07 Brendan Le FollMerge branch 'master' of github.com:tingleby/maa into...
2014-05-07 Brendan Le Follgpio: initial implementation of interupt handling on...
2014-05-06 Brendan Le Follaio: add c++ header guards
2014-05-06 Thomas Inglebymaa: add result print function.
2014-05-06 Thomas Inglebypwm: Use pinmap functions for setting up pwm.
2014-05-06 Brendan Le Follinit: allow init to be called multiple times
2014-05-06 Brendan Le FollMerge branch 'tingleby-master'
2014-05-06 Brendan Le FollMerge branch 'master' of github.com:tingleby/maa into...
2014-05-05 Thomas Inglebypinmap: new way of defining board io.
2014-05-04 Thomas InglebyMerge remote-tracking branch 'upstream/master'
2014-05-02 Brendan Le FollMerge branch 'tingleby-pinmap-i2cspi' v0.2.2
2014-05-02 Brendan Le FollMerge branch 'pinmap-i2cspi' of github.com:tingleby...
2014-05-02 Brendan Le Follswig: add unexport() calls to be used by destructors...
2014-05-02 Thomas InglebyMerge branch 'pinmap-i2cspi'
2014-05-02 Thomas Inglebyi2c: Work started on using pinmap with i2c
2014-05-02 Thomas Inglebypinmap: Added spi and i2c to board definition.
next