Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2020 08:11:22 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555625 - in head/cad: . stm32flash
Message-ID:  <202011180811.0AI8BMEa079057@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Nov 18 08:11:21 2020
New Revision: 555625
URL: https://svnweb.freebsd.org/changeset/ports/555625

Log:
  New port: cad/stm32flash: Flash program for STM32 using the ST serial bootloader

Added:
  head/cad/stm32flash/
  head/cad/stm32flash/Makefile   (contents, props changed)
  head/cad/stm32flash/distinfo   (contents, props changed)
  head/cad/stm32flash/pkg-descr   (contents, props changed)
Modified:
  head/cad/Makefile

Modified: head/cad/Makefile
==============================================================================
--- head/cad/Makefile	Wed Nov 18 07:27:25 2020	(r555624)
+++ head/cad/Makefile	Wed Nov 18 08:11:21 2020	(r555625)
@@ -114,6 +114,7 @@
     SUBDIR += sp2sp
     SUBDIR += spice
     SUBDIR += stepcode
+    SUBDIR += stm32flash
     SUBDIR += sumo
     SUBDIR += sweethome3d
     SUBDIR += tkgate

Added: head/cad/stm32flash/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/cad/stm32flash/Makefile	Wed Nov 18 08:11:21 2020	(r555625)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	stm32flash
+DISTVERSION=	0.5
+CATEGORIES=	cad
+MASTER_SITES=	SF/${PORTNAME}/
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Flash program for STM32 using the ST serial bootloader
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/gpl-2.0.txt
+
+WRKSRC=		${WRKDIR}/${PORTNAME}
+
+PLIST_FILES=	bin/stm32flash \
+		share/man/man1/stm32flash.1.gz
+
+post-stage:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/stm32flash
+
+.include <bsd.port.mk>

Added: head/cad/stm32flash/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/cad/stm32flash/distinfo	Wed Nov 18 08:11:21 2020	(r555625)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1605686264
+SHA256 (stm32flash-0.5.tar.gz) = 97aa9422ef02e82f7da9039329e21a437decf972cb3919ad817f70ac9a49e306
+SIZE (stm32flash-0.5.tar.gz) = 41087

Added: head/cad/stm32flash/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/cad/stm32flash/pkg-descr	Wed Nov 18 08:11:21 2020	(r555625)
@@ -0,0 +1,4 @@
+Open source cross platform flash program for the STM32 ARM microcontrollers
+using the built-in ST serial bootloader over UART or I2C.
+
+WWW: https://sourceforge.net/projects/stm32flash/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011180811.0AI8BMEa079057>