i2c.c: make use of no_bus_mux flag
[contrib/mraa.git] / src / i2c / i2c.c
2015-12-14 Srinivas Kandagatlai2c.c: make use of no_bus_mux flag
2015-12-01 Mihai Tudor Panui2c.c: Fix identation/style and simplify logic in mraa_...
2015-12-01 Mihai Tudor Panui2c.c: call correct adv func in mraa_i2c_read_byte
2015-10-26 Henry Brucei2c.c: Added missing adv_func support to some functions
2015-09-17 Henry Brucei2c.c: Added check for NULL i2c context
2015-09-08 Brendan Le Follmraa: Remove global advance_func struct and place it...
2015-09-08 Henry Bruceapi: Renamed some sub-platform API calls.
2015-09-08 Henry Brucei2c: mraa_i2c_init_raw fixed and sub-platform updates.
2015-09-08 Henry Brucei2c.c: Refactored init calls to use mraa_i2c_init_inter...
2015-09-08 Henry Bruceusb: Converted sub-platform bus/pin helper macros to...
2015-09-08 Henry Bruceusb: Skeleton platform code for FTDI FT4222 USB to...
2015-08-14 Brendan Le Folli2c.c: add debug syslog message for i2c bus path
2015-03-23 Brendan Le Follclang-format: run clang-format on C/C++ code
2015-03-13 Brendan Le Folli2c: flip the msg flags for mraa_i2c_read_bytes_data
2015-03-03 Gabriel Smithi2c: Add functions for bulk read from register
2015-01-20 Brendan Le Folli2c.c: Fix resource leak when I2C_FUNCS ioctl fails
2015-01-05 Brendan Le Folli2c: use I2C_FUNCS to store funcs map
2015-01-05 Brendan Le Folli2c: fix brackets around if statement
2015-01-05 Brendan Le Folledison: add mraa_i2c_frequency replace hook for i2c-6
2015-01-05 Brendan Le Folli2c: add busnum to context
2015-01-05 Brendan Le Folli2c: remove hz from context
2015-01-05 Brendan Le Folli2c: set_frequency now takes a mraa_i2c_mode_t
2014-11-26 Brendan Le Folli2c.c: fix typo in mraa_i2c_read_word_data
2014-11-20 Brendan Le Folli2c: remove smbus helper library & clean up command...
2014-11-20 Brendan Le Folli2c: add clean {write, read}data functions
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