Moved out each demos' functionality library files (e.g. Ring Buffer library) to /Lib directories for a better directory structure.
This commit is contained in:
		
							parent
							
								
									d0806c817c
								
							
						
					
					
						commit
						b7ef7f49c9
					
				
					 52 changed files with 37 additions and 30 deletions
				
			
		| 
						 | 
				
			
			@ -42,8 +42,9 @@
 | 
			
		|||
		#include <avr/power.h>
 | 
			
		||||
 | 
			
		||||
		#include "Descriptors.h"
 | 
			
		||||
		#include "SCSI.h"
 | 
			
		||||
		#include "DataflashManager.h"
 | 
			
		||||
 | 
			
		||||
		#include "Lib/SCSI.h"
 | 
			
		||||
		#include "Lib/DataflashManager.h"
 | 
			
		||||
 | 
			
		||||
		#include <LUFA/Version.h>                    // Library Version Information
 | 
			
		||||
		#include <LUFA/Drivers/USB/USB.h>            // USB Functionality
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -125,8 +125,8 @@ LUFA_PATH = ../../..
 | 
			
		|||
# List C source files here. (C dependencies are automatically generated.)
 | 
			
		||||
SRC = $(TARGET).c                                                 \
 | 
			
		||||
	  Descriptors.c                                               \
 | 
			
		||||
	  SCSI.c                                                      \
 | 
			
		||||
	  DataflashManager.c                                          \
 | 
			
		||||
	  Lib/SCSI.c                                                  \
 | 
			
		||||
	  Lib/DataflashManager.c                                      \
 | 
			
		||||
	  $(LUFA_PATH)/LUFA/Scheduler/Scheduler.c                     \
 | 
			
		||||
	  $(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c        \
 | 
			
		||||
	  $(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Endpoint.c           \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue