Age | Commit message (Expand) | Author | Lines |
2020-09-26 | BME680 works on Arduino Nano | Daniel Friesel | -1/+1 |
2020-09-11 | eeprom24lc64: fix typo, add I2C dependency | Daniel Friesel | -1/+2 |
2020-09-10 | bme280, bme680 depend on arch implementing sleep_ms at the moment | Daniel Friesel | -2/+2 |
2020-09-07 | external pull-ups are only implemented on MSP430FR at the moment | Daniel Friesel | -1/+3 |
2020-09-07 | add softi2c pullup to Kconfig | Daniel Friesel | -0/+25 |
2020-08-31 | further kconfig dependency fixes | Daniel Friesel | -1/+1 |
2020-08-31 | msp430fr: rename spi_b to spi to be consistent with other architectures | Daniel Friesel | -9/+1 |
2020-08-31 | mmsimple and mmsubstate conflict | Daniel Friesel | -1/+1 |
2020-08-31 | Leave out incomplete s5851a and ccs811 drivers from kconfig | Daniel Friesel | -6/+3 |
2020-08-31 | driver/Kconfig: Remove aemr-specific dummy and resistive_load drivers | Daniel Friesel | -4/+2 |
2020-08-31 | softi2c driver: fix typo | Daniel Friesel | -1/+1 |
2020-08-31 | BME280 and BME680 drivers cannot be used simultaneously | Daniel Friesel | -1/+1 |
2020-08-31 | remove nonfunctional MAX44006 driver | Daniel Friesel | -75/+0 |
2020-08-31 | driver Kconfig: Add missing meta_driver_uptime | Daniel Friesel | -0/+2 |
2020-08-28 | Expose configuration via Kconfig | Daniel Friesel | -3/+88 |
2020-07-17 | Add mmsubstate driver for sub-state detection evaluation | Daniel Friesel | -0/+41 |
2020-07-10 | add resistive load driver for energy measurement device evaluation | Daniel Friesel | -0/+120 |
2020-05-14 | nrf24l01: add arduino/msp430fr* support | Daniel Friesel | -0/+8 |
2020-03-11 | Add S5851A temperature sensor driver | Daniel Friesel | -0/+18 |
2020-03-08 | mpu9250: getRawMagnet: pass request success to userland | Daniel Friesel | -2/+3 |
2020-03-08 | HDC1080: Add heater toggle | Daniel Friesel | -1/+13 |
2019-12-12 | mpu9250: Fix setGyroEnable/setAccelEnable. derp.... | Daniel Friesel | -6/+6 |
2019-12-12 | mpu9250: Add nineAxis function | Daniel Friesel | -0/+13 |
2019-12-12 | bme680_util: add sleep_ms wrapper | Daniel Friesel | -0/+5 |
2019-11-28 | MPU9250: Add AEMR DFA driver functions and model | Daniel Friesel | -0/+50 |
2019-11-01 | MPU9250: Add SparkFun constants and non-raw readout of Accel and Gyro | Daniel Friesel | -9/+114 |
2019-10-25 | BME280 driver: normalize API, add i2cdetect test | Daniel Friesel | -34/+34 |
2019-10-25 | Add BME280 driver | Daniel Friesel | -0/+1178 |
2019-10-21 | Add basic MPU9250 driver | Daniel Friesel | -0/+114 |
2019-10-18 | softi2c: handle SCL BUSY timeouts | Daniel Friesel | -2/+18 |
2019-10-18 | Add preliminary version of HDC1080 driver (not working reliably yet) | Daniel Friesel | -0/+51 |
2019-09-25 | bme680: Support SoftI2C | Daniel Friesel | -0/+4 |
2019-09-25 | softi2c: Add MSP430FR5994 support | Daniel Friesel | -0/+7 |
2019-09-24 | bme680: Fix setMemPage | Daniel Friesel | -6/+6 |
2019-09-24 | convert BME680 driver to C++ class | Daniel Friesel | -471/+243 |
2019-09-23 | Add Bosch SensorTec BME680 driver + utilities | Daniel Friesel | -0/+1394 |
2019-07-26 | nrf24l01 driver: Explicitly enable AutoAck on setup() | Daniel Friesel | -1/+4 |
2019-07-18 | nrf24: Add observe tx accessor | Daniel Friesel | -0/+5 |
2019-07-16 | more radio tests | Daniel Friesel | -6/+6 |
2019-07-16 | Working Nrf24 ping-pong | Daniel Friesel | -24/+175 |
2019-06-25 | addsetautoack | Daniel Friesel | -2/+27 |
2019-06-25 | implement powerDown function | Daniel Friesel | -0/+6 |
2019-06-25 | RF24: toggles, add setPayloadSize | Daniel Friesel | -16/+26 |
2019-06-25 | Nrf24: dynamic payload size and dynamic acks | Daniel Friesel | -3/+26 |
2019-06-24 | RF24: Add functions required for reading | Daniel Friesel | -0/+101 |
2019-06-24 | import nRF24 TX code | Daniel Friesel | -11/+187 |
2019-06-21 | add basic nRF24 driver | Daniel Friesel | -0/+95 |
2019-05-24 | add ccs811, max44006, max44009 drivers. Not all are working. | Daniel Friesel | -0/+140 |
2019-03-04 | Add LM75 DFA model | Daniel Friesel | -0/+14 |
2018-11-12 | wat | Daniel Friesel | -4/+4 |