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

This commit is contained in:
Yuri Victorovich 2020-11-18 08:11:21 +00:00
parent 184380d9d2
commit d313acbbbe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555625
4 changed files with 30 additions and 0 deletions

View File

@ -114,6 +114,7 @@
SUBDIR += sp2sp
SUBDIR += spice
SUBDIR += stepcode
SUBDIR += stm32flash
SUBDIR += sumo
SUBDIR += sweethome3d
SUBDIR += tkgate

22
cad/stm32flash/Makefile Normal file
View File

@ -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>

3
cad/stm32flash/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1605686264
SHA256 (stm32flash-0.5.tar.gz) = 97aa9422ef02e82f7da9039329e21a437decf972cb3919ad817f70ac9a49e306
SIZE (stm32flash-0.5.tar.gz) = 41087

4
cad/stm32flash/pkg-descr Normal file
View File

@ -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/