File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,12 @@ nano.menu.cpu.atmega168.build.mcu=atmega168
156
156
157
157
##############################################################
158
158
159
- mega.name=Arduino Mega
159
+ mega.name=Arduino Mega or Mega 2560
160
+
161
+ mega.vid.0=0x2341
162
+ mega.pid.0=0x0010
163
+ mega.vid.1=0x2341
164
+ mega.pid.1=0x0042
160
165
161
166
mega.upload.tool=avrdude
162
167
mega.upload.maximum_data_size=8192
@@ -169,16 +174,13 @@ mega.bootloader.lock_bits=0x0F
169
174
mega.build.f_cpu=16000000L
170
175
mega.build.core=arduino
171
176
mega.build.variant=mega
177
+ # default board may be overridden by the cpu menu
178
+ mega.build.board=AVR_MEGA2560
172
179
173
180
## Arduino Mega w/ ATmega2560
174
181
## -------------------------
175
182
mega.menu.cpu.atmega2560=ATmega2560 (Mega 2560)
176
183
177
- mega.menu.cpu.atmega2560.vid.0=0x2341
178
- mega.menu.cpu.atmega2560.pid.0=0x0010
179
- mega.menu.cpu.atmega2560.vid.1=0x2341
180
- mega.menu.cpu.atmega2560.pid.1=0x0042
181
-
182
184
mega.menu.cpu.atmega2560.upload.protocol=wiring
183
185
mega.menu.cpu.atmega2560.upload.maximum_size=258048
184
186
mega.menu.cpu.atmega2560.upload.speed=115200
You can’t perform that action at this time.
0 commit comments