Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
cf22a744
Commit
cf22a744
authored
Dec 07, 2009
by
Dean Camera
Browse files
Additional file renames and modifications to change CDC demos to VirtualSerial.
parent
7a9b3d36
Changes
45
Expand all
Hide whitespace changes
Inline
Side-by-side
Demos/Host/LowLevel/VirtualSerialHost/
CDC
Host.h
→
Demos/Host/LowLevel/VirtualSerialHost/
VirtualSerial
Host.h
View file @
cf22a744
File moved
Demos/Host/LowLevel/VirtualSerialHost/
CDC
Host.txt
→
Demos/Host/LowLevel/VirtualSerialHost/
VirtualSerial
Host.txt
View file @
cf22a744
File moved
Demos/Host/LowLevel/VirtualSerialHost/makefile
View file @
cf22a744
...
...
@@ -102,7 +102,7 @@ FORMAT = ihex
# Target file name (without extension).
TARGET
=
CDC
Host
TARGET
=
VirtualSerial
Host
# Object files directory
...
...
Demos/Host/LowLevel/makefile
View file @
cf22a744
...
...
@@ -14,9 +14,6 @@
# code.
all
:
make
-C
CDCHost clean
make
-C
CDCHost all
make
-C
GenericHIDHost clean
make
-C
GenericHIDHost all
...
...
@@ -47,8 +44,10 @@ all:
make
-C
RNDISEthernetHost
clean
make
-C
RNDISEthernetHost
all
make
-C
VirtualSerialHost
clean
make
-C
VirtualSerialHost
all
%
:
make
-C
CDCHost
$@
make
-C
GenericHIDHost
$@
make
-C
JoystickHostWithParser
$@
make
-C
KeyboardHost
$@
...
...
@@ -60,3 +59,4 @@ all:
make
-C
PrinterHost
$@
make
-C
StillImageHost
$@
make
-C
RNDISEthernetHost
$@
make
-C
VirtualSerialHost
$@
LUFA.pnproj
View file @
cf22a744
This diff is collapsed.
Click to expand it.
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment