Age | Commit message (Expand) | Author | Lines |
2020-08-31 | Merge arduino-nano-168 into arduino-nano (differences are minimal) | Daniel Friesel | -0/+5 |
2020-08-28 | Expose configuration via Kconfig | Daniel Friesel | -7/+47 |
2020-04-29 | Makefile: Create build directory if needed | Daniel Friesel | -0/+1 |
2020-03-18 | Arduino: Add ADC driver | Daniel Friesel | -0/+4 |
2019-12-20 | add untested Arduino Nano SPI driver | Daniel Friesel | -0/+4 |
2019-09-02 | Add Adafruit NeoPixel library | Daniel Friesel | -0/+4 |
2019-09-02 | arch makefiles: consistently use $SERIAL_PORT | Daniel Friesel | -6/+6 |
2018-12-12 | make info: Add counter overflow stats | Daniel Friesel | -0/+1 |
2018-12-07 | use custom stack analyzer | Daniel Friesel | -2/+1 |
2018-12-05 | support static analysis of stack usage | Daniel Friesel | -1/+7 |
2018-12-04 | add monitor info to help output | Daniel Friesel | -0/+1 |
2018-11-30 | arduino: check program size is below 100% before flashing | Daniel Friesel | -0/+1 |
2018-11-15 | arduino-nano: Add counter driver. Conflicts with timer_s=1 / loop=1 | Daniel Friesel | -0/+4 |
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 | -2/+8 |
2018-10-12 | Makefiles: quiet mode, optional info output | Daniel Friesel | -8/+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/+9 |
2018-08-16 | configurable i2c bitrate on arduino nano | Daniel Friesel | -0/+4 |
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-12 | Fix i2c feature syntax in arch Makefiles | Daniel Friesel | -1/+1 |
2018-07-12 | Only include hw i2c drivers if sw i2c is not active | Daniel Friesel | -1/+7 |
2018-01-12 | add arduino nano stdin driver | Daniel Friesel | -0/+4 |
2018-01-12 | add optional aspectc++ support | Daniel Friesel | -0/+4 |
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/+40 |