mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-13 10:29:35 +01:00
Support the Atmel STK500 development board for ISP
This commit is contained in:
parent
c209e33e97
commit
fc3971e877
@ -51,18 +51,6 @@ usbGemma.program.tool=avrdude
|
||||
usbGemma.program.extra_params=
|
||||
usbGemma.config.path={runtime.platform.path}/bootloaders/gemma/avrdude.conf
|
||||
|
||||
# STK500 firmware version v1 and v2 use different serial protocols.
|
||||
# Using the 'stk500' protocol tells avrdude to try and autodetect the
|
||||
# firmware version. If this leads to problems, we might need to add
|
||||
# stk500v1 and stk500v2 entries to allow explicitely selecting the
|
||||
# firmware version.
|
||||
stk500.name=Atmel STK500 development board
|
||||
stk500.communication=serial
|
||||
stk500.protocol=stk500
|
||||
stk500.program.protocol=stk500
|
||||
stk500.program.tool=avrdude
|
||||
stk500.program.extra_params=-P{serial.port}
|
||||
|
||||
## Notes about Dangerous Prototypes Bus Pirate as ISP
|
||||
## Bus Pirate V3 need Firmware v5.10 or later
|
||||
## Bus Pirate V4 need Firmware v6.3-r2151 or later
|
||||
@ -76,3 +64,14 @@ buspirate.program.protocol=buspirate
|
||||
buspirate.program.tool=avrdude
|
||||
buspirate.program.extra_params=-P{serial.port}
|
||||
|
||||
# STK500 firmware version v1 and v2 use different serial protocols.
|
||||
# Using the 'stk500' protocol tells avrdude to try and autodetect the
|
||||
# firmware version. If this leads to problems, we might need to add
|
||||
# stk500v1 and stk500v2 entries to allow explicitely selecting the
|
||||
# firmware version.
|
||||
stk500.name=Atmel STK500 development board
|
||||
stk500.communication=serial
|
||||
stk500.protocol=stk500
|
||||
stk500.program.protocol=stk500
|
||||
stk500.program.tool=avrdude
|
||||
stk500.program.extra_params=-P{serial.port}
|
||||
|
Loading…
x
Reference in New Issue
Block a user