Import stlink-1.1.0 as cross/stlink.
STMicroelectronics STM32 Discovery line programming tool. STLINK supports STLINKv1 and STLINKv2 protocol.
This commit is contained in:
parent
4db2e2b349
commit
76753527ab
4 changed files with 35 additions and 0 deletions
2
cross/stlink/DESCR
Normal file
2
cross/stlink/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
STMicroelectronics STM32 Discovery line programming tool.
|
||||
STLINK supports STLINKv1 and STLINKv2 protocol.
|
22
cross/stlink/Makefile
Normal file
22
cross/stlink/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/12/10 23:04:25 ryoon Exp $
|
||||
|
||||
DISTNAME= stlink-1.1.0
|
||||
CATEGORIES= cross
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=texane/}
|
||||
GITHUB_PROJECT= stlink
|
||||
GITHUB_TAG= ${PKGVERSION_NOREV}
|
||||
|
||||
MAINTAINER= ryoon@NetBSD.org
|
||||
HOMEPAGE= https://github.com/texane/stlink
|
||||
COMMENT= STM32 Discovery STLINKv1/v2 programming tool
|
||||
LICENSE= modified-bsd
|
||||
|
||||
USE_TOOLS+= automake pkg-config
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && \
|
||||
aclocal; autoheader; automake -a --foreign -i; autoconf
|
||||
|
||||
.include "../../devel/libusb1/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
cross/stlink/PLIST
Normal file
5
cross/stlink/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/12/10 23:04:25 ryoon Exp $
|
||||
bin/st-flash
|
||||
bin/st-info
|
||||
bin/st-term
|
||||
bin/st-util
|
6
cross/stlink/distinfo
Normal file
6
cross/stlink/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/12/10 23:04:25 ryoon Exp $
|
||||
|
||||
SHA1 (stlink-1.1.0.tar.gz) = 60ab8c52b6d55909d7ac831ecfd1a7faaba4ea86
|
||||
RMD160 (stlink-1.1.0.tar.gz) = 9400ed5d50c04344493045e9a117ace614d5121f
|
||||
SHA512 (stlink-1.1.0.tar.gz) = 5a9fcb97de84b55c57751e251743ad7641a26e9a2da7e9292beb013a828bffc9e41eb3e052d62c5fddca3fd55b03fcb8faf3158eea2cd944d84fb978acf82a92
|
||||
Size (stlink-1.1.0.tar.gz) = 201430 bytes
|
Loading…
Reference in a new issue