Age | Commit message (Expand) | Author | Lines |
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 |
2018-09-24 | Remove ubjson for now | Daniel Friesel | -393/+0 |
2018-09-24 | outputstream: Add << for float and double | Daniel Friesel | -0/+2 |
2018-09-17 | add nlohmann modenjson | Daniel Friesel | -0/+18799 |
2018-09-17 | Import arduinojson and ubjson. Only partially working at the moment | Daniel Friesel | -0/+5679 |
2018-08-17 | add timer-supported software i2c + arduino-nano timer | Daniel Friesel | -0/+28 |
2018-08-08 | Add 24LC64 EEPROM driver | Daniel Friesel | -0/+19 |
2018-08-08 | Add Blinkenrocket arch | Daniel Friesel | -0/+244 |
2018-08-07 | Add AM2320 driver | Daniel Friesel | -0/+22 |
2018-08-07 | arch: Add delay_ms function | Daniel Friesel | -0/+2 |
2018-08-07 | AVR GPIO: Add pullup support | Daniel Friesel | -0/+46 |
2018-08-07 | Support optional SoftI2C pullups on MSP430 | Daniel Friesel | -0/+41 |
2018-07-17 | Move include/$arch to include/arch/$arch to be consistent with src/ hierarchy | Daniel Friesel | -0/+0 |