More documentation, thanks to Enno Luebbers
<luebbers@users.sourceforge.net>.
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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.)
|
||||
|
|
1691
devel/avr-libc/files/avr-libc-reference.html
Normal file
1691
devel/avr-libc/files/avr-libc-reference.html
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue