summaryrefslogtreecommitdiff
path: root/chip/nrf51/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-7/+7
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-9/+13
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* nrf51: update I2C to use PPI code.Myles Watson2016-07-201-11/+21
* I2C: Remove unused arbitration supportAnton Staaf2015-09-081-1/+0
* i2c: Make i2c_xfer a wrapper function to chip_i2c_xferShawn Nematbakhsh2015-05-271-2/+2
* I2C: Increase priority of i2c_initAlexandru M Stan2015-01-161-1/+1
* nrf51: Add support for i2c.Myles Watson2014-12-311-0/+292