Age | Commit message (Expand) | Author | Lines |
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 |
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 |
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 |
2019-11-01 | ws2812b_uart: support setting arbitrary colors | Daniel Friesel | -2/+32 |
2019-10-28 | msp430fr5994 arch.sleep_ms: fix max sleey duration documentation | Daniel Friesel | -7/+11 |
2019-10-28 | MSP430FR5994: Add .arch.sleep_ms (energy-efficient delay_ms variant) | Daniel Friesel | -0/+42 |
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 | -34/+62 |
2019-10-25 | Add BME280 driver | Daniel Friesel | -0/+1178 |
2019-10-21 | Add basic MPU9250 driver | Daniel Friesel | -0/+134 |
2019-10-18 | outputstream: 'this->' is not needed here | Daniel Friesel | -1/+1 |
2019-10-18 | softi2c: handle SCL BUSY timeouts | Daniel Friesel | -2/+18 |
2019-10-18 | Add preliminary version of HDC1080 driver (not working reliably yet) | Daniel Friesel | -0/+64 |
2019-10-17 | blinkencat3: rotate colours clockwise | Daniel Friesel | -4/+4 |
2019-10-06 | blinkencat3: decrease default brightness | Daniel Friesel | -11/+30 |
2019-09-25 | bme680: Support SoftI2C | Daniel Friesel | -0/+4 |
2019-09-25 | softi2c: Add MSP430FR5994 support | Daniel Friesel | -0/+7 |
2019-09-25 | Fix MSP430FR5994 I2C driver | Daniel Friesel | -46/+46 |
2019-09-24 | bme680: Fix setMemPage | Daniel Friesel | -6/+6 |
2019-09-24 | convert BME680 driver to C++ class | Daniel Friesel | -492/+261 |
2019-09-23 | Add Bosch SensorTec BME680 driver + utilities | Daniel Friesel | -0/+1433 |
2019-09-23 | printf_float: Fix output errors caused by cast to signed int | Daniel Friesel | -6/+6 |
2019-09-06 | add blinkencat3 app | Daniel Friesel | -0/+267 |
2019-09-02 | Add Adafruit NeoPixel library | Daniel Friesel | -0/+1493 |
2019-09-02 | arch makefiles: consistently use $SERIAL_PORT | Daniel Friesel | -19/+19 |
2019-07-26 | nrf24l01test: more tests | Daniel Friesel | -21/+42 |
2019-07-26 | nrf24l01 driver: Explicitly enable AutoAck on setup() | Daniel Friesel | -1/+4 |
2019-07-26 | MSP430FR5994 counter: Track overflows. | Daniel Friesel | -0/+11 |
2019-07-18 | nrf24: Add observe tx accessor | Daniel Friesel | -0/+5 |
2019-07-16 | more radio tests | Daniel Friesel | -9/+12 |
2019-07-16 | Working Nrf24 ping-pong | Daniel Friesel | -34/+208 |