Skip to content

Commit

Permalink
Make it possible to upload using the legacy Arduino MEGA bootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUdude committed Dec 27, 2023
1 parent e233a9c commit e450a40
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions avr/programmers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,10 @@ stk500.protocol=stk500
stk500.program.protocol=stk500
stk500.program.tool=avrdude
stk500.program.extra_params= -P {serial.port}

wiring.name=Legacy Arduino MEGA bootoader
wiring.communication=serial
wiring.protocol=wiring
wiring.program.protocol=wiring
wiring.program.tool=avrdude
wiring.program.extra_params= -P{serial.port} -b115200 -D

0 comments on commit e450a40

Please sign in to comment.