summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2018-12-05XDR: Add proper get_string methodDaniel Friesel-0/+15
2018-12-04add monitor info to help outputDaniel Friesel-0/+10
2018-12-04prototest: loop indefinitely on all architectures but esp8266Daniel Friesel-1/+1
2018-12-04arduino-nano: change timer to new APIDaniel Friesel-4/+9
2018-12-03prototest: only include counter when neededDaniel Friesel-2/+5
2018-12-03msp430 counter: Switch to new APIDaniel Friesel-2/+3
2018-12-03msp430: note that LTO seems to be brokenDaniel Friesel-1/+4
2018-12-03esp8266: Enable proper LTO and section GCDaniel Friesel-2/+3
2018-12-03esp8266: add counter driverDaniel Friesel-3/+21
2018-11-30arduino: check program size is below 100% before flashingDaniel Friesel-0/+2
2018-11-30posix: quiet buildDaniel Friesel-3/+3
2018-11-30prototest: nanopb: debuggingDaniel Friesel-0/+1
2018-11-30XDR: Add float and double supportDaniel Friesel-0/+14
2018-11-30Patch mpack to work on AVRDaniel Friesel-0/+9
2018-11-28fix memory leak in ubjson readerDaniel Friesel-0/+1
2018-11-26update nlohmann modernjson to v3.4 (with bson support)Daniel Friesel-968/+2369
2018-11-22prototest makefile: respect $QUIETDaniel Friesel-7/+7
2018-11-22prototest: switch to full autogenerationDaniel Friesel-373/+8
2018-11-22prototest: ignore benchmark filesDaniel Friesel-17/+8
2018-11-22stdbuf: Track buffer sizeDaniel Friesel-2/+7
2018-11-21capnp_c: Work around AVR not defining ssize_tDaniel Friesel-0/+5
2018-11-21prototest: autogen capnproto_cDaniel Friesel-39/+50
2018-11-21capn-c: *.c -> *.ccDaniel Friesel-3/+5
2018-11-21capnp_c list testDaniel Friesel-0/+24
2018-11-21working minimal capnp_c test caseDaniel Friesel-23/+2516
2018-11-20move nanopb generated files to nanopbbench.pb.*Daniel Friesel-5/+6
2018-11-19XDRStream: Support float/doubleDaniel Friesel-0/+14
2018-11-19prototest: further benchmarking and code generation testsDaniel Friesel-22/+119
2018-11-16esp8266 stdout: partialle respect base, output unsigned char as numberDaniel Friesel-3/+15
2018-11-16esp8266: Use os_printf where applicableDaniel Friesel-16/+8
2018-11-15MSP430: Add "counter" driverDaniel Friesel-0/+37
2018-11-15prototest makefile: add prototest_bench_{energy,cycles} switchDaniel Friesel-5/+14
2018-11-15arduino-nano: Add counter driver. Conflicts with timer_s=1 / loop=1Daniel Friesel-0/+45
2018-11-15restore arduino-nano MakefileDaniel Friesel-4/+23
2018-11-14no-rtti no-threadsafe-staticsDaniel Friesel-3/+3
2018-11-14mpack: properly detect if running on embeddedDaniel Friesel-0/+12
2018-11-14Configure mpack for embeddedDaniel Friesel-2/+2
2018-11-14prototest: More arduinojson, ubjson, cborDaniel Friesel-7/+43
2018-11-14prototest: restore nlohmann testsDaniel Friesel-0/+46
2018-11-13prototest: add ubjsonDaniel Friesel-1/+1728
2018-11-13Support C targetsDaniel Friesel-10/+30
2018-11-13Distinguish between C and C++ targetsDaniel Friesel-54/+60
2018-11-13import MPack. Does not work with embedded yetDaniel Friesel-0/+13632
2018-11-13nanopb: fix import, update to 0.3.9.2Daniel Friesel-0/+2520
2018-11-13add NanoPB Protocol Buffers implementationDaniel Friesel-41/+1063
2018-11-13disable threadsafe staticsDaniel Friesel-1/+1
2018-11-12arduinojson: adjust embedded detection for multipassDaniel Friesel-1/+3
2018-11-12Make ArduinoJson work with msp430.hDaniel Friesel-14/+14
2018-11-12XDR: Use stdint types for nowDaniel Friesel-10/+8
2018-11-12xdrstream: use more descriptive template arg nameDaniel Friesel-6/+6