Age | Commit message (Expand) | Author | Lines |
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 |
2018-07-12 | Add arch.idle() command | Daniel Friesel | -0/+1 |
2018-07-12 | Fix MSP430FR5969LP GPIO warning | Daniel Friesel | -0/+1 |
2018-07-12 | Add I2C Detect app | Daniel Friesel | -0/+19 |
2018-07-12 | Add delay_us on AVR arch | Daniel Friesel | -0/+1 |
2018-07-12 | Extend ESP8266 GPIO | Daniel Friesel | -0/+12 |
2018-01-16 | esp8266 stdout: add printf_uint8 and printf_float | Daniel Friesel | -0/+2 |
2018-01-15 | Add Software I2C implementation | Daniel Friesel | -0/+26 |
2018-01-12 | add arduino nano stdin driver | Daniel Friesel | -0/+24 |
2018-01-12 | add stdin for esp8266 and msp430 as well as preliminary shell app | Daniel Friesel | -0/+48 |
2018-01-12 | fix typo in stdout.h include guard | Daniel Friesel | -4/+4 |
2018-01-12 | add mmsimple driver | Daniel Friesel | -0/+34 |