aboutsummaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2016-06-14Whack shell scripts to work on Debian Jessie too.Rob Austein
2016-05-27DFU working - but no signature validation for now.Fredrik Thulin
2016-05-26Figure out if the user (me) has a NUCLEO board.Fredrik Thulin
2016-05-18Add a small script to reset the STM32 CPU.Fredrik Thulin
2016-03-21Back to using DISCO board for ST-LINK operations.Paul Selkirk
2015-11-10Catch up to changes in openocd 0.9.0.Paul Selkirk
2015-10-29add libhal tests, some cleanup (some mess-making)Paul Selkirk
2015-10-26Based on user/ft/stm32-dev-bridge, without the project-specific buildPaul Selkirk
<fredrik@thulin.net> 2016-06-01 13:47:46 +0200 committer Fredrik Thulin <fredrik@thulin.net> 2016-06-01 13:47:46 +0200 Move FPGA related commands to mgmt-fpga.c' href='/sw/stm32/commit/projects/cli-test/mgmt-fpga.c?h=js_keywrap&id=2d08b2038a5cf14a92d8ca3e10fb3421e73e5b74'>2d08b20
3ea10bf
ae1ecf8
2d08b20
3ea10bf

ae1ecf8



2d08b20
3ea10bf
2d08b20
2d08b20

ae1ecf8

2d08b20







ae1ecf8
2d08b20


ae1ecf8
2d08b20


3ea10bf
2d08b20

























3ea10bf
2d08b20







3ea10bf
2d08b20






















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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137