summaryrefslogtreecommitdiff
path: root/src/app/i2cdetect/main.cc
AgeCommit message (Expand)AuthorLines
2021-12-25i2cdetect: retry i2c setup if it failsDaniel Friesel-2/+2
2021-12-22i2cdetect: fix hardware i2c checkDaniel Friesel-1/+1
2021-12-20i2cdetect, dataloger: use config variable for i2c includeDaniel Friesel-3/+2
2021-05-28softi2c driver: move to kconfig-first approachDaniel Friesel-1/+1
2021-04-10Allow software and hardware i2c to be used together (e.g. on different pins)Daniel Friesel-2/+3
2021-02-25move datalog functions from i2cdetect into separate appDaniel Friesel-203/+22
2021-02-24i2cdetect: ccs811: more concise output, use low-power measuring modeDaniel Friesel-5/+3
2021-02-14add initialization and readout to CCS811 driverDaniel Friesel-1/+17
2020-12-08add licensing informationDaniel Friesel-0/+5
2020-09-04i2cdetect mpu9250: derpDaniel Friesel-4/+4
2020-03-11Add S5851A temperature sensor driverDaniel Friesel-0/+13
2020-03-02i2cdetect: fix mpu9250 usageDaniel Friesel-3/+3
2019-10-25BME280: Add DFA modelDaniel Friesel-1/+1
2019-10-25BME280 driver: normalize API, add i2cdetect testDaniel Friesel-0/+28
2019-10-21Add basic MPU9250 driverDaniel Friesel-0/+20
2019-10-18Add preliminary version of HDC1080 driver (not working reliably yet)Daniel Friesel-0/+13
2019-09-24convert BME680 driver to C++ classDaniel Friesel-21/+18
2019-09-23Add Bosch SensorTec BME680 driver + utilitiesDaniel Friesel-0/+39
2018-10-15i2cdetect: Add initial CCS811 supportDaniel Friesel-0/+10
2018-08-10Add i2cbench appDaniel Friesel-2/+0
2018-08-09i2cdetect: temporary disable i2c detection phaseDaniel Friesel-0/+2
2018-08-08Add 24LC64 EEPROM driverDaniel Friesel-0/+13
2018-08-07Add AM2320 driverDaniel Friesel-0/+14
2018-08-07i2cdetect: Adjust behaviour to available driversDaniel Friesel-2/+17
2018-07-17i2cdetect: Do not allocate i2c_status array on stackDaniel Friesel-1/+2
2018-07-12Add I2C Detect appDaniel Friesel-0/+59