Age | Commit message (Expand) | Author | Lines |
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 |
2018-08-08 | Add Blinkenrocket arch | Daniel Friesel | -0/+588 |
2018-08-08 | am2320: Fix typo and remove superfluous bitmask | Daniel Friesel | -2/+2 |
2018-08-08 | MSP430: Add delay_ms | Daniel Friesel | -0/+6 |
2018-08-07 | Add AM2320 driver | Daniel Friesel | -0/+102 |
2018-08-07 | arch: Add delay_ms function | Daniel Friesel | -1/+8 |
2018-08-07 | SoftI2C: Support Clock Stretching | Daniel Friesel | -1/+3 |
2018-08-07 | AVR GPIO: Add pullup support | Daniel Friesel | -0/+59 |
2018-08-07 | i2cdetect: Adjust behaviour to available drivers | Daniel Friesel | -2/+27 |
2018-08-07 | Support optional SoftI2C pullups on MSP430 | Daniel Friesel | -20/+85 |
2018-07-27 | arduino-nano: Enable LTO | Daniel Friesel | -1/+1 |
2018-07-17 | Move include/$arch to include/arch/$arch to be consistent with src/ hierarchy | Daniel Friesel | -5/+3 |
2018-07-17 | MSP430: Some idle waiting | Daniel Friesel | -6/+25 |
2018-07-17 | i2cdetect: Do not allocate i2c_status array on stack | Daniel Friesel | -1/+2 |
2018-07-14 | arduino-nano: i2c: Use idle waiting | Daniel Friesel | -18/+21 |
2018-07-12 | Add arch.idle() command | Daniel Friesel | -0/+28 |
2018-07-12 | MSP430: Call loop() from main function to avoid nested interrupts | Daniel Friesel | -3/+15 |
2018-07-12 | Fix i2c feature syntax in arch Makefiles | Daniel Friesel | -2/+2 |
2018-07-12 | Fix MSP430FR5969LP GPIO warning | Daniel Friesel | -0/+1 |
2018-07-12 | Include hw/sw i2c based on preprocessor macros | Daniel Friesel | -0/+8 |
2018-07-12 | Add I2C Detect app | Daniel Friesel | -2/+235 |
2018-07-12 | Only include hw i2c drivers if sw i2c is not active | Daniel Friesel | -4/+14 |
2018-07-12 | Add delay_us on AVR arch | Daniel Friesel | -0/+7 |
2018-07-12 | Extend ESP8266 GPIO | Daniel Friesel | -3/+137 |
2018-01-16 | esp8266 stdout: add printf_uint8 and printf_float | Daniel Friesel | -0/+37 |
2018-01-15 | Add Software I2C implementation | Daniel Friesel | -0/+152 |
2018-01-15 | msp430 i2c: clear TXIFG after sending the last byte | Daniel Friesel | -0/+1 |
2018-01-12 | add arduino nano stdin driver | Daniel Friesel | -1/+68 |
2018-01-12 | add stdin for esp8266 and msp430 as well as preliminary shell app | Daniel Friesel | -95/+305 |
2018-01-12 | add optional aspectc++ support | Daniel Friesel | -1/+17 |
2018-01-12 | fix typo in stdout.h include guard | Daniel Friesel | -4/+4 |
2018-01-12 | add mmsimple driver | Daniel Friesel | -0/+71 |
2018-01-11 | Add Sharp96 display driver, split up msp430 SPI into a1 / b | Daniel Friesel | -89/+270 |
2018-01-11 | Add proper GPIO support for msp430 | Daniel Friesel | -0/+82 |
2018-01-11 | use inline functions for most gpio | Daniel Friesel | -68/+45 |
2017-12-19 | add (untested!) MSP430 SPI driver | Daniel Friesel | -0/+155 |
2017-12-19 | set required features in app Makefile | Daniel Friesel | -2/+22 |
2017-12-18 | arduino-nano: Add GPIO input/output/read/write support | Daniel Friesel | -0/+86 |
2017-12-15 | Add basic help output | Daniel Friesel | -5/+37 |
2017-12-15 | Arduino Nano: Allow ovverriding port / prog. baud rate | Daniel Friesel | -2/+4 |
2017-12-15 | Add AVR (Arduino Nano) support | Daniel Friesel | -0/+223 |
2017-12-15 | Add support for ESP8266 secondary LED | Daniel Friesel | -7/+46 |