Age | Commit message (Expand) | Author | Lines |
2020-01-08 | Finish simple MSP430FR5969LP GPIO driver | Daniel Friesel | -9/+35 |
2020-01-07 | comment | Daniel Friesel | -1/+1 |
2019-12-20 | add untested Arduino Nano SPI driver | Daniel Friesel | -2/+73 |
2019-12-20 | Makefile: Add nrf24l01 pins for arduino | Daniel Friesel | -3/+13 |
2019-12-20 | nrf24l01test: set RX/TX mode via make flag | Daniel Friesel | -9/+13 |
2019-12-19 | Add MSP430FR5994 CPU model (datasheet values) | Daniel Friesel | -0/+79 |
2019-12-19 | nrf24: Add setDataRate method | Daniel Friesel | -0/+8 |
2019-12-19 | add luxlog app | Daniel Friesel | -0/+68 |
2019-12-18 | BME: Add setStandbyTime | Daniel Friesel | -2/+10 |
2019-12-18 | Add MSP430FR5969 CPU model | Daniel Friesel | -0/+79 |
2019-12-18 | msp430fR5969: Add sleep_ms function | Daniel Friesel | -0/+49 |
2019-12-12 | oops | Daniel Friesel | -2/+2 |
2019-12-12 | mpu9250: Fix setGyroEnable/setAccelEnable. derp.... | Daniel Friesel | -6/+6 |
2019-12-12 | mpu9250: Add nineAxis function | Daniel Friesel | -0/+17 |
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/+6 |
2019-12-12 | mpu9250: lowPowerAccelOnly may be called from LP_ACCEL to change update rate | Daniel Friesel | -1/+1 |
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 | -1/+107 |
2019-11-25 | msp430fr5994lp: Use TI msp430-gcc 5.1.2.0 | Daniel Friesel | -11/+10 |
2019-11-18 | ptalog barcode generation: decrease module size, increase quiet zone | Daniel Friesel | -6/+6 |
2019-11-15 | ptalog: note that the current code may violate the Code128 quiet zone | Daniel Friesel | -0/+3 |
2019-11-14 | ptalog: decrease delay border around barcode output | Daniel Friesel | -2/+2 |
2019-11-13 | ptalog: Support barcode synchronization | Daniel Friesel | -2/+17 |
2019-11-10 | blinkencat3: turn off LEDs when charging | Daniel Friesel | -13/+38 |
2019-11-05 | PTALog: Add PTALOG_GPIO_BEFORE (toggle GPIO before instead of during transition) | Daniel Friesel | -12/+25 |
2019-11-05 | Makefiles: Fix arch_drivers and drivers overides/additions | Daniel Friesel | -5/+5 |
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 | -17/+450 |
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/+43 |
2019-10-26 | add preliminary ws2812b uart app | Daniel Friesel | -0/+204 |
2019-10-25 | BME280: Add DFA model | Daniel Friesel | -1/+132 |
2019-10-25 | BME280 driver: normalize API, add i2cdetect test | Daniel Friesel | -44/+98 |
2019-10-25 | BME280: Do not use 64bit code (slow and broken on 16bit MSP430) | Daniel Friesel | -1/+1 |
2019-10-25 | Add BME280 driver | Daniel Friesel | -0/+2078 |
2019-10-21 | Add basic MPU9250 driver | Daniel Friesel | -0/+169 |
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/+91 |
2019-10-17 | blinkencat3: rotate colours clockwise | Daniel Friesel | -4/+4 |
2019-10-08 | bm680: gas setting is RUN_GAS_*, not *_GAS_MEAS | Daniel Friesel | -1/+1 |
2019-10-06 | blinkencat3: decrease default brightness | Daniel Friesel | -11/+30 |
2019-09-25 | bme680: Support SoftI2C | Daniel Friesel | -0/+4 |