More documentation, thanks to Enno Luebbers

<luebbers@users.sourceforge.net>.
This commit is contained in:
Joerg Wunsch 2001-09-17 09:36:11 +00:00
parent d2fc60ddc2
commit 5dd45ae404
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47908
4 changed files with 1700 additions and 0 deletions

View file

@ -39,5 +39,6 @@ post-install:
${PREFIX}/share/doc/avr-libc/examples; \
done
${INSTALL_DATA} ${FILESDIR}/avr-lib.pdf ${PREFIX}/share/doc/avr-libc
${INSTALL_DATA} ${FILESDIR}/avr-libc-reference.html ${PREFIX}/share/doc/avr-libc
.include <bsd.port.mk>

View file

@ -5,3 +5,10 @@ http://www.enteract.com/~rneswold/avr/avr-lib-neswold.pdf
It has been renamed to avr-lib.pdf to remain consistent
with previous versions of the port.
Rich's older avr-lib.pdf is fairly out of date now.
The file avr-libc-reference.html has been obtained from
http://www.bang-gang.org/elektronik/avr/avr-libc-reference.html
(A couple of HTML tag bugs have been fixed manually, so to enable
displaying the email addresses of the authors.)

File diff suppressed because it is too large Load diff

View file

@ -77,6 +77,7 @@ avr/include/wdt.h
share/doc/avr-libc/LICENSE
share/doc/avr-libc/register-usage.txt
share/doc/avr-libc/avr-lib.pdf
share/doc/avr-libc/avr-libc-reference.html
share/doc/avr-libc/examples/avr-recv.c
share/doc/avr-libc/examples/io.c
share/doc/avr-libc/examples/prg