summaryrefslogtreecommitdiff
path: root/src/app/i2cdetect
AgeCommit message (Expand)AuthorLines
2021-04-12i2cdetect: select hardware i2c meta-variable in app modeDaniel Friesel-0/+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-205/+23
2021-02-24i2cdetect: ccs811: more concise output, use low-power measuring modeDaniel Friesel-5/+3
2021-02-24app makefiles: set CONFIG_* variables where applicableDaniel Friesel-1/+1
2021-02-14add initialization and readout to CCS811 driverDaniel Friesel-1/+17
2020-12-08add licensing informationDaniel Friesel-0/+15
2020-09-04i2cdetect mpu9250: derpDaniel Friesel-4/+4
2020-08-31Further add Kconfig fixesDaniel Friesel-1/+1
2020-08-28Expose configuration via KconfigDaniel Friesel-3/+6
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-11-12i2cdetect: loop by defaultDaniel Friesel-0/+1
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
2018-07-12Only include hw i2c drivers if sw i2c is not activeDaniel Friesel-0/+2