Age | Commit message (Expand) | Author | Lines |
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 |
2019-06-04 | MSP430FR5994: Fix GPIO und SPI_B drivers | Daniel Friesel | -14/+94 |
2019-05-24 | add arduino-nano arch_types | Daniel Friesel | -0/+7 |
2019-05-24 | add ccs811, max44006, max44009 drivers. Not all are working. | Daniel Friesel | -0/+60 |
2019-03-22 | esp8266: add missing features to driver/counter | Daniel Friesel | -2/+3 |
2019-03-21 | counter: add include guards | Daniel Friesel | -0/+15 |
2019-03-13 | arduino nano: bugfix, aspectc++ support | Daniel Friesel | -2/+2 |
2019-03-08 | msp430fr5969 counter: Track overflows | Daniel Friesel | -3/+7 |
2019-03-05 | counter: rename overflowed to overflow | Daniel Friesel | -21/+34 |
2019-03-05 | ptalog: Do not request pin number when gpio is not used | Daniel Friesel | -1/+1 |
2019-03-04 | counter: Provide typedefs fore value/overflow type | Daniel Friesel | -4/+21 |
2019-03-04 | ptalog: Support different logging types | Daniel Friesel | -2/+40 |
2019-03-04 | Add LM75 DFA model | Daniel Friesel | -0/+2 |
2019-02-22 | ptalog: Add GPIO-based synchronization functions | Daniel Friesel | -5/+17 |
2019-02-22 | Add PTALog class | Daniel Friesel | -0/+51 |
2019-01-29 | add primitive esp8266 counter | Daniel Friesel | -0/+36 |
2019-01-29 | fix posix uptime driver | Daniel Friesel | -0/+1 |
2019-01-09 | import binn serialization format | Daniel Friesel | -0/+923 |
2018-12-14 | also trace realloc calls | Daniel Friesel | -0/+1 |