Skip to content

Commit

Permalink
Fixes regarding version support
Browse files Browse the repository at this point in the history
- Updated version_support.md
- Updated version requirements for libusb
  • Loading branch information
Nightwalker-87 committed Apr 5, 2023
1 parent 5946076 commit 982408e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
File renamed without changes.
3 changes: 2 additions & 1 deletion doc/version_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Maintained versions of:
- Arch Linux
- FreeBSD
- NetBSD
- OpenBSD

Other Linux-/Unix-based Operating Systems:

Expand Down Expand Up @@ -75,7 +76,7 @@ Systems with highlighted versions remain compatible with this toolset.
| Ubuntu 21.04 (Hirsute) | 1.0.**24** | 3.**18.4** | Jan 2022 |
| Fedora 33 [x64] | 1.0.**23** (`libusbx`) | 3.**18.3** | Nov 2021 |
| Alpine 3.12 | 1.0.**23** | 3.**17.2** | May 2022 |
| openSUSE Leap 15.3 [x64] | 1.0.**21** | 3.**17.0** | Dec 2022 |
| openSUSE Leap 15.3 [x64] | 1.0.21 | 3.**17.0** | Dec 2022 |
| Fedora 32 [x64] | 1.0.**23** (`libusbx`) | 3.**17.0** | May 2021 |
| openSUSE Leap 15.2 [x64] | 1.0.21 | 3.**17.0** | Dec 2021 |
| Ubuntu 20.10 (Groovy) | 1.0.**23** | 3.**16.3** | Jul 2021 |
Expand Down
4 changes: 2 additions & 2 deletions src/stlink-lib/libusb_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
#if defined (__FreeBSD__)
#define MINIMAL_API_VERSION 0x01000102 // v1.0.16
#elif defined (__OpenBSD__)
#define MINIMAL_API_VERSION 0x01000105 // v1.0.21
#define MINIMAL_API_VERSION 0x01000106 // v1.0.22
#elif defined (__linux__)
#define MINIMAL_API_VERSION 0x01000105 // v1.0.21
#define MINIMAL_API_VERSION 0x01000106 // v1.0.22
#elif defined (_WIN32)
#define MINIMAL_API_VERSION 0x01000109 // v1.0.25
#endif
Expand Down

0 comments on commit 982408e

Please sign in to comment.