Moved out each demos' functionality library files (e.g. Ring Buffer library) to ...
authorDean Camera <dean@fourwalledcubicle.com>
Fri, 22 May 2009 06:17:57 +0000 (06:17 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Fri, 22 May 2009 06:17:57 +0000 (06:17 +0000)
commitb7ef7f49c9f6b4de962ae32776866bd1d5d59c3b
tree50f4fa5a28849f6f6e671f310956ae19479c4d05
parentd0806c817cbf0c1b5c5362d1577eac6075c94dfc
Moved out each demos' functionality library files (e.g. Ring Buffer library) to /Lib directories for a better directory structure.
90 files changed:
Demos/Device/MassStorage/DataflashManager.c [deleted file]
Demos/Device/MassStorage/DataflashManager.h [deleted file]
Demos/Device/MassStorage/Lib/DataflashManager.c [new file with mode: 0644]
Demos/Device/MassStorage/Lib/DataflashManager.h [new file with mode: 0644]
Demos/Device/MassStorage/Lib/SCSI.c [new file with mode: 0644]
Demos/Device/MassStorage/Lib/SCSI.h [new file with mode: 0644]
Demos/Device/MassStorage/Lib/SCSI_Codes.h [new file with mode: 0644]
Demos/Device/MassStorage/MassStorage.h
Demos/Device/MassStorage/SCSI.c [deleted file]
Demos/Device/MassStorage/SCSI.h [deleted file]
Demos/Device/MassStorage/SCSI_Codes.h [deleted file]
Demos/Device/MassStorage/makefile
Demos/Device/RNDISEthernet/ARP.c [deleted file]
Demos/Device/RNDISEthernet/ARP.h [deleted file]
Demos/Device/RNDISEthernet/DHCP.c [deleted file]
Demos/Device/RNDISEthernet/DHCP.h [deleted file]
Demos/Device/RNDISEthernet/Ethernet.c [deleted file]
Demos/Device/RNDISEthernet/Ethernet.h [deleted file]
Demos/Device/RNDISEthernet/EthernetProtocols.h [deleted file]
Demos/Device/RNDISEthernet/ICMP.c [deleted file]
Demos/Device/RNDISEthernet/ICMP.h [deleted file]
Demos/Device/RNDISEthernet/IP.c [deleted file]
Demos/Device/RNDISEthernet/IP.h [deleted file]
Demos/Device/RNDISEthernet/Lib/ARP.c [new file with mode: 0644]
Demos/Device/RNDISEthernet/Lib/ARP.h [new file with mode: 0644]
Demos/Device/RNDISEthernet/Lib/DHCP.c [new file with mode: 0644]
Demos/Device/RNDISEthernet/Lib/DHCP.h [new file with mode: 0644]
Demos/Device/RNDISEthernet/Lib/Ethernet.c [new file with mode: 0644]
Demos/Device/RNDISEthernet/Lib/Ethernet.h [new file with mode: 0644]
Demos/Device/RNDISEthernet/Lib/EthernetProtocols.h [new file with mode: 0644]
Demos/Device/RNDISEthernet/Lib/ICMP.c [new file with mode: 0644]
Demos/Device/RNDISEthernet/Lib/ICMP.h [new file with mode: 0644]
Demos/Device/RNDISEthernet/Lib/IP.c [new file with mode: 0644]
Demos/Device/RNDISEthernet/Lib/IP.h [new file with mode: 0644]
Demos/Device/RNDISEthernet/Lib/ProtocolDecoders.c [new file with mode: 0644]
Demos/Device/RNDISEthernet/Lib/ProtocolDecoders.h [new file with mode: 0644]
Demos/Device/RNDISEthernet/Lib/RNDIS.c [new file with mode: 0644]
Demos/Device/RNDISEthernet/Lib/RNDIS.h [new file with mode: 0644]
Demos/Device/RNDISEthernet/Lib/RNDISConstants.h [new file with mode: 0644]
Demos/Device/RNDISEthernet/Lib/TCP.c [new file with mode: 0644]
Demos/Device/RNDISEthernet/Lib/TCP.h [new file with mode: 0644]
Demos/Device/RNDISEthernet/Lib/UDP.c [new file with mode: 0644]
Demos/Device/RNDISEthernet/Lib/UDP.h [new file with mode: 0644]
Demos/Device/RNDISEthernet/Lib/Webserver.c [new file with mode: 0644]
Demos/Device/RNDISEthernet/Lib/Webserver.h [new file with mode: 0644]
Demos/Device/RNDISEthernet/ProtocolDecoders.c [deleted file]
Demos/Device/RNDISEthernet/ProtocolDecoders.h [deleted file]
Demos/Device/RNDISEthernet/RNDIS.c [deleted file]
Demos/Device/RNDISEthernet/RNDIS.h [deleted file]
Demos/Device/RNDISEthernet/RNDISConstants.h [deleted file]
Demos/Device/RNDISEthernet/RNDISEthernet.h
Demos/Device/RNDISEthernet/TCP.c [deleted file]
Demos/Device/RNDISEthernet/TCP.h [deleted file]
Demos/Device/RNDISEthernet/UDP.c [deleted file]
Demos/Device/RNDISEthernet/UDP.h [deleted file]
Demos/Device/RNDISEthernet/Webserver.c [deleted file]
Demos/Device/RNDISEthernet/Webserver.h [deleted file]
Demos/Device/RNDISEthernet/makefile
Demos/Device/USBtoSerial/Lib/RingBuff.c [new file with mode: 0644]
Demos/Device/USBtoSerial/Lib/RingBuff.h [new file with mode: 0644]
Demos/Device/USBtoSerial/RingBuff.c [deleted file]
Demos/Device/USBtoSerial/RingBuff.h [deleted file]
Demos/Device/USBtoSerial/USBtoSerial.h
Demos/Device/USBtoSerial/makefile
Demos/Host/MassStorageHost/Lib/MassStoreCommands.c [new file with mode: 0644]
Demos/Host/MassStorageHost/Lib/MassStoreCommands.h [new file with mode: 0644]
Demos/Host/MassStorageHost/Lib/SCSI_Codes.h [new file with mode: 0644]
Demos/Host/MassStorageHost/MassStorageHost.h
Demos/Host/MassStorageHost/MassStoreCommands.c [deleted file]
Demos/Host/MassStorageHost/MassStoreCommands.h [deleted file]
Demos/Host/MassStorageHost/SCSI_Codes.h [deleted file]
Demos/Host/MassStorageHost/makefile
Demos/Host/StillImageHost/Lib/PIMACodes.h [new file with mode: 0644]
Demos/Host/StillImageHost/Lib/StillImageCommands.c [new file with mode: 0644]
Demos/Host/StillImageHost/Lib/StillImageCommands.h [new file with mode: 0644]
Demos/Host/StillImageHost/PIMACodes.h [deleted file]
Demos/Host/StillImageHost/StillImageCommands.c [deleted file]
Demos/Host/StillImageHost/StillImageCommands.h [deleted file]
Demos/Host/StillImageHost/StillImageHost.h
Demos/Host/StillImageHost/makefile
LUFA.pnproj
LUFA/ChangeLog.txt
Projects/Magstripe/CircularBitBuffer.c [deleted file]
Projects/Magstripe/CircularBitBuffer.h [deleted file]
Projects/Magstripe/Lib/CircularBitBuffer.c [new file with mode: 0644]
Projects/Magstripe/Lib/CircularBitBuffer.h [new file with mode: 0644]
Projects/Magstripe/Lib/MagstripeHW.h [new file with mode: 0644]
Projects/Magstripe/Magstripe.h
Projects/Magstripe/MagstripeHW.h [deleted file]
Projects/Magstripe/makefile