From 71450ab7bdd1e9bf0c6359f8ef91c9a6a84ab0c1 Mon Sep 17 00:00:00 2001 From: Christian Starkjohann Date: Mon, 13 Apr 2009 18:23:31 +0000 Subject: - great renaming: project is now renamed from AVR-USB to V-USB --- Readme.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'Readme.txt') diff --git a/Readme.txt b/Readme.txt index f72a0bc..4aef36d 100644 --- a/Readme.txt +++ b/Readme.txt @@ -1,6 +1,6 @@ -This is the Readme file to Objective Development's firmware-only USB driver -for Atmel AVR microcontrollers and related code. For more information please -visit http://www.obdev.at/avrusb/. +This is the Readme file for V-USB and related code. V-USB is Objective +Development's firmware-only USB driver for Atmel's(r) AVR(r) microcontrollers. +For more information please visit http://www.obdev.at/vusb/. WHAT IS INCLUDED IN THIS PACKAGE? @@ -9,10 +9,10 @@ This package consists of the device side USB driver firmware, library code for device and host and fully working examples for device and host: Readme.txt .............. The file you are currently reading. - usbdrv .................. AVR-USB firmware, to be included in your project. + usbdrv .................. V-USB firmware, to be included in your project. examples ................ Example code for device and host side. libs-device ............. Useful code snippets for the device firmware. - libs-host ............... Useful code snippets for device drivers. + libs-host ............... Useful code snippets for host-side drivers. circuits ................ Example circuits using this driver. Changelog.txt ........... Documentation of changes between versions. License.txt ............. Free Open Source license for this package (GPL). @@ -25,10 +25,10 @@ contents. PREREQUISITES ============= -The AVR code of AVR-USB is written in C and assembler. You need either +The AVR code of V-USB is written in C and assembler. You need either avr-gcc or IAR CC to compile the project. We recommend avr-gcc because it is free and easily available. Gcc version 3 generates slightly more -efficient code than version 4 for AVR-USB. Not every release is tested with +efficient code than version 4 for V-USB. Not every release is tested with the IAR compiler. Previous versions have been tested with IAR 4.10B/W32 and 4.12A/W32 on an ATmega8 with the "small" and "tiny" memory model. @@ -55,12 +55,12 @@ TECHNICAL DOCUMENTATION The API reference of the driver firmware can be found in usbdrv/usbdrv.h. Documentation for host and device library files are in the respective header files. For more information, see our documentation wiki at -http://www.obdev.at/goto.php?t=avrusb-wiki. +http://www.obdev.at/goto.php?t=vusb-wiki. LICENSE ======= -AVR-USB and related code is distributed under the terms of the GNU General +V-USB and related code is distributed under the terms of the GNU General Public License (GPL) version 2 (see License.txt for details) and the GNU General Public License (GPL) version 3. It is your choice whether you apply the terms of version 2 or version 3. In addition to the terms of the GPL, we @@ -72,5 +72,5 @@ GPL. See CommercialLicense.txt for details. ---------------------------------------------------------------------------- -(c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH. +(c) 2009 by OBJECTIVE DEVELOPMENT Software GmbH. http://www.obdev.at/ -- cgit v1.2.3