Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to disable 1200bps touch for Pro Micro #44

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion sparkfun/avr/boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#

menu.cpu=Processor
menu.reset_method=Reset method

################################################################################
################################### RedBoard ###################################
Expand Down Expand Up @@ -81,7 +82,6 @@ promicro.upload.maximum_size=28672
promicro.upload.maximum_data_size=2560
promicro.upload.speed=57600
promicro.upload.disable_flushing=true
promicro.upload.use_1200bps_touch=true
promicro.upload.wait_for_upload_port=true

promicro.bootloader.tool=avrdude
Expand All @@ -98,6 +98,12 @@ promicro.build.usb_product="SparkFun Pro Micro"
promicro.build.vid=0x1b4f
promicro.build.extra_flags={build.usb_flags}

promicro.menu.reset_method.1200bps_touch=1200bps touch
promicro.menu.reset_method.1200bps_touch.upload.use_1200bps_touch=true
promicro.menu.reset_method.manual=Manual
promicro.menu.reset_method.1200bps_touch.upload.use_1200bps_touch=false
# Note: wait_for_upload_port has no effect when use_1200bps_touch=false

######################### Pro Micro 3.3V / 8MHz ################################
promicro.menu.cpu.8MHzatmega32U4=ATmega32U4 (3.3V, 8 MHz)

Expand Down