-
Notifications
You must be signed in to change notification settings - Fork 80
/
uPyCraft.json
57 lines (56 loc) · 2.14 KB
/
uPyCraft.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
52
53
54
55
56
57
{
"IDE": [
{
"version": "1.0",
"Darwin": {
"url": "https://github.com/DFRobot/uPyCraft/raw/master/uPyCraft_mac_V1.0.zip",
"sha256": "8b9c484490d2a1b813bd8e3cc0085329b25acf25fc573fb1e6dba55723e8bccd",
"size": 21381039
},
"Windows": {
"url": "https://github.com/DFRobot/uPyCraft/raw/master/uPyCraft_V1.0.exe",
"sha256": "8d1f7e1678216e481333a59fe57c1c29b82f707450b7a72ede22765b21eebf42",
"size":13719276
},
"Linux":{
"url": "https://github.com/DFRobot/uPyCraft/raw/master/uPyCraft_linux_V1.0",
"sha256": "85cd526d6828363099cf2ec4b6cefe1fe7dcf5985b71ff25eb5a126b8207cceb",
"size":27256160
}
}
],
"firmware": {
"esp32": [
{
"version": "v1.8.7-964-g62d40e8b-dirty on 2017-11-24",
"url": "https://github.com/DFRobot/uPyCraft/raw/master/mpy-fw-esp32-20171124.bin",
"sha256": "95d60bff1a64a9d594f2b9cb2eda5e72be74a010a9f02d64bd5cdd1731b71271",
"size":1557376
}
],
"esp8266": [
{
"version": "v1.9.1-46-g46b849a on 2017-07-21",
"url": "https://github.com/DFRobot/uPyCraft/raw/master/mpy-fw-esp8266-20170721.bin",
"sha256": "5105b587979a185481afecc70824ee2fc2f595f7c0018a768757b98d381e44e9",
"size":573736
}
],
"microbit":[
{
"version": "micro:bit v1.0-b'7259d5e'-dirty on 2017-9-7",
"url": "https://github.com/DFRobot/uPyCraft/raw/master/mpy-microbit-20170907.hex",
"sha256": "89d3e83d008391639c0dd72cce78c6629d31d3c7ed1cfd0a2be564c54bcbae2c",
"size":706800
}
]
},
"examples": [
{
"version": "v1.9",
"url": "https://github.com/DFRobot/uPyCraft/raw/master/examples_V1.9.zip",
"sha256": "5eab4d9d3556d0dbb088689e0bc05ca40c548f0d29ceb990c51b3f4144ea8dce",
"size":65418
}
]
}