summaryrefslogtreecommitdiff
path: root/src/driver
AgeCommit message (Expand)AuthorLines
2020-08-31further kconfig dependency fixesDaniel Friesel-1/+1
2020-08-31msp430fr: rename spi_b to spi to be consistent with other architecturesDaniel Friesel-9/+1
2020-08-31mmsimple and mmsubstate conflictDaniel Friesel-1/+1
2020-08-31Leave out incomplete s5851a and ccs811 drivers from kconfigDaniel Friesel-6/+3
2020-08-31driver/Kconfig: Remove aemr-specific dummy and resistive_load driversDaniel Friesel-4/+2
2020-08-31softi2c driver: fix typoDaniel Friesel-1/+1
2020-08-31BME280 and BME680 drivers cannot be used simultaneouslyDaniel Friesel-1/+1
2020-08-31remove nonfunctional MAX44006 driverDaniel Friesel-75/+0
2020-08-31driver Kconfig: Add missing meta_driver_uptimeDaniel Friesel-0/+2
2020-08-28Expose configuration via KconfigDaniel Friesel-3/+88
2020-07-17Add mmsubstate driver for sub-state detection evaluationDaniel Friesel-0/+41
2020-07-10add resistive load driver for energy measurement device evaluationDaniel Friesel-0/+120
2020-05-14nrf24l01: add arduino/msp430fr* supportDaniel Friesel-0/+8
2020-03-11Add S5851A temperature sensor driverDaniel Friesel-0/+18
2020-03-08mpu9250: getRawMagnet: pass request success to userlandDaniel Friesel-2/+3
2020-03-08HDC1080: Add heater toggleDaniel Friesel-1/+13
2019-12-12mpu9250: Fix setGyroEnable/setAccelEnable. derp....Daniel Friesel-6/+6
2019-12-12mpu9250: Add nineAxis functionDaniel Friesel-0/+13
2019-12-12bme680_util: add sleep_ms wrapperDaniel Friesel-0/+5
2019-11-28MPU9250: Add AEMR DFA driver functions and modelDaniel Friesel-0/+50
2019-11-01MPU9250: Add SparkFun constants and non-raw readout of Accel and GyroDaniel Friesel-9/+114
2019-10-25BME280 driver: normalize API, add i2cdetect testDaniel Friesel-34/+34
2019-10-25Add BME280 driverDaniel Friesel-0/+1178
2019-10-21Add basic MPU9250 driverDaniel Friesel-0/+114
2019-10-18softi2c: handle SCL BUSY timeoutsDaniel Friesel-2/+18
2019-10-18Add preliminary version of HDC1080 driver (not working reliably yet)Daniel Friesel-0/+51
2019-09-25bme680: Support SoftI2CDaniel Friesel-0/+4
2019-09-25softi2c: Add MSP430FR5994 supportDaniel Friesel-0/+7
2019-09-24bme680: Fix setMemPageDaniel Friesel-6/+6
2019-09-24convert BME680 driver to C++ classDaniel Friesel-471/+243
2019-09-23Add Bosch SensorTec BME680 driver + utilitiesDaniel Friesel-0/+1394
2019-07-26nrf24l01 driver: Explicitly enable AutoAck on setup()Daniel Friesel-1/+4
2019-07-18nrf24: Add observe tx accessorDaniel Friesel-0/+5
2019-07-16more radio testsDaniel Friesel-6/+6
2019-07-16Working Nrf24 ping-pongDaniel Friesel-24/+175
2019-06-25addsetautoackDaniel Friesel-2/+27
2019-06-25implement powerDown functionDaniel Friesel-0/+6
2019-06-25RF24: toggles, add setPayloadSizeDaniel Friesel-16/+26
2019-06-25Nrf24: dynamic payload size and dynamic acksDaniel Friesel-3/+26
2019-06-24RF24: Add functions required for readingDaniel Friesel-0/+101
2019-06-24import nRF24 TX codeDaniel Friesel-11/+187
2019-06-21add basic nRF24 driverDaniel Friesel-0/+95
2019-05-24add ccs811, max44006, max44009 drivers. Not all are working.Daniel Friesel-0/+140
2019-03-04Add LM75 DFA modelDaniel Friesel-0/+14
2018-11-12watDaniel Friesel-4/+4
2018-10-26Merge SoftI2C timer={0,1} code paths, adjust timing according to I2C specDaniel Friesel-159/+25
2018-10-25softi2c: Also support pullup with timer=1Daniel Friesel-0/+12
2018-10-25softi2c: Work around MSP430 timing issues with softi2c_timer=1Daniel Friesel-0/+10
2018-10-25.Daniel Friesel-4/+2
2018-10-24I2C: Add support for manual / always-on gpio pullupsDaniel Friesel-5/+34