forked from martinloren/STM32Utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirmware_list.json
More file actions
68 lines (68 loc) · 2.33 KB
/
firmware_list.json
File metadata and controls
68 lines (68 loc) · 2.33 KB
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
58
59
60
61
62
63
64
65
66
67
68
{
"version": 0,
"date": "2020-05-20T18:00:54Z",
"list": [
{
"title": "STM32duino Bootloader",
"subtitle": "STM32F103C8T6 (Blue Pill) | Utility",
"description": "MAPLE bootloader that allow to flash the firmware via USB.",
"article": "https://medium.com/@paramaggarwal/programming-an-stm32f103-board-using-usb-port-blue-pill-953cec0dbc86",
"versions": [
{
"date": "2019-01-25T12:54:44Z",
"prerelease": false,
"name": "v1",
"url": "https://github.com/martinloren/STM32Utils/raw/master/fw/STM32duinoBoot.bin"
},
{
"date": "2019-01-25T12:54:44Z",
"prerelease": false,
"name": "PC13",
"url": "http://stm32utils.martinloren.com/fw/generic_boot20_pc13.bin"
}
]
},
{
"title": "Encoder2Position Module",
"subtitle": "STM32F103C8T6 (Blue Pill) | v1.3 | Device",
"description": "Easy decode a Quadrature Optical Encoder to Absolute Position 0-5v output",
"article": "https://www.tindie.com/products/Tronicgr/encoder2position-module/",
"versions": [
{
"date": "2019-01-25T12:54:44Z",
"prerelease": false,
"name": "v4",
"url": "https://github.com/martinloren/STM32Utils/raw/master/fw/Encoder2Position.bin"
}
]
},
{
"title": "STM32-O-Scope",
"subtitle": "STM32F103C8T6 (Blue Pill) | Tool",
"description": "STM32F103 based minimalist oscilloscope.",
"article": "https://github.com/pingumacpenguin/STM32-O-Scope/wiki",
"versions": [
{
"date": "2019-01-25T12:54:44Z",
"prerelease": false,
"name": "v1",
"url": "https://github.com/martinloren/STM32Utils/raw/master/fw/STM32-O-Scope.bin"
}
]
},
{
"title": "K-log Temperature Logger",
"subtitle": "STM32F103C8T6 (Blue Pill) | Tool",
"description": "DIY Temperature logger with STM32F103, microSD card and DS18B20.",
"article": "https://www.shortn0tes.com/2017/11/diy-temperature-logger-with-stm32f103.html",
"versions": [
{
"date": "2019-01-25T12:54:44Z",
"prerelease": false,
"name": "v1",
"url": "https://github.com/martinloren/STM32Utils/raw/master/fw/K-log_Temperature_Logger.bin"
}
]
}
]
}