Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | |
mmsubstate is a synthetic peripheral which uses a LED to create well-defined power sub-states in select power states. | ||||
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 | |
Or rather: TODO: make stdin/stdout configurable so it also works for eUSCI_A1. | ||||
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 | |
AspectC++ is not aware of the type "__int20", so we need to map it to a type known to AspectC++ (only for ag++, not g++) and fix its autogenerated constructor signatures. | ||||
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 | |
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-18 | msp430fR5969: Add sleep_ms function | Daniel Friesel | -0/+49 | |
2019-12-12 | mpu9250: Fix setGyroEnable/setAccelEnable. derp.... | Daniel Friesel | -6/+6 | |
2019-12-12 | mpu9250: Add nineAxis function | Daniel Friesel | -0/+13 | |
2019-12-12 | MSP430FR5994: switch back to 16MHz for now | Daniel Friesel | -1/+1 | |
2019-12-12 | bme680_util: add sleep_ms wrapper | Daniel Friesel | -0/+5 | |
2019-12-01 | mpu2950_motionlog: disable unused magnetometer + gyroscope to save power | Daniel Friesel | -14/+1 | |
2019-11-28 | MPU9250: Add AEMR DFA driver functions and model | Daniel Friesel | -0/+50 | |
2019-11-25 | msp430fr5994lp: Use TI msp430-gcc 5.1.2.0 | Daniel Friesel | -7/+7 | |
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 | msp430fr5994lp sleep_ms: handle ms == 0 | Daniel Friesel | -0/+3 | |
2019-11-04 | esp8266: make serial port configurable | Daniel Friesel | -2/+2 | |
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 | arduino nano: Do not declare delay_* as inline | Daniel Friesel | -2/+2 | |
2019-11-01 | MPU9250: Add SparkFun constants and non-raw readout of Accel and Gyro | Daniel Friesel | -9/+182 | |