File tree Expand file tree Collapse file tree 6 files changed +18
-7
lines changed Expand file tree Collapse file tree 6 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 1
- 1.7 .0
1
+ 1.8 .0
Original file line number Diff line number Diff line change 2
2
3
3
# v1.8.0
4
4
5
- Release date: 2024-xx-xx
5
+ Release date: 2024-02-01
6
6
7
7
This release drops support for macOS and some older operating systems. Check project README for details.
8
8
Removed Travis CI integration as it is no longer functional.
9
9
10
10
Updated system requirements:
11
- - ` cmake ` >= 3.10.2
12
- - ` libusb ` >= 1.0.21
11
+ - ` cmake ` >= 3.13.0
12
+ - ` libusb ` >= 1.0.22
13
13
- ` libgtk-dev ` >= 3.22.30
14
14
15
15
Features:
@@ -59,7 +59,7 @@ Updates & changes:
59
59
- [ doc] Fixed broken links ([ #1312 ] ( https://github.com/stlink-org/stlink/pull/1312 ) )
60
60
- [ doc] Updated package source link for Arch Linux ([ #1318 ] ( https://github.com/stlink-org/stlink/pull/1318 ) )
61
61
- CMake: Avoid hard-wired /usr/local/share ([ #1325 ] ( https://github.com/stlink-org/stlink/pull/1325 ) )
62
-
62
+ - [ doc ] Provide access to the UART via virtual com port ( [ # 1334 ] ( https://github.com/stlink-org/stlink/pull/1334 ) , commit [ #32e8dcc ] ( https://github.com/stlink-org/stlink/commit/32e8dcc8b5dbed7b6412e7838ea1b2c41f0247fd ) )
63
63
64
64
Fixes:
65
65
@@ -104,6 +104,7 @@ Fixes:
104
104
- Notification "unknown option -- u" in tool st-util ([ #1326 ] ( https://github.com/stlink-org/stlink/pull/1326 ) , [ #1327 ] ( https://github.com/stlink-org/stlink/pull/1327 ) )
105
105
- Do not crash when the STLink chip returns a voltage factor of zero ([ #1343 ] ( https://github.com/stlink-org/stlink/pull/1343 ) )
106
106
- stlink-gui: failed to allocate 139988352155568 bytes ([ #1356 ] ( https://github.com/stlink-org/stlink/pull/1356 ) )
107
+ - [ STM32U575RGT6] : Verification failed at offset 43008 ([ #1362 ] ( https://github.com/stlink-org/stlink/pull/1362 ) , commit [ #0145bae] ( https://github.com/stlink-org/stlink/commit/0145baeb2e3bac31bf9d3cbd0dab38d70618d46b ) )
107
108
108
109
# v1.7.0
109
110
Original file line number Diff line number Diff line change 3
3
[ ![ BSD licensed] ( https://img.shields.io/badge/license-BSD-blue.svg )] ( https://raw.githubusercontent.com/hyperium/hyper/master/LICENSE )
4
4
[ ![ GitHub release] ( https://img.shields.io/github/release/stlink-org/stlink.svg )] ( https://github.com/stlink-org/stlink/releases/latest )
5
5
[ ![ Downloads] ( https://img.shields.io/github/downloads/stlink-org/stlink/total )] ( https://github.com/stlink-org/stlink/releases/latest )
6
- ![ GitHub commits] ( https://img.shields.io/github/commits-since/stlink-org/stlink/v1.7 .0/develop )
6
+ ![ GitHub commits] ( https://img.shields.io/github/commits-since/stlink-org/stlink/v1.8 .0/develop )
7
7
![ GitHub activity] ( https://img.shields.io/github/commit-activity/m/stlink-org/stlink )
8
8
![ GitHub contributors] ( https://img.shields.io/github/contributors/stlink-org/stlink )
9
9
[ ![ CodeQL] ( https://github.com/stlink-org/stlink/actions/workflows/codeql-analysis.yml/badge.svg )] ( https://github.com/stlink-org/stlink/actions/workflows/codeql-analysis.yml )
@@ -81,7 +81,7 @@ We recommend to install `stlink-tools` from the package repository of the used d
81
81
82
82
** macOS** :
83
83
84
- ** Support for macOS will be dropped with v1.8.0.**
84
+ ** Support for macOS has been dropped with v1.8.0.**
85
85
86
86
Please use v1.7.0 instead, ** but note that this version is no longer maintained and supported!**
87
87
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ The following versions of the stlink toolset are currently being supported.<br /
7
7
| Version | Supported |
8
8
| ------- | ------------------ |
9
9
| develop | :white_check_mark : |
10
+ | 1.8.0 | :white_check_mark : |
10
11
| 1.7.0 | :x : |
11
12
| 1.6.x | :x : |
12
13
| 1.5.x | :x : |
Original file line number Diff line number Diff line change
1
+ stlink (1.8.0) unstable; urgency=medium
2
+
3
+ * Release v1.8.0
4
+
5
+ -- Nightwalker-87 <stlink-org> Thu, 01 Feb 2024 00:00:00 +0100
6
+
1
7
stlink (1.7.0) unstable; urgency=medium
2
8
3
9
* Release v1.7.0
Original file line number Diff line number Diff line change
1
+ * Thu Feb 01 2024 Nightwalker-87 <stlink-org> - 1.8.0
2
+ - Release v1.8.0
3
+
1
4
* Sun Apr 25 2021 Nightwalker-87 <stlink-org> - 1.7.0
2
5
- Release v1.7.0
3
6
You can’t perform that action at this time.
0 commit comments