2015-12-29 18:26:48 +01:00
|
|
|
README
|
|
|
|
^^^^^
|
|
|
|
|
2016-01-07 14:50:46 +01:00
|
|
|
This is the README file for the port of NuttX to the Arduino Mega 2560 Rev3.
|
2015-12-29 18:26:48 +01:00
|
|
|
|
2016-01-07 14:50:46 +01:00
|
|
|
https://www.arduino.cc/en/Main/ArduinoBoardMega2560
|
2015-12-29 18:26:48 +01:00
|
|
|
|
2016-01-07 14:50:46 +01:00
|
|
|
The board is based on ATMega2560 chip from Atmel
|
2015-12-29 18:26:48 +01:00
|
|
|
|
2016-01-07 14:50:46 +01:00
|
|
|
http://www.atmel.com/devices/atmega2560.aspx
|
2015-12-29 18:26:48 +01:00
|
|
|
|
|
|
|
Toolchain
|
|
|
|
^^^^^^^^^
|
|
|
|
|
2016-01-07 14:50:46 +01:00
|
|
|
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.
|
|
|
|
|