aboutsummaryrefslogtreecommitdiffstats
path: root/src/rp2040/i2c.c
Commit message (Collapse)AuthorAgeFilesLines
* rp2040: Enabled hw pullups for the I2C pins (#5710)chestwood962022-08-191-2/+2
| | | Signed-off-by: Adrian Joachim <adi.joachim12@gmail.com>
* rp2040: implement I2CLasse Dalegaard2022-01-121-0/+215
This implements I2C for the rp2040 target. All output groupings of both I2C blocks are available for use. Signed-off-by: Lasse Dalegaard <dalegaard@gmail.com>