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 slow mode for STK500 #158

Open
wants to merge 1 commit into
base: master
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
10 changes: 10 additions & 0 deletions avr/programmers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,13 @@ stk500.upload.protocol=stk500
stk500.program.protocol=stk500
stk500.program.tool=avrdude
stk500.program.extra_params= -P {serial.port}

stk500_slow.name=STK500 as ISP slow
stk500_slow.communication=serial
stk500_slow.protocol=stk500
stk500_slow.upload.protocol=stk500
stk500_slow.program.protocol=stk500
stk500_slow.program.tool=avrdude
stk500_slow.program.extra_params=-B128 -P{serial.port}