summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2020-01-08Add basic MAX44009 energy modelDaniel Friesel-0/+22
2020-01-08luxlog: red led while transmitting dataDaniel Friesel-0/+2
2020-01-08Add MS3430FR5994LP GPIO driverDaniel Friesel-0/+39
2020-01-08Finish simple MSP430FR5969LP GPIO driverDaniel Friesel-9/+35
2020-01-07commentDaniel Friesel-1/+1
2019-12-20add untested Arduino Nano SPI driverDaniel Friesel-2/+73
2019-12-20Makefile: Add nrf24l01 pins for arduinoDaniel Friesel-3/+13
2019-12-20nrf24l01test: set RX/TX mode via make flagDaniel Friesel-9/+13
2019-12-19Add MSP430FR5994 CPU model (datasheet values)Daniel Friesel-0/+79
2019-12-19nrf24: Add setDataRate methodDaniel Friesel-0/+8
2019-12-19add luxlog appDaniel Friesel-0/+68
2019-12-18BME: Add setStandbyTimeDaniel Friesel-2/+10
2019-12-18Add MSP430FR5969 CPU modelDaniel Friesel-0/+79
2019-12-18msp430fR5969: Add sleep_ms functionDaniel Friesel-0/+49
2019-12-12oopsDaniel Friesel-2/+2
2019-12-12mpu9250: Fix setGyroEnable/setAccelEnable. derp....Daniel Friesel-6/+6
2019-12-12mpu9250: Add nineAxis functionDaniel Friesel-0/+17
2019-12-12MSP430FR5994: switch back to 16MHz for nowDaniel Friesel-1/+1
2019-12-12bme680_util: add sleep_ms wrapperDaniel Friesel-0/+6
2019-12-12mpu9250: lowPowerAccelOnly may be called from LP_ACCEL to change update rateDaniel Friesel-1/+1
2019-12-01mpu2950_motionlog: disable unused magnetometer + gyroscope to save powerDaniel Friesel-14/+1
2019-11-28MPU9250: Add AEMR DFA driver functions and modelDaniel Friesel-1/+107
2019-11-25msp430fr5994lp: Use TI msp430-gcc 5.1.2.0Daniel Friesel-11/+10
2019-11-18ptalog barcode generation: decrease module size, increase quiet zoneDaniel Friesel-6/+6
2019-11-15ptalog: note that the current code may violate the Code128 quiet zoneDaniel Friesel-0/+3
2019-11-14ptalog: decrease delay border around barcode outputDaniel Friesel-2/+2
2019-11-13ptalog: Support barcode synchronizationDaniel Friesel-2/+17
2019-11-10blinkencat3: turn off LEDs when chargingDaniel Friesel-13/+38
2019-11-05PTALog: Add PTALOG_GPIO_BEFORE (toggle GPIO before instead of during transition)Daniel Friesel-12/+25
2019-11-05Makefiles: Fix arch_drivers and drivers overides/additionsDaniel Friesel-5/+5
2019-11-04msp430fr5994lp sleep_ms: handle ms == 0Daniel Friesel-0/+3
2019-11-04esp8266: make serial port configurableDaniel Friesel-2/+2
2019-11-04update energybench. showcase for MSP430 EnergyTrace inaccuraciasDaniel Friesel-68/+39
2019-11-02mpu9250 motionlog: fix min/max calculation, decrease update rateDaniel Friesel-6/+6
2019-11-01MPU9250 motionlog: initialize values, slightly lower sample rateDaniel Friesel-4/+9
2019-11-01arduino nano: Do not declare delay_* as inlineDaniel Friesel-2/+2
2019-11-01MPU9250: Add SparkFun constants and non-raw readout of Accel and GyroDaniel Friesel-17/+450
2019-11-01ws2812b_uart: support setting arbitrary colorsDaniel Friesel-2/+32
2019-10-28msp430fr5994 arch.sleep_ms: fix max sleey duration documentationDaniel Friesel-7/+11
2019-10-28MSP430FR5994: Add .arch.sleep_ms (energy-efficient delay_ms variant)Daniel Friesel-0/+43
2019-10-26add preliminary ws2812b uart appDaniel Friesel-0/+204
2019-10-25BME280: Add DFA modelDaniel Friesel-1/+132
2019-10-25BME280 driver: normalize API, add i2cdetect testDaniel Friesel-44/+98
2019-10-25BME280: Do not use 64bit code (slow and broken on 16bit MSP430)Daniel Friesel-1/+1
2019-10-25Add BME280 driverDaniel Friesel-0/+2078
2019-10-21Add basic MPU9250 driverDaniel Friesel-0/+169
2019-10-18outputstream: 'this->' is not needed hereDaniel Friesel-1/+1
2019-10-18softi2c: handle SCL BUSY timeoutsDaniel Friesel-2/+18
2019-10-18Add preliminary version of HDC1080 driver (not working reliably yet)Daniel Friesel-0/+91
2019-10-17blinkencat3: rotate colours clockwiseDaniel Friesel-4/+4