summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
2019-10-21Add basic MPU9250 driverDaniel Friesel-0/+30
2019-10-18Add preliminary version of HDC1080 driver (not working reliably yet)Daniel Friesel-0/+22
2019-09-25BME680: Add .configure helper functionDaniel Friesel-0/+9
2019-09-25more BME680 testsDaniel Friesel-0/+4
2019-09-24bme680: add accessors for benchmark generationDaniel Friesel-0/+28
2019-09-24convert BME680 driver to C++ classDaniel Friesel-191/+388
2019-09-23Add Bosch SensorTec BME680 driver + utilitiesDaniel Friesel-0/+777
2019-09-06add blinkencat3 appDaniel Friesel-0/+3
2019-09-02Add Adafruit NeoPixel libraryDaniel Friesel-0/+347
2019-09-02Arduino Nano GPIO: Add pinToPort and pinToBitmask helpersDaniel Friesel-0/+12
2019-07-26ptalog: Optionally store return values of function callsDaniel Friesel-4/+16
2019-07-26MSP430FR5994 counter: Track overflows.Daniel Friesel-2/+6
2019-07-22ptalog: common output formatDaniel Friesel-1/+1
2019-07-19ptalog: dump trace idDaniel Friesel-2/+2
2019-07-18nrf24: Add observe tx accessorDaniel Friesel-0/+7
2019-07-16more radio testsDaniel Friesel-6/+16
2019-07-16Working Nrf24 ping-pongDaniel Friesel-117/+223
2019-06-28Switch to an OS-independent XDR implementation for protocol evaluationsDaniel Friesel-0/+134
2019-06-26Add a 16-bit XDR variantDaniel Friesel-0/+77
2019-06-25addsetautoackDaniel Friesel-3/+24
2019-06-25RF24: toggles, add setPayloadSizeDaniel Friesel-2/+6
2019-06-25Nrf24: dynamic payload size and dynamic acksDaniel Friesel-1/+25
2019-06-24RF24: Add functions required for readingDaniel Friesel-2/+157
2019-06-24import nRF24 TX codeDaniel Friesel-39/+212
2019-06-21add basic nRF24 driverDaniel Friesel-0/+196
2019-06-21mpack: disable node api (we do not use it)Daniel Friesel-1/+1
2019-06-04MSP430FR5994: Fix GPIO und SPI_B driversDaniel Friesel-14/+94
2019-05-24add arduino-nano arch_typesDaniel Friesel-0/+7
2019-05-24add ccs811, max44006, max44009 drivers. Not all are working.Daniel Friesel-0/+60
2019-03-22esp8266: add missing features to driver/counterDaniel Friesel-2/+3
2019-03-21counter: add include guardsDaniel Friesel-0/+15
2019-03-13arduino nano: bugfix, aspectc++ supportDaniel Friesel-2/+2
2019-03-08msp430fr5969 counter: Track overflowsDaniel Friesel-3/+7
2019-03-05counter: rename overflowed to overflowDaniel Friesel-21/+34
2019-03-05ptalog: Do not request pin number when gpio is not usedDaniel Friesel-1/+1
2019-03-04counter: Provide typedefs fore value/overflow typeDaniel Friesel-4/+21
2019-03-04ptalog: Support different logging typesDaniel Friesel-2/+40
2019-03-04Add LM75 DFA modelDaniel Friesel-0/+2
2019-02-22ptalog: Add GPIO-based synchronization functionsDaniel Friesel-5/+17
2019-02-22Add PTALog classDaniel Friesel-0/+51
2019-01-29add primitive esp8266 counterDaniel Friesel-0/+36
2019-01-29fix posix uptime driverDaniel Friesel-0/+1
2019-01-09import binn serialization formatDaniel Friesel-0/+923
2018-12-14also trace realloc callsDaniel Friesel-0/+1
2018-12-13add fake counter driver for arch=posixDaniel Friesel-0/+31
2018-12-11Add msp430fR5994lp-256k dummy archDaniel Friesel-0/+1
2018-12-11add msp430fr5994 to ArduinoJSON and mpack embedded detectionDaniel Friesel-2/+19
2018-12-11New architecture: msp430fr5994lp (MSP430FR5994 Launchpad)Daniel Friesel-0/+449
2018-12-05XDR: Add proper get_string methodDaniel Friesel-0/+1
2018-12-04arduino-nano: change timer to new APIDaniel Friesel-4/+5