Skip to content

Commit cb91dd0

Browse files
committed
Remove Mega Pro boards
1 parent 5fdaff2 commit cb91dd0

File tree

4 files changed

+0
-522
lines changed

4 files changed

+0
-522
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ This repository contains support for the following SparkFun Arduino-compatible d
99
* [Pro Micro 5V](https://www.sparkfun.com/products/11098)
1010
* [Fio v3](https://www.sparkfun.com/products/11520)
1111
* [Qduino Mini](https://www.sparkfun.com/products/13614)
12-
* [Mega Pro 3.3V](https://www.sparkfun.com/products/10744)
13-
* [Mega Pro 5V](https://www.sparkfun.com/products/11007)
1412
* [ATmega128RFA1 Development Board](https://www.sparkfun.com/products/11197)
1513
* [LilyPad USB Plus](https://www.sparkfun.com/products/14346)
1614

xinput_sparkfun/avr/boards.txt

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -170,50 +170,6 @@ qduinomini.build.variant=promicro
170170
qduinomini.build.extra_flags={build.usb_flags}
171171
qduinomini.build.usb_manufacturer="SparkFun Electronics"
172172

173-
################################################################################
174-
################################### Mega Pro ###################################
175-
################################################################################
176-
megapro.name=SparkFun Mega Pro
177-
178-
megapro.upload.tool=arduino:avrdude
179-
megapro.upload.protocol=wiring
180-
megapro.upload.maximum_data_size=8192
181-
182-
megapro.bootloader.tool=avrdude
183-
megapro.bootloader.unlock_bits=0x3F
184-
megapro.bootloader.lock_bits=0x0F
185-
186-
megapro.build.board=AVR_MEGA2560
187-
megapro.build.core=arduino:arduino
188-
megapro.build.variant=arduino:mega
189-
megapro.build.mcu=atmega2560
190-
191-
################################# Mega Pro 3.3V ################################
192-
megapro.menu.cpu.atmega25603V3=ATmega2560 (3.3V / 8 MHz)
193-
194-
megapro.menu.cpu.atmega25603V3.upload.maximum_size=258048
195-
megapro.menu.cpu.atmega25603V3.upload.speed=57600
196-
197-
megapro.menu.cpu.atmega25603V3.bootloader.low_fuses=0xFD
198-
megapro.menu.cpu.atmega25603V3.bootloader.high_fuses=0xD4
199-
megapro.menu.cpu.atmega25603V3.bootloader.extended_fuses=0xFD
200-
megapro.menu.cpu.atmega25603V3.bootloader.file=mega/MegaPro3.3V-8MHz-57600.hex
201-
202-
megapro.menu.cpu.atmega25603V3.build.f_cpu=8000000L
203-
204-
################################# Mega Pro 5V ##################################
205-
megapro.menu.cpu.atmega25605V=ATmega2560 (5V / 16 MHz)
206-
207-
megapro.menu.cpu.atmega25605V.upload.maximum_size=253952
208-
megapro.menu.cpu.atmega25605V.upload.speed=115200
209-
210-
megapro.menu.cpu.atmega25605V.bootloader.low_fuses=0xFF
211-
megapro.menu.cpu.atmega25605V.bootloader.high_fuses=0xD8
212-
megapro.menu.cpu.atmega25605V.bootloader.extended_fuses=0xFD
213-
megapro.menu.cpu.atmega25605V.bootloader.file=arduino:stk500v2/stk500boot_v2_mega2560.hex
214-
215-
megapro.menu.cpu.atmega25605V.build.f_cpu=16000000L
216-
217173
################################################################################
218174
###################### ATmega128RFA1 Development Board #########################
219175
################################################################################

xinput_sparkfun/avr/bootloaders/mega/MegaPro3.3V-8MHz-57600.hex

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)