Age | Commit message (Expand) | Author | Lines |
2018-11-15 | arduino-nano: Add counter driver. Conflicts with timer_s=1 / loop=1 | Daniel Friesel | -0/+14 |
2018-11-15 | restore arduino-nano Makefile | Daniel Friesel | -4/+23 |
2018-11-13 | Support C targets | Daniel Friesel | -1/+4 |
2018-11-13 | Distinguish between C and C++ targets | Daniel Friesel | -8/+8 |
2018-10-19 | arduino nano: support additional CPU frequencies | Daniel Friesel | -4/+47 |
2018-10-15 | Enable busy waiting in I2C driver to reach selected I2C clock | Daniel Friesel | -2/+2 |
2018-10-12 | Makefiles: quiet mode, optional info output | Daniel Friesel | -8/+15 |
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 | -8/+0 |
2018-08-17 | add timer-supported software i2c + arduino-nano timer | Daniel Friesel | -0/+12 |
2018-08-16 | configurable i2c bitrate on arduino nano | Daniel Friesel | -1/+9 |
2018-08-07 | arch: Add delay_ms function | Daniel Friesel | -1/+6 |
2018-08-07 | AVR GPIO: Add pullup support | Daniel Friesel | -0/+13 |
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 | -1/+0 |
2018-07-14 | arduino-nano: i2c: Use idle waiting | Daniel Friesel | -18/+21 |
2018-07-12 | Add arch.idle() command | Daniel Friesel | -0/+8 |
2018-07-12 | Fix i2c feature syntax in arch Makefiles | Daniel Friesel | -1/+1 |
2018-07-12 | Add I2C Detect app | Daniel Friesel | -0/+146 |
2018-07-12 | Only include hw i2c drivers if sw i2c is not active | Daniel Friesel | -1/+7 |
2018-07-12 | Add delay_us on AVR arch | Daniel Friesel | -0/+6 |
2018-01-12 | add arduino nano stdin driver | Daniel Friesel | -1/+44 |
2018-01-12 | add optional aspectc++ support | Daniel Friesel | -0/+4 |
2018-01-11 | use inline functions for most gpio | Daniel Friesel | -20/+0 |
2017-12-18 | arduino-nano: Add GPIO input/output/read/write support | Daniel Friesel | -0/+1 |
2017-12-15 | Add basic help output | Daniel Friesel | -1/+6 |
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/+157 |