Age | Commit message (Expand) | Author | Lines |
2021-05-28 | softi2c driver: move to kconfig-first approach | Daniel Friesel | -1/+1 |
2021-04-10 | Allow software and hardware i2c to be used together (e.g. on different pins) | Daniel Friesel | -2/+3 |
2021-02-25 | move datalog functions from i2cdetect into separate app | Daniel Friesel | -203/+22 |
2021-02-24 | i2cdetect: ccs811: more concise output, use low-power measuring mode | Daniel Friesel | -5/+3 |
2021-02-14 | add initialization and readout to CCS811 driver | Daniel Friesel | -1/+17 |
2020-12-08 | add licensing information | Daniel Friesel | -0/+5 |
2020-09-04 | i2cdetect mpu9250: derp | Daniel Friesel | -4/+4 |
2020-03-11 | Add S5851A temperature sensor driver | Daniel Friesel | -0/+13 |
2020-03-02 | i2cdetect: fix mpu9250 usage | Daniel Friesel | -3/+3 |
2019-10-25 | BME280: Add DFA model | Daniel Friesel | -1/+1 |
2019-10-25 | BME280 driver: normalize API, add i2cdetect test | Daniel Friesel | -0/+28 |
2019-10-21 | Add basic MPU9250 driver | Daniel Friesel | -0/+20 |
2019-10-18 | Add preliminary version of HDC1080 driver (not working reliably yet) | Daniel Friesel | -0/+13 |
2019-09-24 | convert BME680 driver to C++ class | Daniel Friesel | -21/+18 |
2019-09-23 | Add Bosch SensorTec BME680 driver + utilities | Daniel Friesel | -0/+39 |
2018-10-15 | i2cdetect: Add initial CCS811 support | Daniel Friesel | -0/+10 |
2018-08-10 | Add i2cbench app | Daniel Friesel | -2/+0 |
2018-08-09 | i2cdetect: temporary disable i2c detection phase | Daniel Friesel | -0/+2 |
2018-08-08 | Add 24LC64 EEPROM driver | Daniel Friesel | -0/+13 |
2018-08-07 | Add AM2320 driver | Daniel Friesel | -0/+14 |
2018-08-07 | i2cdetect: Adjust behaviour to available drivers | Daniel Friesel | -2/+17 |
2018-07-17 | i2cdetect: Do not allocate i2c_status array on stack | Daniel Friesel | -1/+2 |
2018-07-12 | Add I2C Detect app | Daniel Friesel | -0/+59 |