?lang_form? ?lang_select? ?lang_submit? ?lang_endform?
{HEADER END}
{BLAME START}

library

?curdirlinks? -

Blame information for rev 6

Line No. Rev Author Line
1 6 kaklik <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3 <title>Procyon AVRlib: Procyon AVRlib</title>
4 <link href="dox.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.4.2 -->
7 <div class="qindex"><a class="qindexHL" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
8 <h1>Procyon AVRlib </h1>
9 <p>
10 <h3 align="center">Version 20061029 </h3><b>C-Language Function Library for Atmel AVR Processors - Written by Pascal Stang</b><br>
11 (Content supplied by other authors where noted)<p>
12 Procyon AVRlib <a class="el" href="main.html#mainpage_footnote_one">[1]</a> is a library of easy-to-use C functions for a variety of common and uncommon tasks using AVR processors. The goal of AVRlib is to allow programmers to work quickly towards their end goal by reducing the time needed to write basic support functions and code. Most AVRlib header (*.h) files have lengthy descriptions of how to use the supplied library functions. All code (*.c) files are heavily commented with additional information.<p>
13 Documentation is still being improved and refined on many libraries. When getting familiar with a library, look first in this help document and at any example code that is available in the avrlib/examples directory. Then look inside the [libname].h and [libname]conf.h files, and then the [libname].c file for more details and documentation.<p>
14 Significant example code is included with AVRlib and can be found in the avrlib/examples directory. The example code is organized as a set of demo applications each of which strives to illustrate how to use a certain AVRlib function library. Effort is made to keep the example code heavily (and thoughtfully) commented.<p>
15 The latest version of Procyon AVRlib (including this documentation) is available from <a href="http://hubbard.engr.scu.edu/embedded/avr/avrlib">http://hubbard.engr.scu.edu/embedded/avr/avrlib</a><p>
16 Additional Pages:<ul>
17 <li><a class="el" href="relnotes.html">Release Notes</a> (a.k.a. What's New)</li><li><a class="el" href="install.html">Installing AVRlib Manually</a></li></ul>
18 <h2><a class="anchor" name="sublibraries">
19 AVRlib Sub-Libraries</a></h2>
20 The following is a list of sub-libraries in AVRlib.<p>
21 <dl compact><dt><b>General Use:</b></dt><dd></dd></dl>
22 <ul>
23 <li>Byte Buffering (circular)</li><li>Bit Buffering (linear)</li><li>Printf and other formatted print functions</li><li>VT100 Terminal Output</li><li>Command Line Interface</li><li>FAT16/32 File System (support is read-only for now)</li><li>STX/ETX Packet Protocol</li><li>Fixed-Point Math Library (basic operations only)</li></ul>
24 <p>
25 <dl compact><dt><b>AVR Built-In Peripheral Support</b></dt><dd></dd></dl>
26 <ul>
27 <li>Timer(s)</li><li>Uart(s)</li><li>A/D Converter</li><li>I2C Master/Slave</li><li>SPI Interface</li></ul>
28 <p>
29 <dl compact><dt><b>Device Drivers for External Hardware:</b></dt><dd></dd></dl>
30 <ul>
31 <li>Character LCD Modules (HD44780-based)</li><li>I2c EEPROM Memories</li><li>SPI EEPROM Memories</li><li>MMC/SD Memory Cards (SPI-mode)</li><li>Quadrature Encoders</li><li>RC-Servos (up to 8 channels)</li><li>STA013 MP3 Decoder Chip</li><li>GPS Receivers (via serial port)<ul>
32 <li>NMEA-0813 Protocol</li><li>Trimble TSIP Protocol</li></ul>
33 </li><li>Graphic LCD Modules<ul>
34 <li>KS0108/HD61202 Controller</li><li>T6963 Controller</li><li>LCD Fonts and Symbols</li></ul>
35 </li></ul>
36 <p>
37 <dl compact><dt><b>AVR Software-Emulated Devices and Interfaces</b></dt><dd></dd></dl>
38 <ul>
39 <li>I2c Master (Bit-Bang)</li><li>UART (software-based, timer interrupt driven)</li><li>Pulse Output (arbitrary-frequency continuous/counted square wave)</li><li>Intel-type Memory Bus (Address &amp; Data Buses + nRD,nWR)</li></ul>
40 <p>
41 <dl compact><dt><b>Network Support</b></dt><dd></dd></dl>
42 <ul>
43 <li>Device Drivers<ul>
44 <li>Realtek RTL8019AS Ethernet Driver (10mb)</li><li>ASIX AX88796L Ethernet Driver (10/100mb)</li><li>Crystal CS8900 Ethernet Driver (10mb)</li><li>PrismII 802.11b WLAN Driver</li></ul>
45 </li><li>Network Protocols<ul>
46 <li>ARP</li><li>IP</li><li>ICMP</li><li>UDP</li><li>DHCP</li></ul>
47 </li><li>Network Stack</li></ul>
48 <p>
49 <a class="anchor" name="mainpage_footnote_one"></a> <b>[1]</b> The name "AVRlib" bears an unfortunate resemblance to "AVR libc" even though the two libraries are different and should not be confused. AVR libc is the Standard C Library for AVR-Series Processors and provides functions we typically think of as being standard C like printf, stdio calls, math functions, plus some AVR-specific functions. Procyon AVRlib provides additional higher-level functions designed to help designers accomplish typical embedded systems tasks. <hr size="1"><address style="align: right;"><small>Generated on Sun Oct 29 03:41:06 2006 for Procyon AVRlib by&nbsp;
50 <a href="http://www.doxygen.org/index.html">
51 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address>
52 </body>
53 </html>
{BLAME END}
{FOOTER START}

Powered by WebSVN v2.8.3