Age | Commit message (Expand) | Author | Lines |
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 |
2018-11-12 | Make ArduinoJson work with msp430.h | Daniel Friesel | -14/+14 |
2018-11-12 | XDR: Use stdint types for now | Daniel Friesel | -9/+7 |
2018-11-12 | xdrstream: use more descriptive template arg name | Daniel Friesel | -2/+2 |
2018-11-12 | prototest: json serialization | Daniel Friesel | -0/+7 |
2018-11-12 | arduino-nano: 16bit timer frequency | Daniel Friesel | -2/+2 |
2018-10-25 | . | Daniel Friesel | -2/+2 |
2018-10-25 | msp430 gpio: Add (unused) write_mask function | Daniel Friesel | -0/+17 |
2018-10-24 | I2C: Add support for manual / always-on gpio pullups | Daniel Friesel | -0/+9 |
2018-10-23 | POSIX: Improve GPIO emulation | Daniel Friesel | -6/+116 |
2018-10-19 | LM75: Add getOS, getHyst accessors | Daniel Friesel | -0/+2 |
2018-10-18 | arduino nano: ignore warnings about unused arguments | Daniel Friesel | -0/+2 |
2018-10-18 | msp430: Enable powersaving | Daniel Friesel | -4/+6 |
2018-10-16 | MSP430 timer.stop: Disable timer entirely to save energy | Daniel Friesel | -8/+8 |
2018-10-16 | Fix an incredibly stupid bug | Daniel Friesel | -1/+1 |
2018-10-15 | add preliminary xdr input driver | Daniel Friesel | -0/+22 |
2018-10-15 | Enable busy waiting in I2C driver to reach selected I2C clock | Daniel Friesel | -2/+2 |
2018-10-15 | add timertest app, improve msp430 timer driver | Daniel Friesel | -7/+42 |
2018-10-12 | half-baked timer implementation for MSP430 and Arduino | Daniel Friesel | -4/+51 |
2018-09-25 | Your Templates are Bad and You Should Feel Bad | Daniel Friesel | -1/+9 |
2018-09-24 | Start work on XDR Stream output | Daniel Friesel | -0/+42 |
2018-09-24 | Add memory buffer (drop-in replacement for kout/stdout) | Daniel Friesel | -0/+20 |