aboutsummaryrefslogtreecommitdiffstats
path: root/src/rp2040/i2c.c
Commit message (Collapse)AuthorAgeFilesLines
* rp2040: forward i2c errors to i2ccmdTimofey Titovets2024-10-261-18/+24
| | | | Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
* i2c: handle errors at i2ccmdsTimofey Titovets2024-10-261-2/+7
| | | | Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
* rp2040: Check for i2c NACK/Start NACK (#6692)Timofey Titovets2024-09-221-0/+22
| | | Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
* 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>