Skip to content

Commit 0ea5472

Browse files
authored
Merge pull request #1 from Simulators/Interface_RevE
Version 1.2.0
2 parents 7c07758 + c739426 commit 0ea5472

File tree

4 files changed

+25
-1
lines changed

4 files changed

+25
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# simulators.github.io
22
GitHub Pages Repo for Arduino Board Manager files
3+
4+
Note that old prototype board types have been retired from the Board Manager
5+
as of version 1.2.0. If you really need the old prototype board definitions, use
6+
version 1.1.0.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<body>
4-
<p>This is not the file you are looking for...</p>
4+
<p>This is not the file you are looking for... You want</p>
55
<a href="https://simulators.github.io/package_simulators_boards_index.json">
66
https://simulators.github.io/package_simulators_boards_index.json</a>
77
</body>

package_simulators_boards_index.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,26 @@
5151
{"name": "Twin Sensor Interface Board (ATmega328P) (ICSP)"},
5252
{"name": "Twin Sensor Interface Board (ATtiny85) (ICSP)"}
5353
]
54+
}
55+
{
56+
"name": "Liverpool Ringing Simulator Boards",
57+
"architecture": "avr",
58+
"version": "1.2.0",
59+
"category": "Simulator",
60+
"help": {
61+
"online": ""
62+
},
63+
"url": "https://simulators.github.io/simulator_boards_1.2.0.zip",
64+
"archiveFileName": "simulator_boards_1.2.0.zip",
65+
"checksum": "SHA-256:e2d0b6c76b813e06589fb8ebfadc4177476db1684bb59d42520eae0d0a6141ea",
66+
"size": "3249",
67+
"boards": [
68+
{"name": "Simulator Interface Board (Type 2) (ICSP)"},
69+
{"name": "Simulator Interface Board (Type 2 Rev E+) (ICSP)"},
70+
{"name": "Simulator Interface Board (Type 1) (ICSP)"},
71+
{"name": "One Bell Simulator Interface Board (ICSP)"},
72+
{"name": "38kHz Simulator Sensor Interface Boards (ICSP)"}
73+
]
5474
}
5575
],
5676
"tools": []

simulator_boards_1.2.0.zip

3.17 KB
Binary file not shown.

0 commit comments

Comments
 (0)