aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/RNDISEthernet
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-05-22 06:17:57 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-05-22 06:17:57 +0000
commitb7ef7f49c9f6b4de962ae32776866bd1d5d59c3b (patch)
tree50f4fa5a28849f6f6e671f310956ae19479c4d05 /Demos/Device/RNDISEthernet
parentd0806c817cbf0c1b5c5362d1577eac6075c94dfc (diff)
downloadlufa-b7ef7f49c9f6b4de962ae32776866bd1d5d59c3b.tar.gz
lufa-b7ef7f49c9f6b4de962ae32776866bd1d5d59c3b.tar.bz2
lufa-b7ef7f49c9f6b4de962ae32776866bd1d5d59c3b.zip
Moved out each demos' functionality library files (e.g. Ring Buffer library) to /Lib directories for a better directory structure.
Diffstat (limited to 'Demos/Device/RNDISEthernet')
-rw-r--r--Demos/Device/RNDISEthernet/Lib/ARP.c (renamed from Demos/Device/RNDISEthernet/ARP.c)0
-rw-r--r--Demos/Device/RNDISEthernet/Lib/ARP.h (renamed from Demos/Device/RNDISEthernet/ARP.h)0
-rw-r--r--Demos/Device/RNDISEthernet/Lib/DHCP.c (renamed from Demos/Device/RNDISEthernet/DHCP.c)0
-rw-r--r--Demos/Device/RNDISEthernet/Lib/DHCP.h (renamed from Demos/Device/RNDISEthernet/DHCP.h)0
-rw-r--r--Demos/Device/RNDISEthernet/Lib/Ethernet.c (renamed from Demos/Device/RNDISEthernet/Ethernet.c)0
-rw-r--r--Demos/Device/RNDISEthernet/Lib/Ethernet.h (renamed from Demos/Device/RNDISEthernet/Ethernet.h)0
-rw-r--r--Demos/Device/RNDISEthernet/Lib/EthernetProtocols.h (renamed from Demos/Device/RNDISEthernet/EthernetProtocols.h)0
-rw-r--r--Demos/Device/RNDISEthernet/Lib/ICMP.c (renamed from Demos/Device/RNDISEthernet/ICMP.c)0
-rw-r--r--Demos/Device/RNDISEthernet/Lib/ICMP.h (renamed from Demos/Device/RNDISEthernet/ICMP.h)0
-rw-r--r--Demos/Device/RNDISEthernet/Lib/IP.c (renamed from Demos/Device/RNDISEthernet/IP.c)0
-rw-r--r--Demos/Device/RNDISEthernet/Lib/IP.h (renamed from Demos/Device/RNDISEthernet/IP.h)0
-rw-r--r--Demos/Device/RNDISEthernet/Lib/ProtocolDecoders.c (renamed from Demos/Device/RNDISEthernet/ProtocolDecoders.c)0
-rw-r--r--Demos/Device/RNDISEthernet/Lib/ProtocolDecoders.h (renamed from Demos/Device/RNDISEthernet/ProtocolDecoders.h)0
-rw-r--r--Demos/Device/RNDISEthernet/Lib/RNDIS.c (renamed from Demos/Device/RNDISEthernet/RNDIS.c)0
-rw-r--r--Demos/Device/RNDISEthernet/Lib/RNDIS.h (renamed from Demos/Device/RNDISEthernet/RNDIS.h)0
-rw-r--r--Demos/Device/RNDISEthernet/Lib/RNDISConstants.h (renamed from Demos/Device/RNDISEthernet/RNDISConstants.h)0
-rw-r--r--Demos/Device/RNDISEthernet/Lib/TCP.c (renamed from Demos/Device/RNDISEthernet/TCP.c)0
-rw-r--r--Demos/Device/RNDISEthernet/Lib/TCP.h (renamed from Demos/Device/RNDISEthernet/TCP.h)0
-rw-r--r--Demos/Device/RNDISEthernet/Lib/UDP.c (renamed from Demos/Device/RNDISEthernet/UDP.c)0
-rw-r--r--Demos/Device/RNDISEthernet/Lib/UDP.h (renamed from Demos/Device/RNDISEthernet/UDP.h)0
-rw-r--r--Demos/Device/RNDISEthernet/Lib/Webserver.c (renamed from Demos/Device/RNDISEthernet/Webserver.c)0
-rw-r--r--Demos/Device/RNDISEthernet/Lib/Webserver.h (renamed from Demos/Device/RNDISEthernet/Webserver.h)0
-rw-r--r--Demos/Device/RNDISEthernet/RNDISEthernet.h11
-rw-r--r--Demos/Device/RNDISEthernet/makefile20
24 files changed, 16 insertions, 15 deletions
diff --git a/Demos/Device/RNDISEthernet/ARP.c b/Demos/Device/RNDISEthernet/Lib/ARP.c
index 0f108c290..0f108c290 100644
--- a/Demos/Device/RNDISEthernet/ARP.c
+++ b/Demos/Device/RNDISEthernet/Lib/ARP.c
diff --git a/Demos/Device/RNDISEthernet/ARP.h b/Demos/Device/RNDISEthernet/Lib/ARP.h
index 8551df85b..8551df85b 100644
--- a/Demos/Device/RNDISEthernet/ARP.h
+++ b/Demos/Device/RNDISEthernet/Lib/ARP.h
diff --git a/Demos/Device/RNDISEthernet/DHCP.c b/Demos/Device/RNDISEthernet/Lib/DHCP.c
index 76711fb4f..76711fb4f 100644
--- a/Demos/Device/RNDISEthernet/DHCP.c
+++ b/Demos/Device/RNDISEthernet/Lib/DHCP.c
diff --git a/Demos/Device/RNDISEthernet/DHCP.h b/Demos/Device/RNDISEthernet/Lib/DHCP.h
index f0e68b994..f0e68b994 100644
--- a/Demos/Device/RNDISEthernet/DHCP.h
+++ b/Demos/Device/RNDISEthernet/Lib/DHCP.h
diff --git a/Demos/Device/RNDISEthernet/Ethernet.c b/Demos/Device/RNDISEthernet/Lib/Ethernet.c
index 3d34f716a..3d34f716a 100644
--- a/Demos/Device/RNDISEthernet/Ethernet.c
+++ b/Demos/Device/RNDISEthernet/Lib/Ethernet.c
diff --git a/Demos/Device/RNDISEthernet/Ethernet.h b/Demos/Device/RNDISEthernet/Lib/Ethernet.h
index b360f07ae..b360f07ae 100644
--- a/Demos/Device/RNDISEthernet/Ethernet.h
+++ b/Demos/Device/RNDISEthernet/Lib/Ethernet.h
diff --git a/Demos/Device/RNDISEthernet/EthernetProtocols.h b/Demos/Device/RNDISEthernet/Lib/EthernetProtocols.h
index 3ff3433ae..3ff3433ae 100644
--- a/Demos/Device/RNDISEthernet/EthernetProtocols.h
+++ b/Demos/Device/RNDISEthernet/Lib/EthernetProtocols.h
diff --git a/Demos/Device/RNDISEthernet/ICMP.c b/Demos/Device/RNDISEthernet/Lib/ICMP.c
index da4ffcfa1..da4ffcfa1 100644
--- a/Demos/Device/RNDISEthernet/ICMP.c
+++ b/Demos/Device/RNDISEthernet/Lib/ICMP.c
diff --git a/Demos/Device/RNDISEthernet/ICMP.h b/Demos/Device/RNDISEthernet/Lib/ICMP.h
index b20a557e9..b20a557e9 100644
--- a/Demos/Device/RNDISEthernet/ICMP.h
+++ b/Demos/Device/RNDISEthernet/Lib/ICMP.h
diff --git a/Demos/Device/RNDISEthernet/IP.c b/Demos/Device/RNDISEthernet/Lib/IP.c
index 8fb0b446d..8fb0b446d 100644
--- a/Demos/Device/RNDISEthernet/IP.c
+++ b/Demos/Device/RNDISEthernet/Lib/IP.c
diff --git a/Demos/Device/RNDISEthernet/IP.h b/Demos/Device/RNDISEthernet/Lib/IP.h
index fc1a46aef..fc1a46aef 100644
--- a/Demos/Device/RNDISEthernet/IP.h
+++ b/Demos/Device/RNDISEthernet/Lib/IP.h
diff --git a/Demos/Device/RNDISEthernet/ProtocolDecoders.c b/Demos/Device/RNDISEthernet/Lib/ProtocolDecoders.c
index add0333f2..add0333f2 100644
--- a/Demos/Device/RNDISEthernet/ProtocolDecoders.c
+++ b/Demos/Device/RNDISEthernet/Lib/ProtocolDecoders.c
diff --git a/Demos/Device/RNDISEthernet/ProtocolDecoders.h b/Demos/Device/RNDISEthernet/Lib/ProtocolDecoders.h
index fa0a869eb..fa0a869eb 100644
--- a/Demos/Device/RNDISEthernet/ProtocolDecoders.h
+++ b/Demos/Device/RNDISEthernet/Lib/ProtocolDecoders.h
diff --git a/Demos/Device/RNDISEthernet/RNDIS.c b/Demos/Device/RNDISEthernet/Lib/RNDIS.c
index c5202bcd1..c5202bcd1 100644
--- a/Demos/Device/RNDISEthernet/RNDIS.c
+++ b/Demos/Device/RNDISEthernet/Lib/RNDIS.c
diff --git a/Demos/Device/RNDISEthernet/RNDIS.h b/Demos/Device/RNDISEthernet/Lib/RNDIS.h
index 88c9a9eb9..88c9a9eb9 100644
--- a/Demos/Device/RNDISEthernet/RNDIS.h
+++ b/Demos/Device/RNDISEthernet/Lib/RNDIS.h
diff --git a/Demos/Device/RNDISEthernet/RNDISConstants.h b/Demos/Device/RNDISEthernet/Lib/RNDISConstants.h
index ad66f62db..ad66f62db 100644
--- a/Demos/Device/RNDISEthernet/RNDISConstants.h
+++ b/Demos/Device/RNDISEthernet/Lib/RNDISConstants.h
diff --git a/Demos/Device/RNDISEthernet/TCP.c b/Demos/Device/RNDISEthernet/Lib/TCP.c
index f259aad02..f259aad02 100644
--- a/Demos/Device/RNDISEthernet/TCP.c
+++ b/Demos/Device/RNDISEthernet/Lib/TCP.c
diff --git a/Demos/Device/RNDISEthernet/TCP.h b/Demos/Device/RNDISEthernet/Lib/TCP.h
index d4b72a519..d4b72a519 100644
--- a/Demos/Device/RNDISEthernet/TCP.h
+++ b/Demos/Device/RNDISEthernet/Lib/TCP.h
diff --git a/Demos/Device/RNDISEthernet/UDP.c b/Demos/Device/RNDISEthernet/Lib/UDP.c
index 1f571c3e9..1f571c3e9 100644
--- a/Demos/Device/RNDISEthernet/UDP.c
+++ b/Demos/Device/RNDISEthernet/Lib/UDP.c
diff --git a/Demos/Device/RNDISEthernet/UDP.h b/Demos/Device/RNDISEthernet/Lib/UDP.h
index 60bbe2185..60bbe2185 100644
--- a/Demos/Device/RNDISEthernet/UDP.h
+++ b/Demos/Device/RNDISEthernet/Lib/UDP.h
diff --git a/Demos/Device/RNDISEthernet/Webserver.c b/Demos/Device/RNDISEthernet/Lib/Webserver.c
index c07f2c8bd..c07f2c8bd 100644
--- a/Demos/Device/RNDISEthernet/Webserver.c
+++ b/Demos/Device/RNDISEthernet/Lib/Webserver.c
diff --git a/Demos/Device/RNDISEthernet/Webserver.h b/Demos/Device/RNDISEthernet/Lib/Webserver.h
index b2193ad1f..b2193ad1f 100644
--- a/Demos/Device/RNDISEthernet/Webserver.h
+++ b/Demos/Device/RNDISEthernet/Lib/Webserver.h
diff --git a/Demos/Device/RNDISEthernet/RNDISEthernet.h b/Demos/Device/RNDISEthernet/RNDISEthernet.h
index 7c3c8dabe..703af4003 100644
--- a/Demos/Device/RNDISEthernet/RNDISEthernet.h
+++ b/Demos/Device/RNDISEthernet/RNDISEthernet.h
@@ -45,11 +45,12 @@
#include <stdio.h>
#include "Descriptors.h"
- #include "RNDIS.h"
- #include "Ethernet.h"
- #include "TCP.h"
- #include "ARP.h"
- #include "Webserver.h"
+
+ #include "Lib/RNDIS.h"
+ #include "Lib/Ethernet.h"
+ #include "Lib/TCP.h"
+ #include "Lib/ARP.h"
+ #include "Lib/Webserver.h"
#include <LUFA/Version.h> // Library Version Information
#include <LUFA/Drivers/USB/USB.h> // USB Functionality
diff --git a/Demos/Device/RNDISEthernet/makefile b/Demos/Device/RNDISEthernet/makefile
index 15c33efc5..f40c37b05 100644
--- a/Demos/Device/RNDISEthernet/makefile
+++ b/Demos/Device/RNDISEthernet/makefile
@@ -125,16 +125,16 @@ LUFA_PATH = ../../..
# List C source files here. (C dependencies are automatically generated.)
SRC = $(TARGET).c \
Descriptors.c \
- RNDIS.c \
- Ethernet.c \
- ProtocolDecoders.c \
- ICMP.c \
- TCP.c \
- UDP.c \
- DHCP.c \
- ARP.c \
- IP.c \
- Webserver.c \
+ Lib/RNDIS.c \
+ Lib/Ethernet.c \
+ Lib/ProtocolDecoders.c \
+ Lib/ICMP.c \
+ Lib/TCP.c \
+ Lib/UDP.c \
+ Lib/DHCP.c \
+ Lib/ARP.c \
+ Lib/IP.c \
+ Lib/Webserver.c \
$(LUFA_PATH)/LUFA/Scheduler/Scheduler.c \
$(LUFA_PATH)/LUFA/Drivers/Peripheral/SerialStream.c \
$(LUFA_PATH)/LUFA/Drivers/Peripheral/Serial.c \