~ubuntu-branches/ubuntu/maverick/avr-libc/maverick

« back to all changes in this revision

Viewing changes to doc/api/main_page.dox

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2007-08-09 11:28:01 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070809112801-ps7wognnynio9kz7
Tags: 1:1.4.6-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Copyright (c) 2002, Theodore Roth
2
 
   Copyright (c) 2004,2005,2006, Joerg Wunsch
 
2
   Copyright (c) 2004,2005,2006,2007 Joerg Wunsch
3
3
   All rights reserved.
4
4
 
5
5
   Redistribution and use in source and binary forms, with or without
24
24
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25
25
  POSSIBILITY OF SUCH DAMAGE. */
26
26
 
27
 
/* $Id: main_page.dox,v 1.27.2.8 2006/09/13 20:41:41 arcanum Exp $ */
 
27
/* $Id: main_page.dox,v 1.27.2.14 2007/05/13 20:36:03 aesok Exp $ */
28
28
 
29
29
/** \mainpage AVR Libc
30
30
 
123
123
- atmega323
124
124
- atmega324p
125
125
- atmega325
 
126
- atmega325p
126
127
- atmega3250
 
128
- atmega3250p
127
129
- atmega329
 
130
- atmega329p
128
131
- atmega3290
 
132
- atmega3290p
129
133
- atmega48
130
 
- atmega406
131
134
- atmega64
132
135
- atmega640
133
136
- atmega644
170
173
- at90can32
171
174
- at90can64
172
175
- at90can128
 
176
- at90pwm1
173
177
- at90pwm2
174
178
- at90pwm3
 
179
- at90usb82
 
180
- at90usb162
175
181
- at90usb646
176
182
- at90usb647
177
183
- at90usb1286
178
184
- at90usb1287
 
185
- atmega8hva
 
186
- atmega16hva
 
187
- atmega406
179
188
 
180
189
\anchor supp_dev_footnote_one
181
190
 
194
203
\note <b>[3]</b> The at76c711 is a USB to fast serial interface bridge chip
195
204
using an AVR core.
196
205
 
 
206
\section license avr-libc License
 
207
 
 
208
avr-libc can be freely used and redistributed, provided the following
 
209
license conditions are met.
 
210
 
 
211
\verbatim
 
212
Portions of avr-libc are Copyright (c) 1999-2007
 
213
Keith Gudger,
 
214
Bjoern Haase,
 
215
Steinar Haugen,
 
216
Peter Jansen,
 
217
Reinhard Jessich,
 
218
Magnus Johansson,
 
219
Artur Lipowski,
 
220
Marek Michalkiewicz,
 
221
Colin O'Flynn,
 
222
Bob Paddock,
 
223
Reiner Patommel,
 
224
Michael Rickman,
 
225
Theodore A. Roth,
 
226
Juergen Schilling,
 
227
Philip Soeberg,
 
228
Anatoly Sokolov,
 
229
Nils Kristian Strom,
 
230
Michael Stumpf,
 
231
Stefan Swanepoel,
 
232
Eric B. Weddington,
 
233
Joerg Wunsch,
 
234
Dmitry Xmelkov,
 
235
The Regents of the University of California.
 
236
All rights reserved.
 
237
 
 
238
   Redistribution and use in source and binary forms, with or without
 
239
   modification, are permitted provided that the following conditions are met:
 
240
 
 
241
   * Redistributions of source code must retain the above copyright
 
242
     notice, this list of conditions and the following disclaimer.
 
243
 
 
244
   * Redistributions in binary form must reproduce the above copyright
 
245
     notice, this list of conditions and the following disclaimer in
 
246
     the documentation and/or other materials provided with the
 
247
     distribution.
 
248
 
 
249
   * Neither the name of the copyright holders nor the names of
 
250
     contributors may be used to endorse or promote products derived
 
251
     from this software without specific prior written permission.
 
252
 
 
253
   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 
254
   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
255
   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 
256
   ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 
257
   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 
258
   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 
259
   SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 
260
   INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 
261
   CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 
262
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 
263
   POSSIBILITY OF SUCH DAMAGE.
 
264
\endverbatim
 
265
 
197
266
*/