summaryrefslogtreecommitdiff
path: root/src/arch/arduino-nano/Makefile.inc
AgeCommit message (Expand)AuthorLines
2018-10-12Makefiles: quiet mode, optional info outputDaniel Friesel-8/+15
2018-10-12half-baked timer implementation for MSP430 and ArduinoDaniel Friesel-8/+0
2018-08-17add timer-supported software i2c + arduino-nano timerDaniel Friesel-0/+9
2018-08-16configurable i2c bitrate on arduino nanoDaniel Friesel-0/+4
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-1/+0
2018-07-12Fix i2c feature syntax in arch MakefilesDaniel Friesel-1/+1
2018-07-12Only include hw i2c drivers if sw i2c is not activeDaniel Friesel-1/+7
2018-01-12add arduino nano stdin driverDaniel Friesel-0/+4
2018-01-12add optional aspectc++ supportDaniel Friesel-0/+4
2017-12-18arduino-nano: Add GPIO input/output/read/write supportDaniel Friesel-0/+1
2017-12-15Add basic help outputDaniel Friesel-1/+6
2017-12-15Arduino Nano: Allow ovverriding port / prog. baud rateDaniel Friesel-2/+4
2017-12-15Add AVR (Arduino Nano) supportDaniel Friesel-0/+40