Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rp2040: forward i2c errors to i2ccmd | Timofey Titovets | 2024-10-26 | 1 | -18/+24 |
| | | | | Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com> | ||||
* | i2c: handle errors at i2ccmds | Timofey Titovets | 2024-10-26 | 1 | -2/+7 |
| | | | | Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com> | ||||
* | rp2040: Check for i2c NACK/Start NACK (#6692) | Timofey Titovets | 2024-09-22 | 1 | -0/+22 |
| | | | Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com> | ||||
* | rp2040: Enabled hw pullups for the I2C pins (#5710) | chestwood96 | 2022-08-19 | 1 | -2/+2 |
| | | | Signed-off-by: Adrian Joachim <adi.joachim12@gmail.com> | ||||
* | rp2040: implement I2C | Lasse Dalegaard | 2022-01-12 | 1 | -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> |