Skip to content

Commit bf5e928

Browse files
committed
Adding Arduino Ethernet and Arduino Mega ADK (joint w/ Mega 2560) to boards menu.
http://code.google.com/p/arduino/issues/detail?id=594
1 parent 1278144 commit bf5e928

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

hardware/arduino/boards.txt

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ nano.build.variant=eightanaloginputs
102102

103103
##############################################################
104104

105-
mega2560.name=Arduino Mega 2560
105+
mega2560.name=Arduino Mega 2560 or Mega ADK
106106

107107
mega2560.upload.protocol=stk500v2
108108
mega2560.upload.maximum_size=258048
@@ -165,6 +165,27 @@ mini.build.variant=eightanaloginputs
165165

166166
##############################################################
167167

168+
ethernet.name=Arduino Ethernet
169+
170+
ethernet.upload.protocol=stk500
171+
ethernet.upload.maximum_size=32256
172+
ethernet.upload.speed=115200
173+
174+
ethernet.bootloader.low_fuses=0xff
175+
ethernet.bootloader.high_fuses=0xde
176+
ethernet.bootloader.extended_fuses=0x05
177+
ethernet.bootloader.path=optiboot
178+
ethernet.bootloader.file=optiboot_atmega328.hex
179+
ethernet.bootloader.unlock_bits=0x3F
180+
ethernet.bootloader.lock_bits=0x0F
181+
182+
ethernet.build.variant=standard
183+
ethernet.build.mcu=atmega328p
184+
ethernet.build.f_cpu=16000000L
185+
ethernet.build.core=arduino
186+
187+
##############################################################
188+
168189
fio.name=Arduino Fio
169190

170191
fio.upload.protocol=stk500

0 commit comments

Comments
 (0)