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 --- tests/Readme.txt | 2 +- tests/compare-sizes.awk | 2 +- tests/usbconfig.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/Readme.txt b/tests/Readme.txt index f9fdeda..3f0d36d 100644 --- a/tests/Readme.txt +++ b/tests/Readme.txt @@ -1,4 +1,4 @@ -This is the Readme file for the directory "tests" of AVR-USB, a firmware-only +This is the Readme file for the directory "tests" of V-USB, a firmware-only USB driver for AVR microcontrollers. WHAT IS IN THIS DIRECTORY? diff --git a/tests/compare-sizes.awk b/tests/compare-sizes.awk index 659599e..8135729 100755 --- a/tests/compare-sizes.awk +++ b/tests/compare-sizes.awk @@ -1,6 +1,6 @@ #!/usr/bin/awk -f # Name: compare-sizes.awk -# Project: avr-usb +# Project: v-usb # Author: Christian Starkjohann # Creation Date: 2008-04-29 # Tabsize: 4 diff --git a/tests/usbconfig.h b/tests/usbconfig.h index b585c2f..b5293cb 100644 --- a/tests/usbconfig.h +++ b/tests/usbconfig.h @@ -1,5 +1,5 @@ /* Name: usbconfig.h - * Project: AVR USB driver + * Project: V-USB, virtual USB port for Atmel's(r) AVR(r) microcontrollers * Author: Christian Starkjohann * Creation Date: 2005-04-01 * Tabsize: 4 @@ -14,7 +14,7 @@ /* General Description: This file is an example configuration (with inline documentation) for the USB -driver. It configures AVR-USB for USB D+ connected to Port D bit 2 (which is +driver. It configures V-USB for USB D+ connected to Port D bit 2 (which is also hardware interrupt 0 on many devices) and USB D- to Port D bit 4. You may wire the lines to any other port, as long as D+ is also wired to INT0 (or any other hardware interrupt, as long as it is the highest level interrupt, see -- cgit v1.2.3