Added bluefruit protocol and converter for 70% M
This commit is contained in:
		
							parent
							
								
									c18c52f551
								
							
						
					
					
						commit
						05792e2b83
					
				
					 10 changed files with 1159 additions and 0 deletions
				
			
		
							
								
								
									
										27
									
								
								protocol/bluefruit.mk
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								protocol/bluefruit.mk
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,27 @@
 | 
			
		|||
BLUEFRUIT_DIR = protocol/bluefruit
 | 
			
		||||
PJRC_DIR = protocol/pjrc
 | 
			
		||||
 | 
			
		||||
SRC +=	$(BLUEFRUIT_DIR)/main.c \
 | 
			
		||||
	$(BLUEFRUIT_DIR)/bluefruit.c \
 | 
			
		||||
	serial_uart.c \
 | 
			
		||||
	$(PJRC_DIR)/pjrc.c \
 | 
			
		||||
	$(PJRC_DIR)/usb_keyboard.c \
 | 
			
		||||
	$(PJRC_DIR)/usb_debug.c \
 | 
			
		||||
	$(PJRC_DIR)/usb.c
 | 
			
		||||
 | 
			
		||||
# Option modules
 | 
			
		||||
ifdef $(or MOUSEKEY_ENABLE, PS2_MOUSE_ENABLE)
 | 
			
		||||
    SRC += $(PJRC_DIR)/usb_mouse.c
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
ifdef EXTRAKEY_ENABLE
 | 
			
		||||
    SRC += $(PJRC_DIR)/usb_extra.c
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
# Search Path
 | 
			
		||||
VPATH += $(TOP_DIR)/$(BLUEFRUIT_DIR)
 | 
			
		||||
#VPATH += $(TOP_DIR)/$(BLUEFRUIT_DIR)/usb_debug_only
 | 
			
		||||
VPATH += $(TOP_DIR)/$(PJRC_DIR)
 | 
			
		||||
 | 
			
		||||
OPT_DEFS += -DPROTOCOL_BLUEFRUIT
 | 
			
		||||
OPT_DEFS += -DPROTOCOL_PJRC
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue