galileo gen 2: port mmap to new structure
[contrib/mraa.git] / src / i2c /
2014-11-17 Thomas Inglebyi2c: move i2c setup from core into module
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-23 Brendan Le Folli2c: use default i2c bus in board config if invalid
2014-10-22 Brendan Le Follsyslog: unify error msg style
2014-10-20 Brendan Le Folli2c: mraa_i2c_frequency now returns correct returns
2014-10-03 Brendan Le Follcoverity: Fix issues found by coverity scan
2014-09-25 Brendan Le Follsyslog: remove all fprintf calls and use syslog instead
2014-07-14 Thomas Inglebyi2c: add init(pre-post) hooks
2014-07-14 Thomas Inglebyi2c: internal structure to mraa_internal_types
2014-07-14 Thomas Inglebyi2c: add Brendan's email to header
2014-07-11 Brendan Le Folli2c.c: add newlines at the end of all error msgs
2014-06-24 Thomas Inglebymraa: rename from maa to mraa
2014-06-11 Brendan Le Folli2c: make maa_i2c_read always return the length of...
2014-05-23 Brendan Le Folli2c: use uint8_t throughout to make code clearer
2014-05-21 Thomas Inglebymaa: hide and rename internal maa functions
2014-05-19 Brendan Le Folli2c: fix write API to use const char*
2014-05-16 Brendan Le Folli2c.hpp: Add C++ wrapper around I2c
2014-05-13 Brendan Le Folli2c: fixed impossible unsigned comparisons
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 Thomas InglebyMerge branch 'pinmap-i2cspi'
2014-05-02 Thomas Inglebyi2c: Work started on using pinmap with i2c
2014-05-01 Thomas InglebyMerge branch 'pinmap'
2014-04-30 Brendan Le FollMerge branch 'spi-new' of github.com:tingleby/maa into...
2014-04-30 Brendan Le Follapi: Change api licensing as it now has nothing to...
2014-04-30 Brendan Le Folli2c: add doxygen documentation and make return types...
2014-04-29 Brendan Le Folli2c.c: fix return type in _init function
2014-04-28 Brendan Le FollMerge pull request #4 from emea-ssg-drd/dumpc++
2014-04-28 Brendan Le Follmaa: change struct names to be more unique and fix...
2014-04-27 Brendan Le Folli2c: clarify our usage of the result of the assignment v0.2.0
2014-04-27 Brendan Le Follmaa: change the linking of maa and make gpio functions...
2014-04-27 Brendan Le FollMAA version 0.2.0 moves to a standard C API
2014-04-22 Brendan Le Follmaa: general licensing + styling cleanup
2014-04-22 Brendan Le Folli2cslave: basic working implimentation
2014-04-22 Brendan Le Folli2c: fix license header
2014-04-14 Thomas InglebyMerge branch 'pwm' into for-pull
2014-04-14 Thomas InglebyMerge branch 'gpio' into for-pull
2014-04-11 Brendan Le Folli2cslave.cxx: add undefined method stub that stopped...
2014-04-11 Brendan Le FollMerge branch 'gpio' of github.com:tingleby/maa into...
2014-04-11 Brendan Le Folli2cslave: first possibly working implementation of...
2014-04-11 Brendan Le Folli2cslave: add i2cslave api and basic non functional...
2014-04-11 Brendan Le Folli2c.cxx: remove unecessary include
2014-04-11 Brendan Le Folli2c.cxx: add functionality to write to i2c
2014-04-10 Brendan Le FollMerge branch 'gpio' of github.com:tingleby/maa into...
2014-04-10 Brendan Le Follmaa: Refactor maa build system and partly implement i2c
2014-04-08 Brendan Le Follmaa: Initial commit of maa, a python and nodejs I2C...