summaryrefslogtreecommitdiff
path: root/src/app
AgeCommit message (Expand)AuthorLines
2022-05-20sen5x: add cleanfan and readstatus commandsDaniel Friesel-0/+20
2022-05-16treebench: do not use loop modeDaniel Friesel-13/+8
2022-05-15add driver stub for Sensirion SEN5x PM sensorDaniel Friesel-0/+39
2022-05-15scd4x.read(): indicate whether read was successfulDaniel Friesel-8/+13
2022-05-09add treebench appDaniel Friesel-0/+47
2022-01-31sharp96 bad apple: setup_hz_low -> setup_hzDaniel Friesel-1/+1
2022-01-26timertest: add Kconfig entryDaniel Friesel-0/+6
2022-01-16Add UART→DMX appDaniel Friesel-0/+91
2022-01-16fix app (non-kconfig) builds in some application MakefilesDaniel Friesel-4/+15
2022-01-09ws2812b dmap: use double buffering and more efficient RX ring bufferDaniel Friesel-15/+73
2022-01-09ws2812b dmap does not use stdinDaniel Friesel-3/+1
2022-01-02bme680-max44009-logger: add POSIX variant with BSEC supportDaniel Friesel-158/+499
2022-01-02BME680 BSEC: support state (de)serialization across application restartsDaniel Friesel-0/+65
2022-01-02deflatetest depends on counter and deflateDaniel Friesel-1/+1
2022-01-02bme680-bsec-logger: retry i2c setupDaniel Friesel-2/+2
2021-12-31Use CONFIG_meta_driver_hardware_i2c instead of MULTIPASS_ARCH_HAS_I2CDaniel Friesel-13/+13
2021-12-29add bme680 iaq test applicationDaniel Friesel-0/+278
2021-12-29datalogger: fix max44006 / max44009 mixupDaniel Friesel-1/+1
2021-12-27add VEML6075 driverDaniel Friesel-0/+18
2021-12-26add basic MAX44006 driverDaniel Friesel-1/+34
2021-12-26datalogger: Initialize I2C if meta_driver_i2c is setDaniel Friesel-1/+1
2021-12-25remove obsolete i2cbench appDaniel Friesel-107/+0
2021-12-25Remove obsolet ccs811test (included in datalogger)Daniel Friesel-51/+0
2021-12-25i2cdetect: retry i2c setup if it failsDaniel Friesel-2/+2
2021-12-24datalogger: fix hard/soft i2c checkDaniel Friesel-1/+1
2021-12-22i2cdetect: fix hardware i2c checkDaniel Friesel-1/+2
2021-12-21ssd1306test: use framebufferDaniel Friesel-9/+7
2021-12-21adctest: switch to getPin_mV helper functionDaniel Friesel-47/+2
2021-12-20i2cdetect, dataloger: use config variable for i2c includeDaniel Friesel-4/+3
2021-12-08mpu9250_motionlog: switch to posix variantDaniel Friesel-40/+35
2021-12-08hdc1080: add explicit measure() functionDaniel Friesel-0/+3
2021-11-30argv to ssd1306: support two font sizesDaniel Friesel-4/+11
2021-11-29add POSIX argv → ssd1306 appDaniel Friesel-0/+57
2021-11-22add posix stdin → ssd1306 appDaniel Friesel-0/+62
2021-11-13add adctest appDaniel Friesel-0/+94
2021-11-03wetterstation: monitor vcc and temperatureDaniel Friesel-0/+4
2021-11-02add mirrored version of pixeloperator fontDaniel Friesel-3/+3
2021-11-02framebuffer: add OutputStream support with pixelfontDaniel Friesel-7/+12
2021-11-01add pervasive aurora mb bad apple (not really working yet)Daniel Friesel-0/+137
2021-10-20add mh-z19 test appDaniel Friesel-0/+188
2021-10-17Add DS2482-100 Single-Channel 1-Wire Master driverDaniel Friesel-0/+21
2021-10-15add framebuffer and pervasive aurora mb test appDaniel Friesel-0/+155
2021-10-14etcontroller: add application and makefileDaniel Friesel-0/+40
2021-09-23Import partially adapted MCCI LoRaWAN LMIC library. Needs further work.Daniel Friesel-499/+161
2021-09-19lora32u4ii test app (reads version from SX1276)Daniel Friesel-0/+561
2021-05-28driver configuration is now kconfig-firstDaniel Friesel-38/+48
2021-05-28Set loop/wakeup/ostream either via .config or via app/commandlineDaniel Friesel-20/+20
2021-05-28softi2c driver: move to kconfig-first approachDaniel Friesel-10/+10
2021-04-16ssd1306-bad-apple: support both 128x64 and 128x32 displaysDaniel Friesel-8/+8
2021-04-13add ssd1306 bad apple skeletonDaniel Friesel-0/+153