summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2018-10-15add make info/program/monitor wrapper (./mpi arch=... app=...)Daniel Friesel-0/+7
2018-10-12Makefiles: quiet mode, optional info outputDaniel Friesel-37/+73
2018-10-12MSP430 I2C: Configurable I2C frequencyDaniel Friesel-1/+1
2018-10-12arduino nano: ignore non-timer interrupts for loopDaniel Friesel-5/+15
2018-10-12half-baked timer implementation for MSP430 and ArduinoDaniel Friesel-16/+71
2018-09-25Your Templates are Bad and You Should Feel BadDaniel Friesel-4/+49
2018-09-24Start work on XDR Stream outputDaniel Friesel-0/+148
2018-09-24Add memory buffer (drop-in replacement for kout/stdout)Daniel Friesel-0/+20
2018-09-24Remove ubjson for nowDaniel Friesel-1696/+0
2018-09-24POSIX: Add loop and timer supportDaniel Friesel-0/+17
2018-09-24prototest: Include xdrstreamDaniel Friesel-2/+30
2018-09-24OutputStream: Do not prefix hex numbers with 0xDaniel Friesel-2/+3
2018-09-24outputstream: Add << for float and doubleDaniel Friesel-0/+14
2018-09-17add nlohmann modenjsonDaniel Friesel-0/+18799
2018-09-17Add #define for POSIX archDaniel Friesel-0/+2
2018-09-17esp8266: Fix typoDaniel Friesel-1/+1
2018-09-17Import arduinojson and ubjson. Only partially working at the momentDaniel Friesel-0/+7015
2018-08-27msp430: Add preprocessor macro for CPU speedDaniel Friesel-1/+7
2018-08-17add timer-supported software i2c + arduino-nano timerDaniel Friesel-0/+283
2018-08-16configurable i2c bitrate on arduino nanoDaniel Friesel-3/+12
2018-08-16Blinkenrocket: Configurable I2C speedDaniel Friesel-2/+10
2018-08-15i2cbench: write benchmarkDaniel Friesel-4/+2
2018-08-10Add i2cbench appDaniel Friesel-4/+78
2018-08-09Optionally disable stdoutDaniel Friesel-0/+8
2018-08-09i2cdetect: temporary disable i2c detection phaseDaniel Friesel-0/+2
2018-08-09blinkenrocket i2c: Add optional no-interrupt I2CDaniel Friesel-2/+9
2018-08-08Add 24LC64 EEPROM driverDaniel Friesel-0/+65
2018-08-08Add Blinkenrocket archDaniel Friesel-0/+588
2018-08-08am2320: Fix typo and remove superfluous bitmaskDaniel Friesel-2/+2
2018-08-08MSP430: Add delay_msDaniel Friesel-0/+6
2018-08-07Add AM2320 driverDaniel Friesel-0/+102
2018-08-07arch: Add delay_ms functionDaniel Friesel-1/+8
2018-08-07SoftI2C: Support Clock StretchingDaniel Friesel-1/+3
2018-08-07AVR GPIO: Add pullup supportDaniel Friesel-0/+59
2018-08-07i2cdetect: Adjust behaviour to available driversDaniel Friesel-2/+27
2018-08-07Support optional SoftI2C pullups on MSP430Daniel Friesel-20/+85
2018-07-27arduino-nano: Enable LTODaniel Friesel-1/+1
2018-07-17Move include/$arch to include/arch/$arch to be consistent with src/ hierarchyDaniel Friesel-5/+3
2018-07-17MSP430: Some idle waitingDaniel Friesel-6/+25
2018-07-17i2cdetect: Do not allocate i2c_status array on stackDaniel Friesel-1/+2
2018-07-14arduino-nano: i2c: Use idle waitingDaniel Friesel-18/+21
2018-07-12Add arch.idle() commandDaniel Friesel-0/+28
2018-07-12MSP430: Call loop() from main function to avoid nested interruptsDaniel Friesel-3/+15
2018-07-12Fix i2c feature syntax in arch MakefilesDaniel Friesel-2/+2
2018-07-12Fix MSP430FR5969LP GPIO warningDaniel Friesel-0/+1
2018-07-12Include hw/sw i2c based on preprocessor macrosDaniel Friesel-0/+8
2018-07-12Add I2C Detect appDaniel Friesel-2/+235
2018-07-12Only include hw i2c drivers if sw i2c is not activeDaniel Friesel-4/+14
2018-07-12Add delay_us on AVR archDaniel Friesel-0/+7
2018-07-12Extend ESP8266 GPIODaniel Friesel-3/+137