nuttx/configs/arduino-mega2560
2016-01-15 07:54:27 -06:00
..
hello All bash scripts should be marked executable 2016-01-15 07:54:27 -06:00
include Arduino-Atmega2560: Updates from review of merge plus name changes to be consistent with the new conventions that I am trying to establish 2015-12-29 12:36:59 -06:00
ostest All bash scripts should be marked executable 2016-01-15 07:54:27 -06:00
scripts AVR: Back out experimental MEMX build changes. Although they do work, the cause other compilictions. 2016-01-10 08:24:45 -06:00
src Fix some bad inclusions of files with internal in the name 2015-12-29 18:18:20 -06:00
Kconfig
README.txt AVR: Back out experimental MEMX build changes. Although they do work, the cause other compilictions. 2016-01-10 08:24:45 -06:00

README
^^^^^

  This is the README file for the port of NuttX to the Arduino Mega 2560 Rev3.

    https://www.arduino.cc/en/Main/ArduinoBoardMega2560

  The board is based on ATMega2560 chip from Atmel

  http://www.atmel.com/devices/atmega2560.aspx

Toolchain
^^^^^^^^^

  Right now only Atmel's AVR8 Toolchain is supported. You can get it from

    http://www.atmel.com/tools/atmelavrtoolchainforwindows.aspx

  It is basically WinAVR compatible so sub-projects may define WinAVR as a
  tool-chain but specify path to the Atmel AVR8 in path. See
  arduino-mega2560/hello for example.