Age | Commit message (Expand) | Author | Lines |
2020-07-10 | add resistive load driver for energy measurement device evaluation | Daniel Friesel | -0/+35 |
2020-05-14 | Arduino Nano GPIO: Fix typo | Daniel Friesel | -4/+4 |
2020-04-30 | MSP430FR5969 GPIO: Fix typo | Daniel Friesel | -1/+1 |
2020-04-30 | MSP430 gpio.setup: Avoid unintentional short circuits | Daniel Friesel | -14/+40 |
2020-03-25 | msp430fr5994lp-256k: aspectc support | Daniel Friesel | -0/+3 |
2020-03-18 | Arduino: Add ADC driver | Daniel Friesel | -0/+17 |
2020-03-11 | Add S5851A temperature sensor driver | Daniel Friesel | -0/+19 |
2020-03-08 | mpu9250: getRawMagnet: pass request success to userland | Daniel Friesel | -1/+1 |
2020-03-08 | HDC1080: Add heater toggle | Daniel Friesel | -0/+1 |
2019-12-20 | add untested Arduino Nano SPI driver | Daniel Friesel | -0/+18 |
2019-12-12 | mpu9250: Add nineAxis function | Daniel Friesel | -0/+1 |
2019-12-12 | bme680_util: add sleep_ms wrapper | Daniel Friesel | -0/+1 |
2019-11-28 | MPU9250: Add AEMR DFA driver functions and model | Daniel Friesel | -1/+9 |
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-05 | PTALog: Add PTALOG_GPIO_BEFORE (toggle GPIO before instead of during transition) | Daniel Friesel | -12/+25 |
2019-11-01 | MPU9250: Add SparkFun constants and non-raw readout of Accel and Gyro | Daniel Friesel | -8/+268 |
2019-10-28 | MSP430FR5994: Add .arch.sleep_ms (energy-efficient delay_ms variant) | Daniel Friesel | -0/+1 |
2019-10-25 | BME280: Add DFA model | Daniel Friesel | -0/+17 |
2019-10-25 | BME280 driver: normalize API, add i2cdetect test | Daniel Friesel | -10/+36 |
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/+895 |
2019-10-21 | Add basic MPU9250 driver | Daniel Friesel | -0/+30 |
2019-10-18 | Add preliminary version of HDC1080 driver (not working reliably yet) | Daniel Friesel | -0/+22 |
2019-09-25 | BME680: Add .configure helper function | Daniel Friesel | -0/+9 |
2019-09-25 | more BME680 tests | Daniel Friesel | -0/+4 |
2019-09-24 | bme680: add accessors for benchmark generation | Daniel Friesel | -0/+28 |
2019-09-24 | convert BME680 driver to C++ class | Daniel Friesel | -191/+388 |
2019-09-23 | Add Bosch SensorTec BME680 driver + utilities | Daniel Friesel | -0/+777 |
2019-09-06 | add blinkencat3 app | Daniel Friesel | -0/+3 |
2019-09-02 | Add Adafruit NeoPixel library | Daniel Friesel | -0/+347 |
2019-09-02 | Arduino Nano GPIO: Add pinToPort and pinToBitmask helpers | Daniel Friesel | -0/+12 |
2019-07-26 | ptalog: Optionally store return values of function calls | Daniel Friesel | -4/+16 |
2019-07-26 | MSP430FR5994 counter: Track overflows. | Daniel Friesel | -2/+6 |
2019-07-22 | ptalog: common output format | Daniel Friesel | -1/+1 |
2019-07-19 | ptalog: dump trace id | Daniel Friesel | -2/+2 |
2019-07-18 | nrf24: Add observe tx accessor | Daniel Friesel | -0/+7 |
2019-07-16 | more radio tests | Daniel Friesel | -6/+16 |
2019-07-16 | Working Nrf24 ping-pong | Daniel Friesel | -117/+223 |
2019-06-28 | Switch to an OS-independent XDR implementation for protocol evaluations | Daniel Friesel | -0/+134 |
2019-06-26 | Add a 16-bit XDR variant | Daniel Friesel | -0/+77 |
2019-06-25 | addsetautoack | Daniel Friesel | -3/+24 |
2019-06-25 | RF24: toggles, add setPayloadSize | Daniel Friesel | -2/+6 |
2019-06-25 | Nrf24: dynamic payload size and dynamic acks | Daniel Friesel | -1/+25 |
2019-06-24 | RF24: Add functions required for reading | Daniel Friesel | -2/+157 |
2019-06-24 | import nRF24 TX code | Daniel Friesel | -39/+212 |
2019-06-21 | add basic nRF24 driver | Daniel Friesel | -0/+196 |
2019-06-21 | mpack: disable node api (we do not use it) | Daniel Friesel | -1/+1 |