summaryrefslogtreecommitdiff
path: root/src/app
AgeCommit message (Collapse)AuthorLines
2024-02-23Add STREAM benchmark applicationBirte Kristina Friesel-0/+173
2024-02-12Add Bad Apple on STM32F4 (WiP; timer is still missing)Birte Kristina Friesel-0/+1634
2024-02-11ssd1306test: initialize gpios (required for softi2c)Birte Kristina Friesel-0/+4
2024-02-11Add Bad Apple on ATMega2560 (not working very well)Birte Kristina Friesel-0/+1016
Looks like these devices can only use the lower 64 kB as PROGMEM, so the whole exercise is kinda pointless. Also inflate() is slow af.
2024-02-11bad-apple on msp430fr / sharp96: more consistent main loopBirte Kristina Friesel-11/+12
2024-02-10bad-apple-msp430fr-ssd1306-128x64: there is no setup_hz_lowBirte Kristina Friesel-1/+1
2024-02-10bad-apple-msp430fr-ssd1306-128x64: Specify dependenciesBirte Kristina Friesel-2/+7
2024-02-10msp430fr sharp96 bad apple depends on a timerBirte Kristina Friesel-0/+1
2024-02-10bad-apple-msp430fr-ssd1306: add frames.ccBirte Kristina Friesel-0/+703
2024-02-10ssd1306test depends on framebufferBirte Kristina Friesel-0/+1
2024-02-10rename ssd1306-bad-apple to bad-apple-msp430fr-ssd1306-128x64Birte Kristina Friesel-0/+0
2024-02-10bad apple: improve promptBirte Kristina Friesel-1/+1
2024-02-10bad apple: more fine-grained dependencies in KconfigBirte Kristina Friesel-2/+7
2024-02-10rename sharp96-bad-apple to bad-apple-msp430fr-sharp96Birte Kristina Friesel-0/+0
2024-02-10ssd1306test app requires vertical addressing modeBirte Kristina Friesel-1/+3
2024-01-26uart-to-dmx: support DMX1 through 3Birte Kristina Friesel-1/+13
2024-01-26Add mqtt-to-dmx app for ATMega2560 (and possibly, later, others)Birte Kristina Friesel-0/+133
2024-01-15MAX444006: Implement setAmbientConfigBirte Kristina Friesel-3/+5
2023-12-22datalogger: report raw ads111x valueBirte Kristina Friesel-1/+1
2023-07-03update copyrightBirte Kristina Friesel-113/+113
2023-01-24add plot-ads1115 helper scriptDaniel Friesel-0/+77
2023-01-01Add driver for ADS111x 16-Bit ADCDaniel Friesel-0/+13
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