Age | Commit message (Expand) | Author | Lines |
2018-10-19 | LM75: Add getOS, getHyst accessors | Daniel Friesel | -0/+20 |
2018-10-19 | msp430: Notify software if I2C driver is active | Daniel Friesel | -0/+1 |
2018-10-19 | arduino nano: support additional CPU frequencies | Daniel Friesel | -6/+74 |
2018-10-18 | arduino nano: ignore warnings about unused arguments | Daniel Friesel | -0/+2 |
2018-10-18 | add "Do nothing" app | Daniel Friesel | -0/+21 |
2018-10-18 | msp430: Enable powersaving | Daniel Friesel | -4/+6 |
2018-10-18 | msp430 arch.cc cleanup | Daniel Friesel | -111/+1 |
2018-10-18 | MSP430: Show calculated real timer frequency on 'info" | Daniel Friesel | -1/+49 |
2018-10-18 | add non-monitor build wrapper | Daniel Friesel | -0/+7 |
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-16 | MSP430: Support CPU speed variation in microsecond timer | Daniel Friesel | -5/+17 |
2018-10-15 | add preliminary xdr input driver | Daniel Friesel | -0/+73 |
2018-10-15 | Enable busy waiting in I2C driver to reach selected I2C clock | Daniel Friesel | -22/+28 |
2018-10-15 | prototest wip | Daniel Friesel | -2/+16 |
2018-10-15 | adjust soft_i2c to recent infrastructure changes | Daniel Friesel | -9/+8 |
2018-10-15 | i2cdetect: Add initial CCS811 support | Daniel Friesel | -0/+10 |
2018-10-15 | makefile: show selected drivers | Daniel Friesel | -0/+1 |
2018-10-15 | set default for F_I2C | Daniel Friesel | -0/+4 |
2018-10-15 | MSP430 stdout: Support more CPU frequencies | Daniel Friesel | -1/+29 |
2018-10-15 | MSP430: Avoid possible race conditions when going to sleep | Daniel Friesel | -6/+4 |
2018-10-15 | MSP430: Support several CPU speeds | Daniel Friesel | -3/+24 |
2018-10-15 | add timertest app, improve msp430 timer driver | Daniel Friesel | -7/+88 |
2018-10-15 | add make info/program/monitor wrapper (./mpi arch=... app=...) | Daniel Friesel | -0/+7 |
2018-10-12 | Makefiles: quiet mode, optional info output | Daniel Friesel | -37/+73 |
2018-10-12 | MSP430 I2C: Configurable I2C frequency | Daniel Friesel | -1/+1 |
2018-10-12 | arduino nano: ignore non-timer interrupts for loop | Daniel Friesel | -5/+15 |
2018-10-12 | half-baked timer implementation for MSP430 and Arduino | Daniel Friesel | -16/+71 |
2018-09-25 | Your Templates are Bad and You Should Feel Bad | Daniel Friesel | -4/+49 |
2018-09-24 | Start work on XDR Stream output | Daniel Friesel | -0/+148 |
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 | -1696/+0 |
2018-09-24 | POSIX: Add loop and timer support | Daniel Friesel | -0/+17 |
2018-09-24 | prototest: Include xdrstream | Daniel Friesel | -2/+30 |
2018-09-24 | OutputStream: Do not prefix hex numbers with 0x | Daniel Friesel | -2/+3 |
2018-09-24 | outputstream: Add << for float and double | Daniel Friesel | -0/+14 |
2018-09-17 | add nlohmann modenjson | Daniel Friesel | -0/+18799 |
2018-09-17 | Add #define for POSIX arch | Daniel Friesel | -0/+2 |
2018-09-17 | esp8266: Fix typo | Daniel Friesel | -1/+1 |
2018-09-17 | Import arduinojson and ubjson. Only partially working at the moment | Daniel Friesel | -0/+7015 |
2018-08-27 | msp430: Add preprocessor macro for CPU speed | Daniel Friesel | -1/+7 |
2018-08-17 | add timer-supported software i2c + arduino-nano timer | Daniel Friesel | -0/+283 |
2018-08-16 | configurable i2c bitrate on arduino nano | Daniel Friesel | -3/+12 |
2018-08-16 | Blinkenrocket: Configurable I2C speed | Daniel Friesel | -2/+10 |
2018-08-15 | i2cbench: write benchmark | Daniel Friesel | -4/+2 |
2018-08-10 | Add i2cbench app | Daniel Friesel | -4/+78 |
2018-08-09 | Optionally disable stdout | Daniel Friesel | -0/+8 |
2018-08-09 | i2cdetect: temporary disable i2c detection phase | Daniel Friesel | -0/+2 |
2018-08-09 | blinkenrocket i2c: Add optional no-interrupt I2C | Daniel Friesel | -2/+9 |
2018-08-08 | Add 24LC64 EEPROM driver | Daniel Friesel | -0/+65 |