summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-12-25i2cdetect: retry i2c setup if it failsDaniel Friesel-2/+2
2021-12-25msp430fr5969: switch back to 16 MHz clockDaniel Friesel-1/+1
2021-12-24kconfig: add scd4x driverDaniel Friesel-0/+4
2021-12-24datalogger: fix hard/soft i2c checkDaniel Friesel-1/+1
2021-12-22i2cdetect: fix hardware i2c checkDaniel Friesel-1/+2
2021-12-21add another missing copyright headerDaniel Friesel-0/+5
2021-12-21ssd1306test: use framebufferDaniel Friesel-9/+7
2021-12-21adctest: switch to getPin_mV helper functionDaniel Friesel-47/+2
2021-12-21arduino nano adc: add getPin_mV functionDaniel Friesel-0/+36
2021-12-21Remove unused TIMER_US supportDaniel Friesel-53/+0
2021-12-20bme280 and bme680 work just fine on posixDaniel Friesel-2/+6
2021-12-20i2cdetect, dataloger: use config variable for i2c includeDaniel Friesel-4/+3
2021-12-19ccs811: add setEnv variant with float argumentsDaniel Friesel-0/+5
2021-12-19Re-add CCS811 driver for nowDaniel Friesel-1/+3
2021-12-13mpu9250: Implement getMagnet functionDaniel Friesel-0/+15
2021-12-11mpu9250: fix casting / sign extension on 32bit systemsDaniel Friesel-10/+11
2021-12-11mpu9250: store current fsr setting after changeDaniel Friesel-0/+2
2021-12-08mpu9250_motionlog: switch to posix variantDaniel Friesel-40/+35
2021-12-08hdc1080: add explicit measure() functionDaniel Friesel-9/+8
2021-12-08hdc1080: fix typo in kconfig variable nameDaniel Friesel-1/+1
2021-11-30argv to ssd1306: support two font sizesDaniel Friesel-4/+11
2021-11-30framebuffer: put: fix scroll calculationDaniel Friesel-1/+1
2021-11-29fix terminus16; add framebuffer support for multi-byte font heightsDaniel Friesel-11/+17
2021-11-29add POSIX argv → ssd1306 appDaniel Friesel-0/+57
2021-11-29framebuffer: battery: show charging indicatorDaniel Friesel-2/+11
2021-11-28framebuffer: add drawBattery functionDaniel Friesel-0/+11
2021-11-28posix: configurable i2c busDaniel Friesel-1/+9
2021-11-22add posix stdin → ssd1306 appDaniel Friesel-0/+62
2021-11-22framebuffer: add scroll functionDaniel Friesel-1/+14
2021-11-21POSIX: Add proper I2C driver (via /dev/i2c)Daniel Friesel-0/+69
2021-11-13add adctest appDaniel Friesel-0/+94
2021-11-03wetterstation: monitor vcc and temperatureDaniel Friesel-0/+4
2021-11-03kconfig: s5851a should be working nowDaniel Friesel-1/+25
2021-11-03store fonts in PROGMEM on AVRDaniel Friesel-0/+13
2021-11-03ssd1306: support both vertical and horizontal adress modesDaniel Friesel-0/+12
2021-11-02add mirrored version of pixeloperator fontDaniel Friesel-3/+3
2021-11-02framebuffer: add OutputStream support with pixelfontDaniel Friesel-7/+41
2021-11-01pervasive aurora mb: reset frame rate back to a sane defaultDaniel Friesel-1/+1
2021-11-01add pervasive aurora mb bad apple (not really working yet)Daniel Friesel-0/+137
2021-10-31pervasive auroa mb: document observed frame rates for flashless updateDaniel Friesel-2/+15
2021-10-31I think our frame number is 0x05Daniel Friesel-5/+5
2021-10-31pervasive aurora mb: add initialization code for flashless updatesDaniel Friesel-6/+79
2021-10-21pervasive aurora mb: more specific hardware descriptionDaniel Friesel-2/+4
2021-10-20add mh-z19 test appDaniel Friesel-0/+188
2021-10-20pervasive_aurora_mb: add partial update supportDaniel Friesel-3/+25
2021-10-17Add DS2482-100 Single-Channel 1-Wire Master driverDaniel Friesel-0/+83
2021-10-15msp430fr5994lp cpufreq: remove empty help blockDaniel Friesel-1/+0
2021-10-15add framebuffer and pervasive aurora mb test appDaniel Friesel-0/+225
2021-10-14etcontroller: add application and makefileDaniel Friesel-0/+40
2021-10-14stm32, lm4f: "build/system.elf" is the default targetDaniel Friesel-12/+12