summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
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-21working minimal capnp_c test caseDaniel Friesel-0/+665
2018-11-19XDRStream: Support float/doubleDaniel Friesel-0/+2
2018-11-16esp8266: Use os_printf where applicableDaniel Friesel-1/+1
2018-11-15MSP430: Add "counter" driverDaniel Friesel-0/+26
2018-11-15arduino-nano: Add counter driver. Conflicts with timer_s=1 / loop=1Daniel Friesel-0/+27
2018-11-14mpack: properly detect if running on embeddedDaniel Friesel-0/+12
2018-11-14Configure mpack for embeddedDaniel Friesel-2/+2
2018-11-13prototest: add ubjsonDaniel Friesel-0/+394
2018-11-13import MPack. Does not work with embedded yetDaniel Friesel-0/+7151
2018-11-13nanopb: fix import, update to 0.3.9.2Daniel Friesel-0/+1
2018-11-13add NanoPB Protocol Buffers implementationDaniel Friesel-0/+980
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-9/+7
2018-11-12xdrstream: use more descriptive template arg nameDaniel Friesel-2/+2
2018-11-12prototest: json serializationDaniel Friesel-0/+7
2018-11-12arduino-nano: 16bit timer frequencyDaniel Friesel-2/+2
2018-10-25.Daniel Friesel-2/+2
2018-10-25msp430 gpio: Add (unused) write_mask functionDaniel Friesel-0/+17
2018-10-24I2C: Add support for manual / always-on gpio pullupsDaniel Friesel-0/+9
2018-10-23POSIX: Improve GPIO emulationDaniel Friesel-6/+116
2018-10-19LM75: Add getOS, getHyst accessorsDaniel Friesel-0/+2
2018-10-18arduino nano: ignore warnings about unused argumentsDaniel Friesel-0/+2
2018-10-18msp430: Enable powersavingDaniel Friesel-4/+6
2018-10-16MSP430 timer.stop: Disable timer entirely to save energyDaniel Friesel-8/+8
2018-10-16Fix an incredibly stupid bugDaniel Friesel-1/+1
2018-10-15add preliminary xdr input driverDaniel Friesel-0/+22
2018-10-15Enable busy waiting in I2C driver to reach selected I2C clockDaniel Friesel-2/+2
2018-10-15add timertest app, improve msp430 timer driverDaniel Friesel-7/+42
2018-10-12half-baked timer implementation for MSP430 and ArduinoDaniel Friesel-4/+51
2018-09-25Your Templates are Bad and You Should Feel BadDaniel Friesel-1/+9
2018-09-24Start work on XDR Stream outputDaniel Friesel-0/+42
2018-09-24Add memory buffer (drop-in replacement for kout/stdout)Daniel Friesel-0/+20
2018-09-24Remove ubjson for nowDaniel Friesel-393/+0
2018-09-24outputstream: Add << for float and doubleDaniel Friesel-0/+2
2018-09-17add nlohmann modenjsonDaniel Friesel-0/+18799
2018-09-17Import arduinojson and ubjson. Only partially working at the momentDaniel Friesel-0/+5679
2018-08-17add timer-supported software i2c + arduino-nano timerDaniel Friesel-0/+28
2018-08-08Add 24LC64 EEPROM driverDaniel Friesel-0/+19
2018-08-08Add Blinkenrocket archDaniel Friesel-0/+244
2018-08-07Add AM2320 driverDaniel Friesel-0/+22
2018-08-07arch: Add delay_ms functionDaniel Friesel-0/+2
2018-08-07AVR GPIO: Add pullup supportDaniel Friesel-0/+46
2018-08-07Support optional SoftI2C pullups on MSP430Daniel Friesel-0/+41
2018-07-17Move include/$arch to include/arch/$arch to be consistent with src/ hierarchyDaniel Friesel-0/+0
2018-07-12Add arch.idle() commandDaniel Friesel-0/+1
2018-07-12Fix MSP430FR5969LP GPIO warningDaniel Friesel-0/+1
2018-07-12Add I2C Detect appDaniel Friesel-0/+19