diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2009-11-01 17:00:31 +0000 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2009-11-01 17:00:31 +0000 |
commit | 7d31607442b61b57e9cc794e7f15d6322553e3f0 (patch) | |
tree | 44800268d809de1c1a41841686624d48cc1136bf /programmers.txt | |
parent | 66e911149ac72980ff0a00d949faba50fe28d1d3 (diff) |
Adding Arduino as ISP sketch (firmware) and programmers.txt entry.
Diffstat (limited to 'programmers.txt')
-rw-r--r-- | programmers.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/programmers.txt b/programmers.txt index c3e4d9b..466f602 100644 --- a/programmers.txt +++ b/programmers.txt @@ -1,6 +1,6 @@ avrisp.name=AVR ISP avrisp.communication=serial -avrisp.protocol=stk500 +avrisp.protocol=stk500v1 avrispmkii.name=AVRISP mkII avrispmkii.communication=usb @@ -13,3 +13,8 @@ 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 |