summaryrefslogtreecommitdiff
path: root/chip/g/i2cm.c
Commit message (Expand)AuthorAgeFilesLines
* coil: rename i2cm.c to i2cc.cMary Ruthven2021-01-081-471/+0
* coil: i2cm->i2ccMary Ruthven2021-01-071-34/+34
* coil: i2c slave_addr -> periph_addrMary Ruthven2021-01-071-7/+7
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-241-0/+9
* g: fix typoMarius Schilder2019-09-181-1/+1
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-7/+7
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-13/+10
* g: allow i2cm transactions of arbitrary lengthVadim Bendebury2018-10-161-131/+99
* g: fix i2cm NACK processingVadim Bendebury2018-09-201-2/+14
* chip/g to chip/lm4: fix more misspellings in commentsMartin Roth2016-11-151-3/+3
* g: i2cm: Changed the slave address assumption to 8 bitsScott2016-11-021-2/+5
* g: Added I2CM driver to support chip_i2c_xfer()Scott2016-10-111-0/+482