diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2011-08-31 16:48:06 -0400 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2011-08-31 16:48:06 -0400 |
commit | 6fd0590492542c8e510397465ac6740a06b4f8be (patch) | |
tree | 907ba8200b00396b1cd2e0cbeadd13758905c0ee | |
parent | 7b0d88b954d7e62495cdf03d732f2d5f90ab5bec (diff) |
Adding Arduino Ethernet and Arduino Mega ADK (joint w/ Mega 2560) to boards menu.
http://code.google.com/p/arduino/issues/detail?id=594
-rw-r--r-- | boards.txt | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -102,7 +102,7 @@ nano.build.variant=eightanaloginputs ############################################################## -mega2560.name=Arduino Mega 2560 +mega2560.name=Arduino Mega 2560 or Mega ADK mega2560.upload.protocol=stk500v2 mega2560.upload.maximum_size=258048 @@ -165,6 +165,27 @@ mini.build.variant=eightanaloginputs ############################################################## +ethernet.name=Arduino Ethernet + +ethernet.upload.protocol=stk500 +ethernet.upload.maximum_size=32256 +ethernet.upload.speed=115200 + +ethernet.bootloader.low_fuses=0xff +ethernet.bootloader.high_fuses=0xde +ethernet.bootloader.extended_fuses=0x05 +ethernet.bootloader.path=optiboot +ethernet.bootloader.file=optiboot_atmega328.hex +ethernet.bootloader.unlock_bits=0x3F +ethernet.bootloader.lock_bits=0x0F + +ethernet.build.variant=standard +ethernet.build.mcu=atmega328p +ethernet.build.f_cpu=16000000L +ethernet.build.core=arduino + +############################################################## + fio.name=Arduino Fio fio.upload.protocol=stk500 |