Age | Commit message (Expand) | Author | Lines |
2018-11-13 | prototest: add ubjson | Daniel Friesel | -1/+1728 |
2018-11-13 | Support C targets | Daniel Friesel | -10/+30 |
2018-11-13 | Distinguish between C and C++ targets | Daniel Friesel | -54/+60 |
2018-11-13 | import MPack. Does not work with embedded yet | Daniel Friesel | -0/+13632 |
2018-11-13 | nanopb: fix import, update to 0.3.9.2 | Daniel Friesel | -0/+2520 |
2018-11-13 | add NanoPB Protocol Buffers implementation | Daniel Friesel | -41/+1063 |
2018-11-13 | disable threadsafe statics | Daniel Friesel | -1/+1 |
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 | -10/+8 |
2018-11-12 | xdrstream: use more descriptive template arg name | Daniel Friesel | -6/+6 |
2018-11-12 | prototest: json serialization | Daniel Friesel | -3/+64 |
2018-11-12 | wat | Daniel Friesel | -6/+15 |
2018-11-12 | i2cdetect: loop by default | Daniel Friesel | -0/+1 |
2018-11-12 | arduino-nano: 16bit timer frequency | Daniel Friesel | -2/+2 |
2018-10-26 | Merge SoftI2C timer={0,1} code paths, adjust timing according to I2C spec | Daniel Friesel | -161/+33 |
2018-10-25 | softi2c: Also support pullup with timer=1 | Daniel Friesel | -0/+12 |
2018-10-25 | msp430 i2c: refactor code a bit | Daniel Friesel | -19/+14 |
2018-10-25 | softi2c: Work around MSP430 timing issues with softi2c_timer=1 | Daniel Friesel | -0/+10 |
2018-10-25 | msp430: Fix delay_us/delay_ms for F_CPU≠16MHz | Daniel Friesel | -2/+2 |
2018-10-25 | . | Daniel Friesel | -6/+4 |
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 | -7/+61 |
2018-10-23 | POSIX: Improve GPIO emulation | Daniel Friesel | -34/+120 |
2018-10-22 | i2cbench: configurable setos | Daniel Friesel | -1/+9 |
2018-10-22 | i2cbencH: show device ID | Daniel Friesel | -0/+9 |
2018-10-19 | MSP430 I2C: Enable interrupts for RX mode | Daniel Friesel | -1/+7 |
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 |