pructl is an utility to interface with PRUs.
It uses libpru (devel/libpru) and currently supports the BeagleBone (white/black). Differential Revision: https://reviews.freebsd.org/D1271 Reviewed by: bapt Approved by: bapt
This commit is contained in:
parent
a1df0a0765
commit
f0536ae4ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374085
5 changed files with 29 additions and 0 deletions
|
@ -3530,6 +3530,7 @@
|
|||
SUBDIR += protobuf
|
||||
SUBDIR += protobuf-c
|
||||
SUBDIR += protobuf25
|
||||
SUBDIR += pructl
|
||||
SUBDIR += psptoolchain
|
||||
SUBDIR += psptoolchain-binutils
|
||||
SUBDIR += psptoolchain-gcc-stage1
|
||||
|
|
19
devel/pructl/Makefile
Normal file
19
devel/pructl/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pructl
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://bitbucket.org/rpaulo/pructl/get/
|
||||
|
||||
MAINTAINER= rpaulo@FreeBSD.org
|
||||
COMMENT= Utilities to interface with PRUs
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
LIB_DEPENDS= libpru.so:${PORTSDIR}/devel/libpru
|
||||
|
||||
USES= cmake
|
||||
|
||||
WRKSRC= ${WRKDIR}/rpaulo-pructl-fa406bee9133
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/pructl/distinfo
Normal file
2
devel/pructl/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (pructl-0.1.tar.gz) = 2100c3c3ae5be7d2f26af18cb7ee3de361158ee49b76c61adf8911e6b750953b
|
||||
SIZE (pructl-0.1.tar.gz) = 3330
|
5
devel/pructl/pkg-descr
Normal file
5
devel/pructl/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
pructl is a tool to interface with libpru.
|
||||
It allows the user to reset the PRU, enable/disable the PRU and to
|
||||
upload programs to the PRU.
|
||||
|
||||
WWW: https://bitbucket.org/rpaulo/pructl
|
2
devel/pructl/pkg-plist
Normal file
2
devel/pructl/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
sbin/pructl
|
||||
sbin/prudbg
|
Loading…
Reference in a new issue