diff options
author | David Mellis <d.mellis@arduino.cc> | 2011-09-02 19:58:39 -0400 |
---|---|---|
committer | David Mellis <d.mellis@arduino.cc> | 2011-09-02 19:58:39 -0400 |
commit | 560a510f6434efdfa0ebcfa9cd01093714e37f43 (patch) | |
tree | e2df099c669519dddac9fea6e54f7779252c1f0d /boards.txt | |
parent | 67d414d4581804fabc40960f2184b54a0f830ac0 (diff) | |
parent | 6fd0590492542c8e510397465ac6740a06b4f8be (diff) |
Merge branch 'new-extension' of github.com:arduino/Arduino into new-extension
Diffstat (limited to 'boards.txt')
-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=arduino |