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
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug-report.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ labels: ""
20
20
In order to allow developers to isolate and target your respective issue, please take some time to select the check boxes below and fill out each of the following items appropriate to your specific problem.
- Set C standard through cmake variables ([#1221](https://github.com/stlink-org/stlink/pull/1221))
44
44
-[doc] Added make install to the macOS compiling instructions ([#1259](https://github.com/stlink-org/stlink/pull/1259))
45
-
-[doc] Linux Install from code Documentation improvement ([#1263](https://github.com/stlink-org/stlink/pull/1263), (commit [#2926648](https://github.com/stlink-org/stlink/commit/2926648be78f32919c0624bf1060b17fffde8b0d))
45
+
-[doc] Linux Install from code Documentation improvement ([#1263](https://github.com/stlink-org/stlink/pull/1263), (commit [#43498de](https://github.com/stlink-org/stlink/commit/43498dedf651260ef34197e512d35e3ad7142401))
46
46
47
47
Fixes:
48
48
- cmake: Install shared libraries in proper directories ([#1142](https://github.com/stlink-org/stlink/pull/1142))
@@ -63,6 +63,7 @@ Fixes:
63
63
- Included 'SSIZE_MAX' from 'limits.h' in 'src/common.c' ([#1207](https://github.com/stlink-org/stlink/pull/1207))
64
64
- Fix for libusb_kernel_driver_active & error handling for st.st_size () ([#1210](https://github.com/stlink-org/stlink/pull/1210), [#1211](https://github.com/stlink-org/stlink/pull/1211), [#1214](https://github.com/stlink-org/stlink/pull/1214)
Recent new features and bugfixes can be found in the [Changelog](CHANGELOG.md) of this software project.
15
14
@@ -22,7 +21,7 @@ The stlink library and tools are licensed under the **[BSD-3 License](LICENSE.md
22
21
stlink is an open source toolset to program and debug STM32 devices and boards manufactured by STMicroelectronics.
23
22
It supports several so called STLINK programmer boards (and clones thereof) which use a microcontroller chip to translate commands from USB to JTAG/SWD. There are four generations available on the market which are _all_ supported by this toolset:
24
23
25
-
-**STLINK/V1**_[obsolete as of 21-11-2019, continued support by this toolset]\*)_
24
+
-**STLINK/V1**_[obsolete as of 21-11-2019, continued support by this toolset]_
26
25
- transport layer: SCSI passthru commands over USB
27
26
- stand-alone programmer
28
27
- on-board on STM32VL Discovery boards
@@ -38,8 +37,6 @@ It supports several so called STLINK programmer boards (and clones thereof) whic
- on-board on some STM32 Nucleo boards (STLINK-V3E)
40
39
41
-
_\*)_*Note: Support for the STLINK/V1 on macOS is limited to 10.15. Due to the deprecation and removal of macOS Kernel Extensions (KEXT) there will be no support for this programmer on macOS 11 or any later version.*
42
-
43
40
On the user level there is no difference in handling or operation between these different revisions.
44
41
45
42
The STlink toolset includes:
@@ -70,15 +67,6 @@ Please ensure to select the correct version for your system (i686 or x86_64). Th
70
67
71
68
Alternatively one may compile and install from source as described in our [compiling manual](doc/compiling.md#Windows).
72
69
73
-
**macOS**:
74
-
75
-
We recommend to install from:
76
-
77
-
-[homebrew](https://formulae.brew.sh/formula/stlink) or
0 commit comments