summaryrefslogtreecommitdiff
path: root/src/driver/soft_i2c.cc
AgeCommit message (Expand)AuthorLines
2020-09-07external pull-ups are only implemented on MSP430FR at the momentDaniel Friesel-1/+1
2020-08-28Expose configuration via KconfigDaniel Friesel-3/+0
2019-10-18softi2c: handle SCL BUSY timeoutsDaniel Friesel-2/+18
2019-09-25softi2c: Add MSP430FR5994 supportDaniel Friesel-0/+7
2018-11-12watDaniel Friesel-4/+4
2018-10-26Merge SoftI2C timer={0,1} code paths, adjust timing according to I2C specDaniel Friesel-159/+25
2018-10-25softi2c: Also support pullup with timer=1Daniel Friesel-0/+12
2018-10-25softi2c: Work around MSP430 timing issues with softi2c_timer=1Daniel Friesel-0/+10
2018-10-25.Daniel Friesel-4/+2
2018-10-24I2C: Add support for manual / always-on gpio pullupsDaniel Friesel-5/+34
2018-10-15Enable busy waiting in I2C driver to reach selected I2C clockDaniel Friesel-12/+18
2018-10-15adjust soft_i2c to recent infrastructure changesDaniel Friesel-9/+8
2018-08-17add timer-supported software i2c + arduino-nano timerDaniel Friesel-0/+162
2018-08-08Add 24LC64 EEPROM driverDaniel Friesel-0/+2
2018-08-07SoftI2C: Support Clock StretchingDaniel Friesel-1/+3
2018-08-07Support optional SoftI2C pullups on MSP430Daniel Friesel-19/+32
2018-07-12Add I2C Detect appDaniel Friesel-2/+11
2018-01-15Add Software I2C implementationDaniel Friesel-0/+121