Skip to content

Commit

Permalink
Add TPI Connection Diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
microtherion committed Jan 23, 2016
1 parent d0438a9 commit ad26262
Show file tree
Hide file tree
Showing 16 changed files with 481 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tools/updateTargets
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $stdin.each_line do |line|
end
print line if echo
if line =~ /var\s+gTarget/
['none', 'isp', 'hvsp', 'hvpp'].each do |proto|
['none', 'isp', 'hvsp', 'hvpp', 'tpi'].each do |proto|
puts " \"#{proto}\": ["
TARGET[proto].each do |t|
n = t.sub(/^at/, 'AT')
Expand Down
1 change: 1 addition & 0 deletions doc/Connection.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ <h2>Target Connection Diagrams</h2>
<option value="isp">ISP</option>
<option value="hvsp">HVSP</option>
<option value="hvpp">HVPP</option>
<option value="tpi">TPI</option>
</select>
<strong>Programmer:</strong><select name="programmer" onchange="selectProgrammer()">
<option value="uno">Arduino Uno</option>
Expand Down
104 changes: 104 additions & 0 deletions doc/img/attiny10_tpi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 85 additions & 0 deletions doc/img/mega_prog_tpi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 85 additions & 0 deletions doc/img/micro_prog_tpi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions doc/img/nano_prog_tpi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ad26262

Please sign in to comment.