AVRPROG drives a simple parallel port programmer and is used to

program Atmel's AVR family of microcontrollers.
This commit is contained in:
Brian S. Dean 2001-02-27 01:13:42 +00:00
parent 6b65c45f49
commit 62d5187fcc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38818
6 changed files with 31 additions and 0 deletions

View File

@ -26,6 +26,7 @@
SUBDIR += avr-binutils
SUBDIR += avr-gcc
SUBDIR += avr-libc
SUBDIR += avrprog
SUBDIR += bcc
SUBDIR += bin86
SUBDIR += binutils-m68k

19
devel/avrprog/Makefile Normal file
View File

@ -0,0 +1,19 @@
# New ports collection makefile for: avrprog
# Date created: 25 Febuary 2001
# Whom: Brian Dean <bsd@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= avrprog
PORTVERSION= 1.2.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bsd
MAINTAINER= bsd@FreeBSD.org
MAN1= avrprog.1
MANCOMPRESSED= no
.include <bsd.port.mk>

1
devel/avrprog/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (avrprog-1.2.1.tar.gz) = 70b2274f6872998374c883f23d44f8be

View File

@ -0,0 +1 @@
Program to drive a simple parallel port programmer for Atmel AVR CPUs

8
devel/avrprog/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
AVRPROG drives a simple ppi(4) parallel port programmer that allows
one to program Atmel AVR microcontrollers. In the simplest case, the
hardware consists just of a cable connecting the respective AVR signal
lines to the parallel port (only 6 wires including power and ground).
See the website for more information on the parallel port pin
connections.
WWW: http://www.bsdhome.com/avrprog

1
devel/avrprog/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/avrprog