mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
13e0b9335c
From 9600. And lowering the delay in the heartbeat from 40 to 20, which seems to fix things again.
27 lines
555 B
Plaintext
27 lines
555 B
Plaintext
# See: http://code.google.com/p/arduino/wiki/Platforms
|
|
|
|
avrisp.name=AVR ISP
|
|
avrisp.communication=serial
|
|
avrisp.protocol=stk500v1
|
|
|
|
avrispmkii.name=AVRISP mkII
|
|
avrispmkii.communication=usb
|
|
avrispmkii.protocol=stk500v2
|
|
|
|
usbtinyisp.name=USBtinyISP
|
|
usbtinyisp.protocol=usbtiny
|
|
|
|
usbasp.name=USBasp
|
|
usbasp.communication=usb
|
|
usbasp.protocol=usbasp
|
|
|
|
parallel.name=Parallel Programmer
|
|
parallel.protocol=dapa
|
|
parallel.force=true
|
|
# parallel.delay=200
|
|
|
|
arduinoisp.name=Arduino as ISP
|
|
arduinoisp.communication=serial
|
|
arduinoisp.protocol=stk500v1
|
|
arduinoisp.speed=19200
|