aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/i2c.c
Commit message (Collapse)AuthorAgeFilesLines
* stm32: Add support for additional i2c busRussell Cloran2025-04-021-0/+3
| | | | Signed-off-by: Russell Cloran <rcloran@gmail.com>
* i2c: handle errors at i2ccmdsTimofey Titovets2024-10-261-2/+7
| | | | Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
* STM32: Check for NACK (#6687)Timofey Titovets2024-09-221-0/+2
| | | Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
* stm32: Fix typo in i2c.cKevin O'Connor2022-05-071-2/+2
| | | | | | Reported by @kaidegit. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32: Add support for additional i2c busesKevin O'Connor2022-04-111-0/+17
| | | | | | Reported by @StoneColdCrazy. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32: Add support for STM32F1 I2C1 alternate pin mapping (#4012)Michael Kurz2021-03-021-1/+5
| | | | | | This adds support for the alternate pin mapping of I2C1 on PB8/9 in STM32F1 devices Signed-off-by: Michael Kurz <michi.kurz@gmail.com>
* stm32: add support for i2c readArksine2020-05-051-3/+39
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* stm32: Initial support for i2cKevin O'Connor2019-08-201-0/+126
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>