summaryrefslogtreecommitdiff
path: root/src/app
AgeCommit message (Expand)AuthorLines
2020-08-31further kconfig dependency fixesDaniel Friesel-5/+5
2020-08-31ccs811test is not ready for Kconfig yetDaniel Friesel-2/+0
2020-08-31msp430fr: rename spi_b to spi to be consistent with other architecturesDaniel Friesel-13/+11
2020-08-31kconfig: i2c and softi2c drivers must not be combindDaniel Friesel-2/+2
2020-08-31luxlog does not require timerDaniel Friesel-1/+0
2020-08-31Further add Kconfig fixesDaniel Friesel-3/+3
2020-08-31automatically exclude apps without KconfigDaniel Friesel-0/+0
2020-08-31Add more app dependenciesDaniel Friesel-0/+10
2020-08-31exclude aemr and prototest apps from kconfigDaniel Friesel-2/+0
2020-08-31Remove remaining arduino_nano_168 referencesDaniel Friesel-3/+3
2020-08-28Expose configuration via KconfigDaniel Friesel-49/+116
2020-08-28remove bench app (outdated, unused)Daniel Friesel-64/+0
2020-07-06wetterstation: Add dew sensorDaniel Friesel-5/+45
2020-07-05add anemometer appDaniel Friesel-0/+153
2020-06-22loratest app. TODO: move SerialOutput and SerialInput to separate classDaniel Friesel-0/+166
2020-04-30Add aemr appDaniel Friesel-0/+1
2020-04-17add derfmap -> 8x32 WS2812B matrix appDaniel Friesel-0/+112
2020-03-23blinkencat: show approximate charge level on power-onDaniel Friesel-3/+15
2020-03-18add mpu9250 datalogger variant with button handler and adcDaniel Friesel-0/+282
2020-03-11Add S5851A temperature sensor driverDaniel Friesel-0/+13
2020-03-08mpu9250_motionlog: monitor magnetismDaniel Friesel-1/+18
2020-03-08mpu9250_motionlog: measure VCCDaniel Friesel-0/+20
2020-03-06ws2812b_uart: monitor VCCDaniel Friesel-0/+11
2020-03-02i2cdetect: fix mpu9250 usageDaniel Friesel-3/+3
2020-02-17ledblink: remove timer_cycles / timer_s dependencyDaniel Friesel-9/+2
2020-02-14luxlog: increase buffer size, decrease heartbeat intervalDaniel Friesel-5/+4
2020-01-08luxlog: red led while transmitting dataDaniel Friesel-0/+2
2020-01-07commentDaniel Friesel-1/+1
2019-12-20nrf24l01test: set RX/TX mode via make flagDaniel Friesel-9/+13
2019-12-19add luxlog appDaniel Friesel-0/+68
2019-12-01mpu2950_motionlog: disable unused magnetometer + gyroscope to save powerDaniel Friesel-14/+1
2019-11-10blinkencat3: turn off LEDs when chargingDaniel Friesel-13/+38
2019-11-05Makefiles: Fix arch_drivers and drivers overides/additionsDaniel Friesel-4/+4
2019-11-04update energybench. showcase for MSP430 EnergyTrace inaccuraciasDaniel Friesel-68/+39
2019-11-02mpu9250 motionlog: fix min/max calculation, decrease update rateDaniel Friesel-6/+6
2019-11-01MPU9250 motionlog: initialize values, slightly lower sample rateDaniel Friesel-4/+9
2019-11-01MPU9250: Add SparkFun constants and non-raw readout of Accel and GyroDaniel Friesel-0/+68
2019-11-01ws2812b_uart: support setting arbitrary colorsDaniel Friesel-2/+32
2019-10-26add preliminary ws2812b uart appDaniel Friesel-0/+204
2019-10-25BME280: Add DFA modelDaniel Friesel-1/+1
2019-10-25BME280 driver: normalize API, add i2cdetect testDaniel Friesel-0/+28
2019-10-21Add basic MPU9250 driverDaniel Friesel-0/+20
2019-10-18Add preliminary version of HDC1080 driver (not working reliably yet)Daniel Friesel-0/+13
2019-10-17blinkencat3: rotate colours clockwiseDaniel Friesel-4/+4
2019-10-06blinkencat3: decrease default brightnessDaniel Friesel-11/+30
2019-09-24convert BME680 driver to C++ classDaniel Friesel-21/+18
2019-09-23Add Bosch SensorTec BME680 driver + utilitiesDaniel Friesel-0/+39
2019-09-06add blinkencat3 appDaniel Friesel-0/+263
2019-07-26nrf24l01test: more testsDaniel Friesel-21/+42
2019-07-16more radio testsDaniel Friesel-3/+6