Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ldc1612: shutdown on i2c errors | Timofey Titovets | 2024-10-26 | 1 | -1/+2 |
* | i2ccmds: abstract i2c dev from bus implementation | Timofey Titovets | 2024-10-26 | 1 | -2/+1 |
* | src: Current code produces warnings for possible value overflows. (#6665) | Bevan Weiss | 2024-08-14 | 1 | -1/+4 |
* | sensor_bulk: Change maximum data size from 52 to 51 bytes | Kevin O'Connor | 2024-06-10 | 1 | -2/+2 |
* | sensor_ldc1612: Halt homing if sensor reports a warning | Kevin O'Connor | 2024-05-21 | 1 | -2/+9 |
* | sensor_ldc1612: Create new check_home() helper function | Kevin O'Connor | 2024-05-21 | 1 | -15/+22 |
* | sensor_ldc1612: Add support for chips with INTB line routed to mcu | Kevin O'Connor | 2024-05-21 | 1 | -8/+38 |
* | sensor_ldc1612: Don't require DRDY bit to be set on data read | Kevin O'Connor | 2024-05-21 | 1 | -2/+2 |
* | sensor_ldc1612: Initial support for bulk reading ldc1612 sensor | Kevin O'Connor | 2024-04-09 | 1 | -0/+207 |