Age | Commit message (Expand) | Author | Lines |
2021-12-27 | add veml6075 Makefile target | Daniel Friesel | -0/+4 |
2021-12-27 | add VEML6075 driver | Daniel Friesel | -0/+188 |
2021-12-26 | MAX44006: Adjust for AMBTIM setting | Daniel Friesel | -0/+14 |
2021-12-26 | max44006: getLight: respect AMBPGA setting | Daniel Friesel | -14/+27 |
2021-12-26 | add basic MAX44006 driver | Daniel Friesel | -2/+199 |
2021-12-26 | max44009: documentation | Daniel Friesel | -4/+18 |
2021-12-26 | datalogger: Initialize I2C if meta_driver_i2c is set | Daniel Friesel | -1/+1 |
2021-12-26 | max44009: handle overrange condition | Daniel Friesel | -0/+11 |
2021-12-25 | mpu9250: update softi2c check | Daniel Friesel | -2/+2 |
2021-12-25 | Makefile: remove superfluous softi2c pullup configuration | Daniel Friesel | -31/+0 |
2021-12-25 | lm75: overtemperature threshold and hysteresis are _signed_ 8bit ints | Daniel Friesel | -4/+8 |
2021-12-25 | lm75: correctly read out sub-zero temperatures | Daniel Friesel | -1/+3 |
2021-12-25 | add software i2c support on stm32f446re | Daniel Friesel | -0/+2 |
2021-12-25 | stm32f446re: Use pxy instead of px_y pin names | Daniel Friesel | -24/+24 |
2021-12-25 | move softi2c pin config to sub-menu | Daniel Friesel | -2/+5 |
2021-12-25 | Configure SoftI2C SDA/SCL via kconfig only; remove external pull-up support | Daniel Friesel | -37/+1 |
2021-12-25 | remove obsolete i2cbench app | Daniel Friesel | -107/+0 |
2021-12-25 | Remove obsolet ccs811test (included in datalogger) | Daniel Friesel | -51/+0 |
2021-12-25 | Remove esp8266 support in favor of ESP8266 RTOS SDK | Daniel Friesel | -1021/+2 |
2021-12-25 | rename os/object to object | Daniel Friesel | -2/+2 |
2021-12-25 | i2cdetect: retry i2c setup if it fails | Daniel Friesel | -2/+2 |
2021-12-25 | msp430fr5969: switch back to 16 MHz clock | Daniel Friesel | -1/+1 |
2021-12-24 | kconfig: add scd4x driver | Daniel Friesel | -0/+4 |
2021-12-24 | datalogger: fix hard/soft i2c check | Daniel Friesel | -1/+1 |
2021-12-22 | i2cdetect: fix hardware i2c check | Daniel Friesel | -1/+2 |
2021-12-21 | add another missing copyright header | Daniel Friesel | -0/+5 |
2021-12-21 | ssd1306test: use framebuffer | Daniel Friesel | -9/+7 |
2021-12-21 | adctest: switch to getPin_mV helper function | Daniel Friesel | -47/+2 |
2021-12-21 | lora32u4ii stdout: add missing copyright header | Daniel Friesel | -0/+5 |
2021-12-21 | arduino nano adc: add getPin_mV function | Daniel Friesel | -0/+37 |
2021-12-21 | Remove unused TIMER_US support | Daniel Friesel | -58/+0 |
2021-12-21 | Makefile: remove legacy aspectc, ostream, wakeup flags | Daniel Friesel | -13/+1 |
2021-12-20 | bme280 and bme680 work just fine on posix | Daniel Friesel | -2/+6 |
2021-12-20 | i2cdetect, dataloger: use config variable for i2c include | Daniel Friesel | -4/+3 |
2021-12-19 | ccs811: add setEnv variant with float arguments | Daniel Friesel | -0/+6 |
2021-12-19 | Re-add CCS811 driver for now | Daniel Friesel | -1/+3 |
2021-12-13 | mpu9250: Implement getMagnet function | Daniel Friesel | -1/+16 |
2021-12-13 | add "make nconfig" target for systems without X11 | Daniel Friesel | -0/+3 |
2021-12-11 | mpu9250: fix casting / sign extension on 32bit systems | Daniel Friesel | -10/+11 |
2021-12-11 | mpu9250: store current fsr setting after change | Daniel Friesel | -0/+2 |
2021-12-08 | mpu9250_motionlog: switch to posix variant | Daniel Friesel | -40/+35 |
2021-12-08 | hdc1080: add explicit measure() function | Daniel Friesel | -9/+9 |
2021-12-08 | hdc1080: fix typo in kconfig variable name | Daniel Friesel | -1/+1 |
2021-11-30 | argv to ssd1306: support two font sizes | Daniel Friesel | -4/+11 |
2021-11-30 | framebuffer: put: fix scroll calculation | Daniel Friesel | -1/+1 |
2021-11-30 | add 24px terminus variant | Daniel Friesel | -0/+214 |
2021-11-29 | fix terminus16; add framebuffer support for multi-byte font heights | Daniel Friesel | -207/+229 |
2021-11-29 | Add Terminus 16-pixel font | Daniel Friesel | -0/+245 |
2021-11-29 | add POSIX argv → ssd1306 app | Daniel Friesel | -0/+57 |
2021-11-29 | framebuffer: battery: show charging indicator | Daniel Friesel | -3/+12 |