Age | Commit message (Expand) | Author | Lines |
2020-08-31 | Add more app dependencies | Daniel Friesel | -0/+10 |
2020-08-31 | spi_a1 drivers are broken | Daniel Friesel | -6/+8 |
2020-08-31 | exclude aemr and prototest apps from kconfig | Daniel Friesel | -2/+0 |
2020-08-31 | msp430fr5994lp spi_a1: Fix include path | Daniel Friesel | -1/+1 |
2020-08-31 | BME280 and BME680 drivers cannot be used simultaneously | Daniel Friesel | -1/+1 |
2020-08-31 | arduino nano: Turn CPU into a choice | Daniel Friesel | -2/+9 |
2020-08-31 | remove nonfunctional MAX44006 driver | Daniel Friesel | -75/+0 |
2020-08-31 | driver Kconfig: Add missing meta_driver_uptime | Daniel Friesel | -0/+2 |
2020-08-31 | Remove remaining arduino_nano_168 references | Daniel Friesel | -3/+3 |
2020-08-31 | Merge arduino-nano-168 into arduino-nano (differences are minimal) | Daniel Friesel | -206/+10 |
2020-08-28 | Remove arch=msp430fr5994lp-256k, use arch=msp430fr5994lp large_mode=1 instead | Daniel Friesel | -52/+7 |
2020-08-28 | POSIX: Fix timer_s / uptime config in makefile | Daniel Friesel | -3/+3 |
2020-08-28 | stm32f446re-nucleo: Fix missing -c switch in "make program" | Daniel Friesel | -1/+1 |
2020-08-28 | Expose configuration via Kconfig | Daniel Friesel | -138/+699 |
2020-08-28 | remove bench app (outdated, unused) | Daniel Friesel | -64/+0 |
2020-08-27 | use the same gcc version for msp430fr5969 an msp430fr5994 | Daniel Friesel | -10/+11 |
2020-08-13 | GitLab CI: Add build tests for stm32f446re-nucleo | Daniel Friesel | -3/+4 |
2020-08-12 | stm32f446re: configurable clock speed | Daniel Friesel | -1/+16 |
2020-08-12 | working AEMR timing benchmarks on stm32f446re | Daniel Friesel | -0/+2 |
2020-08-12 | stm32f446re: Add counter | Daniel Friesel | -13/+40 |
2020-08-12 | stm32f446re: Add uptime counter and proper loop mode with standby in between | Daniel Friesel | -3/+53 |
2020-07-26 | Add minimal STM32F446RE Nucleo support. No interrupts yet. | Daniel Friesel | -0/+211 |
2020-07-22 | add timed_resistive_load for µs-scale model generation timing benchmarks | Daniel Friesel | -1/+100 |
2020-07-17 | Add mmsubstate driver for sub-state detection evaluation | Daniel Friesel | -0/+41 |
2020-07-10 | add resistive load driver for energy measurement device evaluation | Daniel Friesel | -0/+120 |
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 |
2020-05-14 | nrf24l01: add arduino/msp430fr* support | Daniel Friesel | -0/+8 |
2020-04-30 | Add aemr app | Daniel Friesel | -0/+1 |
2020-04-29 | Makefile: Create build directory if needed | Daniel Friesel | -0/+7 |
2020-04-29 | MSP430FR5994: Use /opt/msp430 for MSP430Flasher by default | Daniel Friesel | -1/+1 |
2020-04-17 | add derfmap -> 8x32 WS2812B matrix app | Daniel Friesel | -0/+112 |
2020-03-25 | msp430fr5994lp-256k: aspectc support | Daniel Friesel | -2/+17 |
2020-03-23 | blinkencat: show approximate charge level on power-on | Daniel Friesel | -3/+15 |
2020-03-18 | Arduino: Add ADC driver | Daniel Friesel | -0/+88 |
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/+31 |
2020-03-08 | mpu9250_motionlog: monitor magnetism | Daniel Friesel | -1/+18 |
2020-03-08 | mpu9250: getRawMagnet: pass request success to userland | Daniel Friesel | -2/+3 |
2020-03-08 | mpu9250_motionlog: measure VCC | Daniel Friesel | -0/+20 |
2020-03-08 | HDC1080: Add heater toggle | Daniel Friesel | -1/+13 |
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-02-12 | msp430 makefile: show ROM/RAM usage | Daniel Friesel | -0/+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 | add untested Arduino Nano SPI driver | Daniel Friesel | -2/+55 |