summaryrefslogtreecommitdiff
path: root/include/i2c.h
AgeCommit message (Expand)Author
2017-04-21Convert remaining code to using newly introduced integer sized typesKumar Gala
2017-04-20Introduce new sized integer typedefsKumar Gala
2017-02-11i2c: Adds a functions set that supports flexible addressing.Juan Manuel Cruz Alcaraz
2017-02-07i2c: Elaborate API return valuesMarcus Shawcroft
2017-02-07i2c: Name parameters consistently.Marcus Shawcroft
2017-02-07i2c: Remove unused definition.Marcus Shawcroft
2017-02-07i2c: Implement consistent i2c no msgs behaviourMarcus Shawcroft
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2016-12-04i2c: Add doxygen markup for internal only definitions.Marcus Shawcroft
2016-10-24drivers/i2c: Make references to driver_api constMarcus Shawcroft
2016-09-07i2c: Fix restart flag in burst readMaureen Helm
2016-07-29i2c: Remove suspend and resume hooks from i2c_driver_apiIván Briano
2016-06-22i2c: add device config helpersVlad Dogaru
2016-06-21doc: fix WARNING: Invalid definition" due to unamed structs/unionsInaky Perez-Gonzalez
2016-04-26i2c: change i2c_reg_update_byte parameter orderBogdan Davidoaia
2016-04-25i2c: fix i2c_reg_update_byteBogdan Davidoaia
2016-04-22i2c: add register access APIBogdan Davidoaia
2016-03-16drivers: Fix documentation from remaining APIsAndre Guedes
2016-03-16drivers: Replace DEV_OK by 0Andre Guedes
2016-02-18i2c: clarify API docDaniel Leung
2016-02-11doc: Edit the I2C driver APIsRodrigo Caballero
2016-02-10struct packingDan Kalowsky
2016-02-05i2c: Set I2C_MSG_STOP in i2c_write and i2c_readAndre Guedes
2016-02-05i2c: make i2c_transfer() really genericDaniel Leung
2016-02-05i2c: Remove all polling based functionsTomasz Bursztyka
2016-02-05doxygen: define groups for driversAnas Nashif
2016-02-05Change BSD-3 licenses to Apache 2Javier B Perez Hernandez
2016-02-05i2c: simplify API and driver_api with generic transfer functionDaniel Leung
2016-02-05i2c: add API for generic transferDaniel Leung
2016-02-05i2c: Add a callback to the generic APITomasz Bursztyka
2016-02-05i2c: doxygen fixes for public headerDan Kalowsky
2016-02-05i2c: add API to do polling transferDaniel Leung
2016-02-05i2c: Cleaning up public interfaceDan Kalowsky
2016-02-05i2c: change inline functions to static inlineDaniel Leung
2016-02-05doxygen: javadoc styleAnas Nashif
2016-02-05i2c: adding in public i2c headerDan Kalowsky