summaryrefslogtreecommitdiff
path: root/src/arch/arduino-nano
AgeCommit message (Expand)AuthorLines
2020-09-11add AspectC++ to kconfigDaniel Friesel-1/+1
2020-09-07add machine-readable binary size output ("make attributes")Daniel Friesel-1/+4
2020-08-31arduino-nano: Add "make size" targetDaniel Friesel-1/+6
2020-08-31kconfig: i2c and softi2c drivers must not be combindDaniel Friesel-0/+1
2020-08-31arduino nano: Turn CPU into a choiceDaniel Friesel-2/+9
2020-08-31Merge arduino-nano-168 into arduino-nano (differences are minimal)Daniel Friesel-0/+10
2020-08-28Expose configuration via KconfigDaniel Friesel-12/+85
2020-04-29Makefile: Create build directory if neededDaniel Friesel-0/+1
2020-03-18Arduino: Add ADC driverDaniel Friesel-0/+80
2019-12-20add untested Arduino Nano SPI driverDaniel Friesel-2/+51
2019-11-01arduino nano: Do not declare delay_* as inlineDaniel Friesel-2/+2
2019-09-06add blinkencat3 appDaniel Friesel-0/+4
2019-09-02Add Adafruit NeoPixel libraryDaniel Friesel-0/+1493
2019-09-02arch makefiles: consistently use $SERIAL_PORTDaniel Friesel-6/+6
2019-03-13arduino nano: bugfix, aspectc++ supportDaniel Friesel-0/+4
2019-03-05counter: rename overflowed to overflowDaniel Friesel-2/+2
2018-12-12make info: Add counter overflow statsDaniel Friesel-0/+1
2018-12-07use custom stack analyzerDaniel Friesel-2/+1
2018-12-05arduino-nano: make delay functions inlineDaniel Friesel-2/+2
2018-12-05support static analysis of stack usageDaniel Friesel-1/+7
2018-12-04add monitor info to help outputDaniel Friesel-0/+1
2018-12-04arduino-nano: change timer to new APIDaniel Friesel-0/+4
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/+14
2018-11-15restore arduino-nano MakefileDaniel Friesel-4/+23
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-4/+47
2018-10-15Enable busy waiting in I2C driver to reach selected I2C clockDaniel Friesel-2/+2
2018-10-12Makefiles: quiet mode, optional info outputDaniel Friesel-8/+15
2018-10-12arduino nano: ignore non-timer interrupts for loopDaniel Friesel-5/+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/+12
2018-08-16configurable i2c bitrate on arduino nanoDaniel Friesel-1/+9
2018-08-07arch: Add delay_ms functionDaniel Friesel-1/+6
2018-08-07AVR GPIO: Add pullup supportDaniel Friesel-0/+13
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-14arduino-nano: i2c: Use idle waitingDaniel Friesel-18/+21
2018-07-12Add arch.idle() commandDaniel Friesel-0/+8
2018-07-12Fix i2c feature syntax in arch MakefilesDaniel Friesel-1/+1
2018-07-12Add I2C Detect appDaniel Friesel-0/+146
2018-07-12Only include hw i2c drivers if sw i2c is not activeDaniel Friesel-1/+7
2018-07-12Add delay_us on AVR archDaniel Friesel-0/+6
2018-01-12add arduino nano stdin driverDaniel Friesel-1/+44
2018-01-12add optional aspectc++ supportDaniel Friesel-0/+4
2018-01-11use inline functions for most gpioDaniel Friesel-20/+0
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