projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
cf22a74
)
Fix newly renamed VirtualSerial demos' include filename references so that they compile.
author
Dean Camera
<dean@fourwalledcubicle.com>
Mon, 7 Dec 2009 04:49:37 +0000
(
04:49
+0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Mon, 7 Dec 2009 04:49:37 +0000
(
04:49
+0000)
15 files changed:
Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.c
patch
|
blob
|
blame
|
history
Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.h
patch
|
blob
|
blame
|
history
Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c
patch
|
blob
|
blame
|
history
Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.h
patch
|
blob
|
blame
|
history
Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.c
patch
|
blob
|
blame
|
history
Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.h
patch
|
blob
|
blame
|
history
Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.c
patch
|
blob
|
blame
|
history
Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.h
patch
|
blob
|
blame
|
history
Demos/Device/LowLevel/VirtualSerial/VirtualSerial.c
patch
|
blob
|
blame
|
history
Demos/Device/LowLevel/VirtualSerial/VirtualSerial.h
patch
|
blob
|
blame
|
history
Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.c
patch
|
blob
|
blame
|
history
Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.h
patch
|
blob
|
blame
|
history
Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h
patch
|
blob
|
blame
|
history
Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c
patch
|
blob
|
blame
|
history
Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.h
patch
|
blob
|
blame
|
history
diff --git
a/Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.c
b/Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.c
index
000d18b
..
4765af4
100644
(file)
--- a/
Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.c
+++ b/
Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.c
@@
-30,11
+30,11
@@
\r
/** \file
\r
*
\r
\r
/** \file
\r
*
\r
- * Main source file for the Dual
CDC
demo. This file contains the main tasks of
\r
+ * Main source file for the Dual
VirtualSerial
demo. This file contains the main tasks of
\r
* the demo and is responsible for the initial application hardware configuration.
\r
*/
\r
\r
* the demo and is responsible for the initial application hardware configuration.
\r
*/
\r
\r
-#include "Dual
CDC
.h"
\r
+#include "Dual
VirtualSerial
.h"
\r
\r
/** LUFA CDC Class driver interface configuration and state information. This structure is
\r
* passed to all CDC Class driver functions, so that multiple instances of the same class
\r
\r
/** LUFA CDC Class driver interface configuration and state information. This structure is
\r
* passed to all CDC Class driver functions, so that multiple instances of the same class
\r
diff --git
a/Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.h
b/Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.h
index
2f12aca
..
ab406f9
100644
(file)
--- a/
Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.h
+++ b/
Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.h
@@
-30,11
+30,11
@@
\r
/** \file
\r
*
\r
\r
/** \file
\r
*
\r
- * Header file for Dual
CDC
.c.
\r
+ * Header file for Dual
VirtualSerial
.c.
\r
*/
\r
\r
*/
\r
\r
-#ifndef _DUAL_
CDC
_H_
\r
-#define _DUAL_
CDC
_H_
\r
+#ifndef _DUAL_
VIRTUALSERIAL
_H_
\r
+#define _DUAL_
VIRTUALSERIAL
_H_
\r
\r
/* Includes: */
\r
#include <avr/io.h>
\r
\r
/* Includes: */
\r
#include <avr/io.h>
\r
diff --git
a/Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c
b/Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c
index
8940ae0
..
41bf52d
100644
(file)
--- a/
Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c
+++ b/
Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c
@@
-30,11
+30,11
@@
\r
/** \file
\r
*
\r
\r
/** \file
\r
*
\r
- * Main source file for the
CDC
demo. This file contains the main tasks of
\r
+ * Main source file for the
VirtualSerial
demo. This file contains the main tasks of
\r
* the demo and is responsible for the initial application hardware configuration.
\r
*/
\r
\r
* the demo and is responsible for the initial application hardware configuration.
\r
*/
\r
\r
-#include "
CDC
.h"
\r
+#include "
VirtualSerial
.h"
\r
\r
/** LUFA CDC Class driver interface configuration and state information. This structure is
\r
* passed to all CDC Class driver functions, so that multiple instances of the same class
\r
\r
/** LUFA CDC Class driver interface configuration and state information. This structure is
\r
* passed to all CDC Class driver functions, so that multiple instances of the same class
\r
diff --git
a/Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.h
b/Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.h
index
9cc7248
..
3ffb897
100644
(file)
--- a/
Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.h
+++ b/
Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.h
@@
-30,11
+30,11
@@
\r
/** \file
\r
*
\r
\r
/** \file
\r
*
\r
- * Header file for
CDC
.c.
\r
+ * Header file for
VirtualSerial
.c.
\r
*/
\r
\r
*/
\r
\r
-#ifndef _
CDC
_H_
\r
-#define _
CDC
_H_
\r
+#ifndef _
VIRTUALSERIAL
_H_
\r
+#define _
VIRTUALSERIAL
_H_
\r
\r
/* Includes: */
\r
#include <avr/io.h>
\r
\r
/* Includes: */
\r
#include <avr/io.h>
\r
diff --git
a/Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.c
b/Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.c
index
d979e66
..
2c7c955
100644
(file)
--- a/
Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.c
+++ b/
Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.c
@@
-30,11
+30,11
@@
\r
/** \file
\r
*
\r
\r
/** \file
\r
*
\r
- * Main source file for the
CDC
Mouse demo. This file contains the main tasks of
\r
+ * Main source file for the
VirtualSerial
Mouse demo. This file contains the main tasks of
\r
* the demo and is responsible for the initial application hardware configuration.
\r
*/
\r
\r
* the demo and is responsible for the initial application hardware configuration.
\r
*/
\r
\r
-#include "
CDC
Mouse.h"
\r
+#include "
VirtualSerial
Mouse.h"
\r
\r
/** LUFA CDC Class driver interface configuration and state information. This structure is
\r
* passed to all CDC Class driver functions, so that multiple instances of the same class
\r
\r
/** LUFA CDC Class driver interface configuration and state information. This structure is
\r
* passed to all CDC Class driver functions, so that multiple instances of the same class
\r
diff --git
a/Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.h
b/Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.h
index
bee1b04
..
79cacce
100644
(file)
--- a/
Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.h
+++ b/
Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.h
@@
-30,11
+30,11
@@
\r
/** \file
\r
*
\r
\r
/** \file
\r
*
\r
- * Header file for
CDC
Mouse.c.
\r
+ * Header file for
VirtualSerial
Mouse.c.
\r
*/
\r
\r
*/
\r
\r
-#ifndef _
CDC
_MOUSE_H_
\r
-#define _
CDC
_MOUSE_H_
\r
+#ifndef _
VIRTUALSERIAL
_MOUSE_H_
\r
+#define _
VIRTUALSERIAL
_MOUSE_H_
\r
\r
/* Includes: */
\r
#include <avr/io.h>
\r
\r
/* Includes: */
\r
#include <avr/io.h>
\r
diff --git
a/Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.c
b/Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.c
index
8b1da03
..
2993b90
100644
(file)
--- a/
Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.c
+++ b/
Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.c
@@
-30,11
+30,11
@@
\r
/** \file
\r
*
\r
\r
/** \file
\r
*
\r
- * Main source file for the Dual
CDC
demo. This file contains the main tasks of the demo and
\r
+ * Main source file for the Dual
VirtualSerial
demo. This file contains the main tasks of the demo and
\r
* is responsible for the initial application hardware configuration.
\r
*/
\r
\r
* is responsible for the initial application hardware configuration.
\r
*/
\r
\r
-#include "Dual
CDC
.h"
\r
+#include "Dual
VirtualSerial
.h"
\r
\r
/** Contains the current baud rate and other settings of the first virtual serial port. While this demo does not use
\r
* the physical USART and thus does not use these settings, they must still be retained and returned to the host
\r
\r
/** Contains the current baud rate and other settings of the first virtual serial port. While this demo does not use
\r
* the physical USART and thus does not use these settings, they must still be retained and returned to the host
\r
diff --git
a/Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.h
b/Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.h
index
b2085c4
..
55ab6b2
100644
(file)
--- a/
Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.h
+++ b/
Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.h
@@
-30,11
+30,11
@@
\r
/** \file
\r
*
\r
\r
/** \file
\r
*
\r
- * Header file for Dual
CDC
.c.
\r
+ * Header file for Dual
VirtualSerial
.c.
\r
*/
\r
\r
*/
\r
\r
-#ifndef _DUAL_
CDC
_H_
\r
-#define _DUAL_
CDC
_H_
\r
+#ifndef _DUAL_
VIRTUALSERIAL
_H_
\r
+#define _DUAL_
VIRTUALSERIAL
_H_
\r
\r
/* Includes: */
\r
#include <avr/io.h>
\r
\r
/* Includes: */
\r
#include <avr/io.h>
\r
diff --git
a/Demos/Device/LowLevel/VirtualSerial/VirtualSerial.c
b/Demos/Device/LowLevel/VirtualSerial/VirtualSerial.c
index
444dc01
..
89413a4
100644
(file)
--- a/
Demos/Device/LowLevel/VirtualSerial/VirtualSerial.c
+++ b/
Demos/Device/LowLevel/VirtualSerial/VirtualSerial.c
@@
-30,11
+30,11
@@
\r
/** \file
\r
*
\r
\r
/** \file
\r
*
\r
- * Main source file for the
CDC
demo. This file contains the main tasks of the demo and
\r
+ * Main source file for the
VirtualSerial
demo. This file contains the main tasks of the demo and
\r
* is responsible for the initial application hardware configuration.
\r
*/
\r
\r
* is responsible for the initial application hardware configuration.
\r
*/
\r
\r
-#include "
CDC
.h"
\r
+#include "
VirtualSerial
.h"
\r
\r
/** Contains the current baud rate and other settings of the virtual serial port. While this demo does not use
\r
* the physical USART and thus does not use these settings, they must still be retained and returned to the host
\r
\r
/** Contains the current baud rate and other settings of the virtual serial port. While this demo does not use
\r
* the physical USART and thus does not use these settings, they must still be retained and returned to the host
\r
diff --git
a/Demos/Device/LowLevel/VirtualSerial/VirtualSerial.h
b/Demos/Device/LowLevel/VirtualSerial/VirtualSerial.h
index
4a7b6b1
..
d8abc12
100644
(file)
--- a/
Demos/Device/LowLevel/VirtualSerial/VirtualSerial.h
+++ b/
Demos/Device/LowLevel/VirtualSerial/VirtualSerial.h
@@
-30,11
+30,11
@@
\r
/** \file
\r
*
\r
\r
/** \file
\r
*
\r
- * Header file for
CDC
.c.
\r
+ * Header file for
VirtualSerial
.c.
\r
*/
\r
\r
*/
\r
\r
-#ifndef _
CDC
_H_
\r
-#define _
CDC
_H_
\r
+#ifndef _
VIRTUALSERIAL
_H_
\r
+#define _
VIRTUALSERIAL
_H_
\r
\r
/* Includes: */
\r
#include <avr/io.h>
\r
\r
/* Includes: */
\r
#include <avr/io.h>
\r
diff --git
a/Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.c
b/Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.c
index
4b08f7d
..
b3c1143
100644
(file)
--- a/
Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.c
+++ b/
Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.c
@@
-30,11
+30,11
@@
\r
/** \file
\r
*
\r
\r
/** \file
\r
*
\r
- * Main source file for the
CDC
Host demo. This file contains the main tasks of
\r
+ * Main source file for the
VirtualSerial
Host demo. This file contains the main tasks of
\r
* the demo and is responsible for the initial application hardware configuration.
\r
*/
\r
\r
* the demo and is responsible for the initial application hardware configuration.
\r
*/
\r
\r
-#include "
CDC
Host.h"
\r
+#include "
VirtualSerial
Host.h"
\r
\r
/** LUFA CDC Class driver interface configuration and state information. This structure is
\r
* passed to all CDC Class driver functions, so that multiple instances of the same class
\r
\r
/** LUFA CDC Class driver interface configuration and state information. This structure is
\r
* passed to all CDC Class driver functions, so that multiple instances of the same class
\r
diff --git
a/Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.h
b/Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.h
index
d666b73
..
dbd85a1
100644
(file)
--- a/
Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.h
+++ b/
Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.h
@@
-30,11
+30,11
@@
\r
/** \file
\r
*
\r
\r
/** \file
\r
*
\r
- * Header file for
CDC
Host.c.
\r
+ * Header file for
VirtualSerial
Host.c.
\r
*/
\r
\r
*/
\r
\r
-#ifndef _
CDC
_HOST_H_
\r
-#define _
CDC
_HOST_H_
\r
+#ifndef _
VIRTUALSERIAL
_HOST_H_
\r
+#define _
VIRTUALSERIAL
_HOST_H_
\r
\r
/* Includes: */
\r
#include <avr/io.h>
\r
\r
/* Includes: */
\r
#include <avr/io.h>
\r
diff --git
a/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h
b/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h
index
17aa831
..
3a2b2b4
100644
(file)
--- a/
Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h
+++ b/
Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h
@@
-37,9
+37,9
@@
#define _CONFIGDESCRIPTOR_H_
\r
\r
/* Includes: */
\r
#define _CONFIGDESCRIPTOR_H_
\r
\r
/* Includes: */
\r
- #include <LUFA/Drivers/USB/USB.h>
// USB Functionality
\r
+ #include <LUFA/Drivers/USB/USB.h>
\r
\r
\r
- #include "
CDC
Host.h"
\r
+ #include "
VirtualSerial
Host.h"
\r
\r
/* Macros: */
\r
/** Interface Class value for the CDC class */
\r
\r
/* Macros: */
\r
/** Interface Class value for the CDC class */
\r
diff --git
a/Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c
b/Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c
index
c432258
..
3aaaef3
100644
(file)
--- a/
Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c
+++ b/
Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c
@@
-30,11
+30,11
@@
\r
/** \file
\r
*
\r
\r
/** \file
\r
*
\r
- * Main source file for the
CDC
Host demo. This file contains the main tasks of
\r
+ * Main source file for the
VirtualSerial
Host demo. This file contains the main tasks of
\r
* the demo and is responsible for the initial application hardware configuration.
\r
*/
\r
\r
* the demo and is responsible for the initial application hardware configuration.
\r
*/
\r
\r
-#include "
CDC
Host.h"
\r
+#include "
VirtualSerial
Host.h"
\r
\r
#if 0
\r
/* NOTE: Here you can set up a standard stream using the created virtual serial port, so that the standard stream functions in
\r
\r
#if 0
\r
/* NOTE: Here you can set up a standard stream using the created virtual serial port, so that the standard stream functions in
\r
diff --git
a/Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.h
b/Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.h
index
b6d3a3c
..
679fd99
100644
(file)
--- a/
Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.h
+++ b/
Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.h
@@
-30,11
+30,11
@@
\r
/** \file
\r
*
\r
\r
/** \file
\r
*
\r
- * Header file for
CDC
Host.c.
\r
+ * Header file for
VirtualSerial
Host.c.
\r
*/
\r
\r
*/
\r
\r
-#ifndef _
CDC
_HOST_H_
\r
-#define _
CDC
_HOST_H_
\r
+#ifndef _
VIRTUALSERIAL
_HOST_H_
\r
+#define _
VIRTUALSERIAL
_HOST_H_
\r
\r
/* Includes: */
\r
#include <avr/io.h>
\r
\r
/* Includes: */
\r
#include <avr/io.h>
\r