aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/Incomplete
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-07-20 14:23:47 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-07-20 14:23:47 +0000
commit055b8ea7dc80fb782b1193c9f4260733eab23b9d (patch)
tree68af690fbf600e9e77dc983865fd6ed25c7560ac /Demos/Device/Incomplete
parentc35a026c40888f7e0217d706e145918a06a72ca6 (diff)
Move unfinished SideShow source files to nested Lib directory for clarity.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@670 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/Incomplete')
-rw-r--r--Demos/Device/Incomplete/Sideshow/Lib/SideshowApplications.c (renamed from Demos/Device/Incomplete/Sideshow/SideshowApplications.c)0
-rw-r--r--Demos/Device/Incomplete/Sideshow/Lib/SideshowApplications.h (renamed from Demos/Device/Incomplete/Sideshow/SideshowApplications.h)0
-rw-r--r--Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.c (renamed from Demos/Device/Incomplete/Sideshow/SideshowCommands.c)0
-rw-r--r--Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.h (renamed from Demos/Device/Incomplete/Sideshow/SideshowCommands.h)0
-rw-r--r--Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.c (renamed from Demos/Device/Incomplete/Sideshow/SideshowCommon.c)0
-rw-r--r--Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.h (renamed from Demos/Device/Incomplete/Sideshow/SideshowCommon.h)0
-rw-r--r--Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.c (renamed from Demos/Device/Incomplete/Sideshow/SideshowContent.c)0
-rw-r--r--Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.h (renamed from Demos/Device/Incomplete/Sideshow/SideshowContent.h)0
-rw-r--r--Demos/Device/Incomplete/Sideshow/makefile8
9 files changed, 4 insertions, 4 deletions
diff --git a/Demos/Device/Incomplete/Sideshow/SideshowApplications.c b/Demos/Device/Incomplete/Sideshow/Lib/SideshowApplications.c
index f2789c4a..f2789c4a 100644
--- a/Demos/Device/Incomplete/Sideshow/SideshowApplications.c
+++ b/Demos/Device/Incomplete/Sideshow/Lib/SideshowApplications.c
diff --git a/Demos/Device/Incomplete/Sideshow/SideshowApplications.h b/Demos/Device/Incomplete/Sideshow/Lib/SideshowApplications.h
index 133acf99..133acf99 100644
--- a/Demos/Device/Incomplete/Sideshow/SideshowApplications.h
+++ b/Demos/Device/Incomplete/Sideshow/Lib/SideshowApplications.h
diff --git a/Demos/Device/Incomplete/Sideshow/SideshowCommands.c b/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.c
index 2726d50d..2726d50d 100644
--- a/Demos/Device/Incomplete/Sideshow/SideshowCommands.c
+++ b/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.c
diff --git a/Demos/Device/Incomplete/Sideshow/SideshowCommands.h b/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.h
index 197bc958..197bc958 100644
--- a/Demos/Device/Incomplete/Sideshow/SideshowCommands.h
+++ b/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.h
diff --git a/Demos/Device/Incomplete/Sideshow/SideshowCommon.c b/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.c
index a45dbd97..a45dbd97 100644
--- a/Demos/Device/Incomplete/Sideshow/SideshowCommon.c
+++ b/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.c
diff --git a/Demos/Device/Incomplete/Sideshow/SideshowCommon.h b/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.h
index cea81ce6..cea81ce6 100644
--- a/Demos/Device/Incomplete/Sideshow/SideshowCommon.h
+++ b/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.h
diff --git a/Demos/Device/Incomplete/Sideshow/SideshowContent.c b/Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.c
index 9b8b375e..9b8b375e 100644
--- a/Demos/Device/Incomplete/Sideshow/SideshowContent.c
+++ b/Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.c
diff --git a/Demos/Device/Incomplete/Sideshow/SideshowContent.h b/Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.h
index a9333a8e..a9333a8e 100644
--- a/Demos/Device/Incomplete/Sideshow/SideshowContent.h
+++ b/Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.h
diff --git a/Demos/Device/Incomplete/Sideshow/makefile b/Demos/Device/Incomplete/Sideshow/makefile
index e5d40879..aa44b24e 100644
--- a/Demos/Device/Incomplete/Sideshow/makefile
+++ b/Demos/Device/Incomplete/Sideshow/makefile
@@ -135,10 +135,10 @@ LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENAB
# List C source files here. (C dependencies are automatically generated.)
SRC = $(TARGET).c \
Descriptors.c \
- SideshowCommon.c \
- SideshowCommands.c \
- SideshowApplications.c \
- SideshowContent.c \
+ Lib/SideshowCommon.c \
+ Lib/SideshowCommands.c \
+ Lib/SideshowApplications.c \
+ Lib/SideshowContent.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Endpoint.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Host.c \