summaryrefslogtreecommitdiff
path: root/src/arch/arduino-nano-168/Makefile.inc
AgeCommit message (Expand)AuthorLines
2020-08-31Merge arduino-nano-168 into arduino-nano (differences are minimal)Daniel Friesel-166/+0
2020-08-28Expose configuration via KconfigDaniel Friesel-11/+51
2020-04-29Makefile: Create build directory if neededDaniel Friesel-0/+1
2020-03-18Arduino: Add ADC driverDaniel Friesel-0/+8
2019-12-20add untested Arduino Nano SPI driverDaniel Friesel-0/+4
2019-09-02arch makefiles: consistently use $SERIAL_PORTDaniel Friesel-6/+6
2018-12-12make info: Add counter overflow statsDaniel Friesel-0/+1
2018-12-07use custom stack analyzerDaniel Friesel-2/+1
2018-12-05support static analysis of stack usageDaniel Friesel-1/+7
2018-12-04add monitor info to help outputDaniel Friesel-0/+1
2018-11-30arduino: check program size is below 100% before flashingDaniel Friesel-0/+1
2018-11-15arduino-nano: Add counter driver. Conflicts with timer_s=1 / loop=1Daniel Friesel-0/+4
2018-11-13Support C targetsDaniel Friesel-1/+4
2018-11-13Distinguish between C and C++ targetsDaniel Friesel-8/+8
2018-10-19arduino nano: support additional CPU frequenciesDaniel Friesel-2/+27
2018-10-12Makefiles: quiet mode, optional info outputDaniel Friesel-16/+15
2018-08-17add timer-supported software i2c + arduino-nano timerDaniel Friesel-0/+74