Skip to content

Commit 4ab2723

Browse files
committed
Adding Arduino Mega 2560 board entry.
1 parent 626a5db commit 4ab2723

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

hardware/arduino/boards.txt

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,27 @@ diecimila.build.core=arduino
5757

5858
##############################################################
5959

60-
mega.name=Arduino Mega
60+
mega2560.name=Arduino Mega 2560
61+
62+
mega2560.upload.protocol=stk500v2
63+
mega2560.upload.maximum_size=258048
64+
mega2560.upload.speed=115200
65+
66+
mega2560.bootloader.low_fuses=0xFF
67+
mega2560.bootloader.high_fuses=0xD8
68+
mega2560.bootloader.extended_fuses=0xFD
69+
mega2560.bootloader.path=stk500v2
70+
mega2560.bootloader.file=stk500boot_v2_mega2560.hex
71+
mega2560.bootloader.unlock_bits=0x3F
72+
mega2560.bootloader.lock_bits=0x0F
73+
74+
mega2560.build.mcu=atmega2560
75+
mega2560.build.f_cpu=16000000L
76+
mega2560.build.core=arduino
77+
78+
##############################################################
79+
80+
mega.name=Arduino Mega (ATmega1280)
6181

6282
mega.upload.protocol=stk500
6383
mega.upload.maximum_size=126976

0 commit comments

Comments
 (0)