ArduinoCore-avr icon indicating copy to clipboard operation
ArduinoCore-avr copied to clipboard

STK600 support

Open zarpli opened this issue 1 year ago • 0 comments

Describe the request

The STK600 development board is fully compatible with the Arduino IDE

https://github.com/zarpli/STK600

It would be very helpful if you add the following parameters in "programmers.txt" file:

stk600.name=Atmel STK600 development board
stk600.communication=usb
stk600.protocol=stk600
stk600.program.protocol=stk600
stk600.program.tool=avrdude
stk600.program.tool.default=avrdude
stk600.program.extra_params=

Describe the current behavior

currently parameters must be entered on each new installation :(

zarpli avatar Mar 13 '24 02:03 zarpli