Port details |
- stlink STM32 ST-Link JTAG variant tools
- 1.7.0_2 devel =3 1.7.0_2Version of this port present on the latest quarterly branch.
- Maintainer: lev@FreeBSD.org
- Port Added: 2014-02-15 23:05:04
- Last Update: 2024-03-06 13:03:25
- Commit Hash: 4e48258
- People watching this port, also watch:: oss, lua54-luaexpat, monit, proggy_fonts-ttf, inotify-tools
- License: BSD3CLAUSE
- WWW:
- https://github.com/texane/stlink
- Description:
- ST-Link v1 / ST-Link v2 STMicroelectronics JTAG variat support.
This packahe provide utilities to flash and debug STMicro microcontrollers
via ST-Link v1 / ST-Link v2 protocols.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/stlink/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/stlink
- pkg install stlink
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: stlink
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1626176959
SHA256 (stlink-org-stlink-v1.7.0_GH0.tar.gz) = 57ec1214905aedf59bee7f70ddff02316f64fa9ba5a9b6a3a64952edc5b65855
SIZE (stlink-org-stlink-v1.7.0_GH0.tar.gz) = 334883
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for stlink-1.7.0_2:
DOCS=on: Build and/or install documentation
GTK3=off: GTK 3 GUI toolkit support
===> Use 'make config' to modify these settings
- Options name:
- devel_stlink
- USES:
- cmake pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.0_2 06 Mar 2024 13:03:25 |
Nuno Teixeira (eduardo) |
devel/stlink: Move man pages to share/man
Approved by: portmgr (blanket) |
1.7.0_1 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.7.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.7.0 27 Oct 2021 15:53:07 |
Yasuhiro Kimura (yasu) Author: Robert Clausecker |
devel/stlink: Fix build on 32 bit platforms
* Remove settings of optimization from cmake/modules/c_flags.cmake as
per section 13.9 of Porter's Handbook
* Switch to DISTVERSION
* Pet portclippy
* Reformat Makefile with portfmt
PR: 257708
Approved by: maitainer timeout (> 1 month)
Differential Revision: https://reviews.freebsd.org/D32545 |
1.7.0 19 Oct 2021 08:36:47 |
Tobias Kortkamp (tobik) |
*: apply refactor.remove-consecutive-empty-lines
Submitted by: portedit |
1.7.0 13 Jul 2021 12:28:05 |
Lev A. Serebryakov (lev) |
devel/stlink: Update to version 1.7.0 |
1.6.1 19 Apr 2021 08:00:13 |
Tobias Kortkamp (tobik) |
Clean up all commented PORTREVISION and PORTEPOCH lines
No revision bump tool that we have cleans them up or deals with
them, so we end up with duplicated lines. Instead of implementing
that just clean up the 51 ports that do this.
PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if
you need a reminder or placeholder. |
1.6.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.6.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.1 16 Jun 2020 20:48:38 |
pkubaj |
devel/stlink: fix build on GCC architectures
Use C99 mode:
/wrkdirs/usr/ports/devel/stlink/work/stlink-1.6.1/src/usb.c:818: error: 'for'
loop initial declaration used outside C99 mode |
1.6.1 06 Jun 2020 21:22:33 |
lev |
Remove unneeded 32bit patch. |
1.6.1 04 Jun 2020 12:37:18 |
mat |
Fixup USE_GITHUB usage. |
1.6.1 03 Jun 2020 15:16:52 |
lev |
Update to latest version 1.6.1 |
1.5.0_2 14 Nov 2019 12:39:42 |
tobik |
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round |
1.5.0_2 12 Jul 2019 15:41:38 |
linimon |
Simplify architecture tests for 64-bit. Listing each ARCH is fragile; e.g.,
misses some 64-bit mips variants.
While here, further collapse tests for multiple variants of arm, mips, powerpc.
Approved by: portmgr (tier-2 blanket) |
1.5.0_2 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.5.0_2 21 Feb 2018 00:44:34 |
lev |
Fix shared library version |
1.5.0_1 20 Feb 2018 12:24:57 |
lev |
Update distinfo: github changed something in tarball. Sources are the same. |
1.5.0 19 Feb 2018 13:02:25 |
lev |
Update to 1.5.0 and fix on 32 bit platforms. |
1.4.0 21 Nov 2017 08:36:27 |
mat |
OPTIONS_SUB only cares about being defined, its content is ignored.
Sponsored by: Absolight |
1.4.0 21 Aug 2017 15:32:07 |
lev |
Update to 1.4.0
Reported by: Jerry Jacobs <jerryjacobs1989@gmail.com> |
1.3.1 03 May 2017 12:16:49 |
mat |
Simplify USE_GITHUB usage.
Sponsored by: Absolight |
1.3.1 27 Feb 2017 13:58:16 |
lev |
Update to latest version 1.3.1 |
1.3.0.20170131_1 01 Feb 2017 17:32:37 |
lev |
Fix installation of README.md
PR: 216683
Submitted by: Kenji Rikitake <kenji@k2r.org> |
1.3.0.20170131 31 Jan 2017 13:30:24 |
lev |
Update to latest commit after 1.3.0 release |
1.2.0.20160506 05 Jan 2017 22:58:02 |
jbeich |
Assume "pkg-config libusb*" works after 9.x EOL
FreeBSD appears to use different pkg-config name for 0.1.x API but it
doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS. |
1.2.0.20160506 06 May 2016 18:58:06 |
lev |
Update to latest commit, in nrw version 1.2 |
1.1.0.20160416 22 Apr 2016 12:26:26 |
lev |
Update to latest commit. |
1.1.0.20160111 20 Jan 2016 19:50:37 |
lev |
Update to latest github commit. |
1.1.0.20151012 15 Oct 2015 19:47:08 |
lev |
Update to latest commit, more chips are supported. |
1.1.0.20150801 04 Aug 2015 07:20:46 |
lev |
Update to latest checkin. |
1.1.0.20150505 15 May 2015 12:27:03 |
lev |
Update to latest commit. |
1.0.0.20150209 06 May 2015 15:16:54 |
mat |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
1.0.0.20150209 12 Feb 2015 20:47:00 |
lev |
Update to latest upstream commit. |
1.0.0.20141118 22 Nov 2014 21:42:11 |
lev |
Update to latest commit. |
1.0.0.20141021 27 Oct 2014 15:49:04 |
lev |
Updated to latest github commit.
PR: 194564 |
1.0.0.20140909 27 Oct 2014 11:07:20 |
bapt |
Cleanup plist |
1.0.0.20140909 13 Sep 2014 19:03:42 |
lev |
Update to latest version.
PR: 193611
Submitted by: Maxim Filimonov |
1.0.0.20140821 06 Sep 2014 11:12:39 |
lev |
Update to latest commit from 21 Aug 2014. |
1.0.0.20140807 08 Aug 2014 18:52:45 |
lev |
Update to latest commit.
PR: 192331 |
1.0.0 15 Feb 2014 23:04:53 |
lev |
Add ST-Link v1/v2 support utilities. |