Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i2c_software: Fix i2c_delay() | Kevin O'Connor | 2025-04-08 | 1 | -12/+9 |
| | | | | | | | The i2c_delay() function did not properly handle counter rollovers. It also performed an expensive run-time divide. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | i2c_software: forward errors to i2ccmd | Timofey Titovets | 2024-10-26 | 1 | -18/+39 |
| | | | | Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com> | ||||
* | i2c: handle errors at i2ccmds | Timofey Titovets | 2024-10-26 | 1 | -2/+6 |
| | | | | Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com> | ||||
* | i2c_software: Implementation of software i2c (#6141) | BIGTREETECH | 2023-06-07 | 1 | -0/+181 |
Signed-off-by: Alan.Ma from BigTreeTech <tech@biqu3d.com> |