summaryrefslogtreecommitdiff
path: root/src/os
AgeCommit message (Expand)AuthorLines
2019-09-23printf_float: Fix output errors caused by cast to signed intDaniel Friesel-6/+6
2019-06-28XDR: Add notes about undefined behaviourDaniel Friesel-0/+8
2019-06-26Add a 16-bit XDR variantDaniel Friesel-0/+260
2018-12-05XDR: Use unions instead of casts for float/double<->int conversionDaniel Friesel-6/+24
2018-12-05XDR: Add proper get_string methodDaniel Friesel-0/+14
2018-11-30XDR: Add float and double supportDaniel Friesel-0/+12
2018-11-19XDRStream: Support float/doubleDaniel Friesel-0/+12
2018-11-12XDR: Use stdint types for nowDaniel Friesel-1/+1
2018-11-12xdrstream: use more descriptive template arg nameDaniel Friesel-4/+4
2018-11-12prototest: json serializationDaniel Friesel-0/+10
2018-10-15add preliminary xdr input driverDaniel Friesel-0/+51
2018-09-25Your Templates are Bad and You Should Feel BadDaniel Friesel-1/+32
2018-09-24Start work on XDR Stream outputDaniel Friesel-0/+106
2018-09-24OutputStream: Do not prefix hex numbers with 0xDaniel Friesel-2/+3
2018-09-24outputstream: Add << for float and doubleDaniel Friesel-0/+12
2017-12-14Add I2C and LM75 driversDaniel Friesel-1/+36
2017-12-11add app supportDaniel Friesel-117/+0
2017-12-11Add basic uptime getter, improve loop supportDaniel Friesel-0/+6
2017-12-08"Fix" esp8266 UART output by removing virtual functionsDaniel Friesel-0/+1
2017-12-08Add output support (broken on esp8266)Daniel Friesel-0/+200
2017-12-06Add support for arduino-like loop function + blinky on esp8266Daniel Friesel-1/+6
2017-12-04Add basic system: LED GPIO on MSP430FR5969 Launchpad and faked GPIO on POSIXDaniel Friesel-0/+100