Adding Arduino Ethernet and Arduino Mega ADK (joint w/ Mega 2560) to boards menu.
http://code.google.com/p/arduino/issues/detail?id=594
This commit is contained in:
parent
7b0d88b954
commit
6fd0590492
23
boards.txt
23
boards.txt
|
@ -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.protocol=stk500v2
|
||||||
mega2560.upload.maximum_size=258048
|
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.name=Arduino Fio
|
||||||
|
|
||||||
fio.upload.protocol=stk500
|
fio.upload.protocol=stk500
|
||||||
|
|
Loading…
Reference in New Issue