Age | Commit message (Expand) | Author | Lines |
2018-11-30 | arduino: check program size is below 100% before flashing | Daniel Friesel | -0/+2 |
2018-11-30 | posix: quiet build | Daniel Friesel | -3/+3 |
2018-11-30 | prototest: nanopb: debugging | Daniel Friesel | -0/+1 |
2018-11-30 | XDR: Add float and double support | Daniel Friesel | -0/+14 |
2018-11-30 | Patch mpack to work on AVR | Daniel Friesel | -0/+9 |
2018-11-28 | fix memory leak in ubjson reader | Daniel Friesel | -0/+1 |
2018-11-26 | update nlohmann modernjson to v3.4 (with bson support) | Daniel Friesel | -968/+2369 |
2018-11-22 | prototest makefile: respect $QUIET | Daniel Friesel | -7/+7 |
2018-11-22 | prototest: switch to full autogeneration | Daniel Friesel | -373/+8 |
2018-11-22 | prototest: ignore benchmark files | Daniel Friesel | -17/+8 |
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 | prototest: autogen capnproto_c | Daniel Friesel | -39/+50 |
2018-11-21 | capn-c: *.c -> *.cc | Daniel Friesel | -3/+5 |
2018-11-21 | capnp_c list test | Daniel Friesel | -0/+24 |
2018-11-21 | working minimal capnp_c test case | Daniel Friesel | -23/+2516 |
2018-11-20 | move nanopb generated files to nanopbbench.pb.* | Daniel Friesel | -5/+6 |
2018-11-19 | XDRStream: Support float/double | Daniel Friesel | -0/+14 |
2018-11-19 | prototest: further benchmarking and code generation tests | Daniel Friesel | -22/+119 |
2018-11-16 | esp8266 stdout: partialle respect base, output unsigned char as number | Daniel Friesel | -3/+15 |
2018-11-16 | esp8266: Use os_printf where applicable | Daniel Friesel | -16/+8 |
2018-11-15 | MSP430: Add "counter" driver | Daniel Friesel | -0/+37 |
2018-11-15 | prototest makefile: add prototest_bench_{energy,cycles} switch | Daniel Friesel | -5/+14 |
2018-11-15 | arduino-nano: Add counter driver. Conflicts with timer_s=1 / loop=1 | Daniel Friesel | -0/+45 |
2018-11-15 | restore arduino-nano Makefile | Daniel Friesel | -4/+23 |
2018-11-14 | no-rtti no-threadsafe-statics | Daniel Friesel | -3/+3 |
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-14 | prototest: More arduinojson, ubjson, cbor | Daniel Friesel | -7/+43 |
2018-11-14 | prototest: restore nlohmann tests | Daniel Friesel | -0/+46 |
2018-11-13 | prototest: add ubjson | Daniel Friesel | -1/+1728 |
2018-11-13 | Support C targets | Daniel Friesel | -10/+30 |
2018-11-13 | Distinguish between C and C++ targets | Daniel Friesel | -54/+60 |
2018-11-13 | import MPack. Does not work with embedded yet | Daniel Friesel | -0/+13632 |
2018-11-13 | nanopb: fix import, update to 0.3.9.2 | Daniel Friesel | -0/+2520 |
2018-11-13 | add NanoPB Protocol Buffers implementation | Daniel Friesel | -41/+1063 |
2018-11-13 | disable threadsafe statics | Daniel Friesel | -1/+1 |
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 | -10/+8 |
2018-11-12 | xdrstream: use more descriptive template arg name | Daniel Friesel | -6/+6 |
2018-11-12 | prototest: json serialization | Daniel Friesel | -3/+64 |
2018-11-12 | wat | Daniel Friesel | -6/+15 |
2018-11-12 | i2cdetect: loop by default | Daniel Friesel | -0/+1 |
2018-11-12 | arduino-nano: 16bit timer frequency | Daniel Friesel | -2/+2 |
2018-10-26 | Merge SoftI2C timer={0,1} code paths, adjust timing according to I2C spec | Daniel Friesel | -161/+33 |
2018-10-25 | softi2c: Also support pullup with timer=1 | Daniel Friesel | -0/+12 |
2018-10-25 | msp430 i2c: refactor code a bit | Daniel Friesel | -19/+14 |
2018-10-25 | softi2c: Work around MSP430 timing issues with softi2c_timer=1 | Daniel Friesel | -0/+10 |
2018-10-25 | msp430: Fix delay_us/delay_ms for F_CPU≠16MHz | Daniel Friesel | -2/+2 |