aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2009-04-13 18:23:31 +0000
committerChristian Starkjohann <cs+github@obdev.at>2009-04-13 18:23:31 +0000
commit71450ab7bdd1e9bf0c6359f8ef91c9a6a84ab0c1 (patch)
tree179a02c4dec6fa3462906fc2ca8113311328add9 /tests
parent7d111aa4aed9621c02181c66d28fe99a9836e788 (diff)
downloadv-usb-71450ab7bdd1e9bf0c6359f8ef91c9a6a84ab0c1.tar.gz
v-usb-71450ab7bdd1e9bf0c6359f8ef91c9a6a84ab0c1.tar.bz2
v-usb-71450ab7bdd1e9bf0c6359f8ef91c9a6a84ab0c1.zip
- great renaming: project is now renamed from AVR-USB to V-USB
Diffstat (limited to 'tests')
-rw-r--r--tests/Readme.txt2
-rwxr-xr-xtests/compare-sizes.awk2
-rw-r--r--tests/usbconfig.h4
3 files changed, 4 insertions, 4 deletions
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