Age | Commit message (Expand) | Author | Lines |
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 |
2018-12-13 | add fake counter driver for arch=posix | Daniel Friesel | -0/+31 |
2018-12-11 | Add msp430fR5994lp-256k dummy arch | Daniel Friesel | -0/+1 |
2018-12-11 | add msp430fr5994 to ArduinoJSON and mpack embedded detection | Daniel Friesel | -2/+19 |
2018-12-11 | New architecture: msp430fr5994lp (MSP430FR5994 Launchpad) | Daniel Friesel | -0/+449 |
2018-12-05 | XDR: Add proper get_string method | Daniel Friesel | -0/+1 |
2018-12-04 | arduino-nano: change timer to new API | Daniel Friesel | -4/+5 |
2018-12-03 | msp430 counter: Switch to new API | Daniel Friesel | -2/+3 |
2018-12-03 | esp8266: add counter driver | Daniel Friesel | -0/+2 |
2018-11-30 | XDR: Add float and double support | Daniel Friesel | -0/+2 |
2018-11-30 | Patch mpack to work on AVR | Daniel Friesel | -0/+9 |
2018-11-26 | update nlohmann modernjson to v3.4 (with bson support) | Daniel Friesel | -968/+2369 |
2018-11-22 | stdbuf: Track buffer size | Daniel Friesel | -2/+7 |
2018-11-21 | capnp_c: Work around AVR not defining ssize_t | Daniel Friesel | -0/+5 |
2018-11-21 | working minimal capnp_c test case | Daniel Friesel | -0/+665 |
2018-11-19 | XDRStream: Support float/double | Daniel Friesel | -0/+2 |
2018-11-16 | esp8266: Use os_printf where applicable | Daniel Friesel | -1/+1 |
2018-11-15 | MSP430: Add "counter" driver | Daniel Friesel | -0/+26 |
2018-11-15 | arduino-nano: Add counter driver. Conflicts with timer_s=1 / loop=1 | Daniel Friesel | -0/+27 |
2018-11-14 | mpack: properly detect if running on embedded | Daniel Friesel | -0/+12 |
2018-11-14 | Configure mpack for embedded | Daniel Friesel | -2/+2 |
2018-11-13 | prototest: add ubjson | Daniel Friesel | -0/+394 |
2018-11-13 | import MPack. Does not work with embedded yet | Daniel Friesel | -0/+7151 |
2018-11-13 | nanopb: fix import, update to 0.3.9.2 | Daniel Friesel | -0/+1 |
2018-11-13 | add NanoPB Protocol Buffers implementation | Daniel Friesel | -0/+980 |
2018-11-12 | arduinojson: adjust embedded detection for multipass | Daniel Friesel | -1/+3 |