summaryrefslogtreecommitdiff
path: root/common/i2c_bitbang.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* common/i2c_bitbang.c: Format with clang-formatJack Rosenthal2022-06-281-12/+10
* main: Add board level Pre-task I2C peripheral initializationVijay Hiremath2021-10-051-0/+4
* i2c: Use bitbang mode for pre-task i2c transactionsJun Lin2021-10-051-0/+13
* i2c_bitbang: save stack space by removing printfTing Shen2021-02-051-10/+9
* COIL: Rename non-inclusive wordingDossym Nurmukhanov2021-01-111-16/+17
* i2c: add support for i2c bit-bangingTing Shen2019-12-161-0/+363