Age | Commit message (Expand) | Author | Lines |
2021-11-03 | ssd1306: support both vertical and horizontal adress modes | Daniel Friesel | -2/+23 |
2021-10-31 | pervasive aurora mb: add initialization code for flashless updates | Daniel Friesel | -1/+11 |
2021-10-21 | pervasive aurora mb: more specific hardware description | Daniel Friesel | -2/+4 |
2021-10-20 | pervasive_aurora_mb: add partial update support | Daniel Friesel | -1/+1 |
2021-10-17 | Add DS2482-100 Single-Channel 1-Wire Master driver | Daniel Friesel | -0/+26 |
2021-10-14 | Add Pervasive Aurora Mb E-Paper driver | Daniel Friesel | -0/+28 |
2021-10-10 | sharp96, ssd1306: Describe hardware in driver header | Daniel Friesel | -1/+7 |
2021-05-28 | softi2c driver: move to kconfig-first approach | Daniel Friesel | -3/+3 |
2021-04-16 | ssd1306: reset column and page pointer on initialization | Daniel Friesel | -2/+8 |
2021-04-15 | scd4x: implement startLowPower, remove unsupported stopLowPower | Daniel Friesel | -1/+0 |
2021-04-11 | ssd1306: Comment initialization sequence | Daniel Friesel | -3/+76 |
2021-04-11 | ssd1306: Add setContrast and setInvert methods | Daniel Friesel | -1/+3 |
2021-04-11 | Add SSD1306 OLED display driver | Daniel Friesel | -0/+78 |
2021-04-10 | Allow software and hardware i2c to be used together (e.g. on different pins) | Daniel Friesel | -0/+2 |
2021-02-26 | Add SCD4x driver and datalog integration | Daniel Friesel | -0/+34 |
2021-02-25 | add simple TSL2591 illuminance / IR sensor driver | Daniel Friesel | -0/+30 |
2021-02-14 | add initialization and readout to CCS811 driver | Daniel Friesel | -5/+19 |
2020-12-08 | add licensing information | Daniel Friesel | -1/+91 |
2020-11-30 | add aemr_transition_sync driver (for evaluation purposes only) | Daniel Friesel | -0/+22 |
2020-08-31 | remove nonfunctional MAX44006 driver | Daniel Friesel | -21/+0 |
2020-07-17 | Add mmsubstate driver for sub-state detection evaluation | Daniel Friesel | -0/+24 |
2020-07-10 | add resistive load driver for energy measurement device evaluation | Daniel Friesel | -0/+35 |
2020-03-11 | Add S5851A temperature sensor driver | Daniel Friesel | -0/+19 |
2020-03-08 | mpu9250: getRawMagnet: pass request success to userland | Daniel Friesel | -1/+1 |
2020-03-08 | HDC1080: Add heater toggle | Daniel Friesel | -0/+1 |
2019-12-12 | mpu9250: Add nineAxis function | Daniel Friesel | -0/+1 |
2019-12-12 | bme680_util: add sleep_ms wrapper | Daniel Friesel | -0/+1 |
2019-11-28 | MPU9250: Add AEMR DFA driver functions and model | Daniel Friesel | -1/+9 |
2019-11-01 | MPU9250: Add SparkFun constants and non-raw readout of Accel and Gyro | Daniel Friesel | -8/+268 |
2019-10-25 | BME280: Add DFA model | Daniel Friesel | -0/+17 |
2019-10-25 | BME280 driver: normalize API, add i2cdetect test | Daniel Friesel | -10/+36 |
2019-10-25 | BME280: Do not use 64bit code (slow and broken on 16bit MSP430) | Daniel Friesel | -1/+1 |
2019-10-25 | Add BME280 driver | Daniel Friesel | -0/+895 |
2019-10-21 | Add basic MPU9250 driver | Daniel Friesel | -0/+30 |
2019-10-18 | Add preliminary version of HDC1080 driver (not working reliably yet) | Daniel Friesel | -0/+22 |
2019-09-25 | BME680: Add .configure helper function | Daniel Friesel | -0/+9 |
2019-09-25 | more BME680 tests | Daniel Friesel | -0/+4 |
2019-09-24 | bme680: add accessors for benchmark generation | Daniel Friesel | -0/+28 |
2019-09-24 | convert BME680 driver to C++ class | Daniel Friesel | -191/+388 |
2019-09-23 | Add Bosch SensorTec BME680 driver + utilities | Daniel Friesel | -0/+777 |
2019-07-18 | nrf24: Add observe tx accessor | Daniel Friesel | -0/+7 |
2019-07-16 | more radio tests | Daniel Friesel | -6/+16 |
2019-07-16 | Working Nrf24 ping-pong | Daniel Friesel | -117/+223 |
2019-06-25 | addsetautoack | Daniel Friesel | -3/+24 |
2019-06-25 | RF24: toggles, add setPayloadSize | Daniel Friesel | -2/+6 |
2019-06-25 | Nrf24: dynamic payload size and dynamic acks | Daniel Friesel | -1/+25 |
2019-06-24 | RF24: Add functions required for reading | Daniel Friesel | -2/+157 |
2019-06-24 | import nRF24 TX code | Daniel Friesel | -39/+212 |
2019-06-21 | add basic nRF24 driver | Daniel Friesel | -0/+196 |
2019-05-24 | add ccs811, max44006, max44009 drivers. Not all are working. | Daniel Friesel | -0/+60 |