-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtinyg-binaries.json
51 lines (48 loc) · 1.06 KB
/
tinyg-binaries.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"binaries":
[
{
"name" : "tinyg-master-440.20",
"version" : "440.20",
"branch" : "master",
"sum" : "50975083d9bf9318eb81532d165931e27ce8e589"
},
{
"name" : "tinyg-master-440.19",
"version" : "440.19",
"branch" : "master-candidate",
"sum" : "0c32d212584a7d77f09676a1d64548b6baf734fe"
},
{
"name" : "tinyg-edge-449.01",
"version" : "449.01",
"branch" : "edge",
"sum" : "f15e1632b0a91d07b6a24fc4dee81532e2a11ccd"
}
],
"COMMENT-000": "This is the bootloader.",
"bootloader":
{
"name" : "xboot",
"version" : "0.1",
"sum" : "e3d20a76134e971266ffd62de2f2a8f7e097f214"
},
"COMMENT-001": "Fuses are in a specific order, 0 through 5. 3 is null since it's not programmed!!",
"fuses":
[
"0xFF",
"0x00",
"0xBE",
null,
"0xFE",
"0xEB"
],
"COMMENT-002": "Types of supported hardware programmers, and their AVRDude names",
"programmers":
[
{
"name": "AVR ISP MKII",
"avrdude_name" : "avrisp2"
}
]
}