Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2021-01-19 | add naive adler32 checksum verification | Daniel Friesel | -10/+57 | |
2021-01-18 | deflatetest: add static huffman support | Daniel Friesel | -5/+54 | |
2021-01-18 | type 2 is working \o/ | Daniel Friesel | -17/+60 | |
2021-01-17 | add deflatetest (wip) | Daniel Friesel | -0/+290 | |
2020-12-09 | etcontroller: add missing dependencies | Daniel Friesel | -0/+11 | |
2020-12-08 | add licensing information | Daniel Friesel | -0/+339 | |
2020-09-07 | remove external libraries from main branch | Daniel Friesel | -175/+0 | |
2020-09-04 | i2cdetect mpu9250: derp | Daniel Friesel | -4/+4 | |
2020-08-31 | further kconfig dependency fixes | Daniel Friesel | -5/+5 | |
apart from a lacking sleep_ms meta-var, it's working reliably now | ||||
2020-08-31 | ccs811test is not ready for Kconfig yet | Daniel Friesel | -2/+0 | |
2020-08-31 | msp430fr: rename spi_b to spi to be consistent with other architectures | Daniel Friesel | -13/+11 | |
2020-08-31 | kconfig: i2c and softi2c drivers must not be combind | Daniel Friesel | -2/+2 | |
2020-08-31 | luxlog does not require timer | Daniel Friesel | -1/+0 | |
2020-08-31 | Further add Kconfig fixes | Daniel Friesel | -3/+3 | |
2020-08-31 | automatically exclude apps without Kconfig | Daniel Friesel | -0/+0 | |
2020-08-31 | Add more app dependencies | Daniel Friesel | -0/+10 | |
2020-08-31 | exclude aemr and prototest apps from kconfig | Daniel Friesel | -2/+0 | |
2020-08-31 | Remove remaining arduino_nano_168 references | Daniel Friesel | -3/+3 | |
2020-08-28 | Expose configuration via Kconfig | Daniel Friesel | -49/+116 | |
2020-08-28 | remove bench app (outdated, unused) | Daniel Friesel | -64/+0 | |
2020-07-06 | wetterstation: Add dew sensor | Daniel Friesel | -5/+45 | |
2020-07-05 | add anemometer app | Daniel Friesel | -0/+153 | |
2020-06-22 | loratest app. TODO: move SerialOutput and SerialInput to separate class | Daniel Friesel | -0/+166 | |
Or rather: TODO: make stdin/stdout configurable so it also works for eUSCI_A1. | ||||
2020-04-30 | Add aemr app | Daniel Friesel | -0/+1 | |
2020-04-17 | add derfmap -> 8x32 WS2812B matrix app | Daniel Friesel | -0/+112 | |
2020-03-23 | blinkencat: show approximate charge level on power-on | Daniel Friesel | -3/+15 | |
2020-03-18 | add mpu9250 datalogger variant with button handler and adc | Daniel Friesel | -0/+282 | |
2020-03-11 | Add S5851A temperature sensor driver | Daniel Friesel | -0/+13 | |
2020-03-08 | mpu9250_motionlog: monitor magnetism | Daniel Friesel | -1/+18 | |
2020-03-08 | mpu9250_motionlog: measure VCC | Daniel Friesel | -0/+20 | |
2020-03-06 | ws2812b_uart: monitor VCC | Daniel Friesel | -0/+11 | |
2020-03-02 | i2cdetect: fix mpu9250 usage | Daniel Friesel | -3/+3 | |
2020-02-17 | ledblink: remove timer_cycles / timer_s dependency | Daniel Friesel | -9/+2 | |
2020-02-14 | luxlog: increase buffer size, decrease heartbeat interval | Daniel Friesel | -5/+4 | |
2020-01-08 | luxlog: red led while transmitting data | Daniel Friesel | -0/+2 | |
2020-01-07 | comment | Daniel Friesel | -1/+1 | |
2019-12-20 | nrf24l01test: set RX/TX mode via make flag | Daniel Friesel | -9/+13 | |
2019-12-19 | add luxlog app | Daniel Friesel | -0/+68 | |
2019-12-01 | mpu2950_motionlog: disable unused magnetometer + gyroscope to save power | Daniel Friesel | -14/+1 | |
2019-11-10 | blinkencat3: turn off LEDs when charging | Daniel Friesel | -13/+38 | |
2019-11-05 | Makefiles: Fix arch_drivers and drivers overides/additions | Daniel Friesel | -4/+4 | |
+= does not work for variables specified on the commandline unless the 'override' keyword is used | ||||
2019-11-04 | update energybench. showcase for MSP430 EnergyTrace inaccuracias | Daniel Friesel | -68/+39 | |
reported current is inaccurate (>8% energy deviation). Also, EnergyTrace++ significantly increases sleep/wakeup times and thus affects the sytem's timing. | ||||
2019-11-02 | mpu9250 motionlog: fix min/max calculation, decrease update rate | Daniel Friesel | -6/+6 | |
2019-11-01 | MPU9250 motionlog: initialize values, slightly lower sample rate | Daniel Friesel | -4/+9 | |
2019-11-01 | MPU9250: Add SparkFun constants and non-raw readout of Accel and Gyro | Daniel Friesel | -0/+68 | |
2019-11-01 | ws2812b_uart: support setting arbitrary colors | Daniel Friesel | -2/+32 | |
2019-10-26 | add preliminary ws2812b uart app | Daniel Friesel | -0/+204 | |
2019-10-25 | BME280: Add DFA model | Daniel Friesel | -1/+1 | |
2019-10-25 | BME280 driver: normalize API, add i2cdetect test | Daniel Friesel | -0/+28 | |
2019-10-21 | Add basic MPU9250 driver | Daniel Friesel | -0/+20 | |