You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is.
12
-
13
-
**To Reproduce**
14
-
Steps to reproduce the behavior:
15
-
1. Go to '...'
16
-
2. Click on '....'
17
-
3. Scroll down to '....'
18
-
4. See error
19
-
20
-
**Expected behavior**
21
-
A clear and concise description of what you expected to happen.
22
-
23
-
**Screenshots**
24
-
If applicable, add screenshots to help explain your problem.
25
-
26
-
**Desktop (please complete the following information):**
27
-
- OS: [e.g. iOS]
28
-
- Browser [e.g. chrome, safari]
29
-
- Version [e.g. 22]
30
-
31
-
**Smartphone (please complete the following information):**
32
-
- Device: [e.g. iPhone6]
33
-
- OS: [e.g. iOS8.1]
34
-
- Browser [e.g. stock browser, safari]
35
-
- Version [e.g. 22]
36
-
37
-
**Additional context**
38
-
Add any other context about the problem here.
1
+
# Bug Report
2
+
3
+
Thank you for giving feedback to the stlink project.
4
+
5
+
In order to allow developers and other contributors to isolate and target your respective issue, please take some time to fill out the check boxes below by setting a 'x' into the checkboxes ( [x] ) and edit each item appropriate to your specific problem.
Futher we kindly ask you to describe the detected problem as detailled as possible and to add debug output if available, by using the following template:
15
+
16
+
Commandline-Output:
17
+
18
+
```
19
+
OUTPUT/ERROR of the commandline tool(s)
20
+
```
21
+
22
+
Expected/description:
23
+
24
+
`short description of the expected value`
25
+
26
+
27
+
**NOTICE: The bug report may be closed without notice when not enough information is provided!**
Thank you for giving feedback to the stlink project.
9
4
10
-
**Is your feature request related to a problem? Please describe.**
11
-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
5
+
In order to allow developers and other contributors to isolate and target your respective issue, please take some time to fill out the check boxes below by setting a 'x' into the checkboxes ( [x] ) and edit each item appropriate to your specific problem.
12
6
13
-
**Describe the solution you'd like**
14
-
A clear and concise description of what you want to happen.
A clear and concise description of any alternative solutions or features you've considered.
14
+
Futher we kindly ask you to describe the detected problem as detailled as possible and to add debug output if available, by using the following template:
18
15
19
-
**Additional context**
20
-
Add any other context or screenshots about the feature request here.
16
+
Commandline-Output:
17
+
18
+
```
19
+
OUTPUT/ERROR of the commandline tool(s)
20
+
```
21
+
22
+
Expected/description:
23
+
24
+
`short description of the expected value`
25
+
26
+
27
+
**NOTICE: This feature request may be closed without notice when not enough information is provided!**
Thank you for giving feedback to the stlink project.
4
+
5
+
In order to allow developers and other contributors to help you with your question, please take some time to fill out the check boxes below by setting a 'x' into the checkboxes ( [x] ) and edit each item appropriate to your specific problem.
Futher we kindly ask you to describe the detected problem as detailled as possible and to add debug output if available, by using the following template:
15
+
16
+
Commandline-Output:
17
+
18
+
```
19
+
OUTPUT/ERROR of the commandline tool(s)
20
+
```
21
+
22
+
Expected/description:
23
+
24
+
`short description of the expected value`
25
+
26
+
27
+
**NOTICE: This support question may be closed without notice when not enough information is provided!**
*Fix compilation when path includes spaces ([#561](https://github.com/texane/stlink/pull/561))
82
+
*Fixed compilation when path includes spaces ([#561](https://github.com/texane/stlink/pull/561))
83
83
84
84
v1.3.0
85
85
======
@@ -90,44 +90,44 @@ Major changes and added features:
90
90
91
91
* Deprecation of autotools (autoconf, automake) (@xor-gate)
92
92
* Removal of undocumented `st-term` utility, which is now replaced by `st-util` ARM semihosting feature ([#3fd0f09](https://github.com/texane/stlink/commit/3fd0f099782506532198473b24f643a3f68d5ff9))
93
-
*Add support for native debian packaging ([#444](https://github.com/texane/stlink/pull/444), [#485](https://github.com/texane/stlink/pull/485))
94
-
*Add intel hex file reading for `st-flash` ([#459](https://github.com/texane/stlink/pull/541))
95
-
*Add`--reset` command to `st-flash` ([#505](https://github.com/texane/stlink/pull/505))
93
+
*Added support for native debian packaging ([#444](https://github.com/texane/stlink/pull/444), [#485](https://github.com/texane/stlink/pull/485))
94
+
*Added intel hex file reading for `st-flash` ([#459](https://github.com/texane/stlink/pull/541))
95
+
*Added`--reset` command to `st-flash` ([#505](https://github.com/texane/stlink/pull/505))
96
96
* Support serial numbers argument for `st-util` and `st-flash` for multi-programmer setups ([#541](https://github.com/texane/stlink/pull/541))
97
-
*Add kill ('k') command to gdb-server for `st-util` ([#9804416](https://github.com/texane/stlink/commit/98044163ab34bf5159f121d1c49ffb3550321ca0))
98
-
*Add manpages (generated with pandoc from Markdown) ([#464](https://github.com/texane/stlink/pull/464))
99
-
*Rewrite commandline parsing for `st-flash` ([#459](https://github.com/texane/stlink/pull/459))
100
-
*Add support for ARM semihosting to `st-util` ([#454](https://github.com/texane/stlink/pull/454), [#455](https://github.com/texane/stlink/pull/455))
97
+
*Added kill ('k') command to gdb-server for `st-util` ([#9804416](https://github.com/texane/stlink/commit/98044163ab34bf5159f121d1c49ffb3550321ca0))
98
+
*Added manpages (generated with pandoc from Markdown) ([#464](https://github.com/texane/stlink/pull/464))
99
+
*Rewritten commandline parsing for `st-flash` ([#459](https://github.com/texane/stlink/pull/459))
100
+
*Added support for ARM semihosting to `st-util` ([#454](https://github.com/texane/stlink/pull/454), [#455](https://github.com/texane/stlink/pull/455))
0 commit comments