auto-sync
This commit is contained in:
parent
0ed1bc3af1
commit
b973c11a95
|
@ -99,7 +99,8 @@ include $(CHIBIOS)/os/kernel/kernel.mk
|
||||||
include $(CHIBIOS)/os/various/fatfs_bindings/fatfs.mk
|
include $(CHIBIOS)/os/various/fatfs_bindings/fatfs.mk
|
||||||
include console/binary/tunerstudio.mk
|
include console/binary/tunerstudio.mk
|
||||||
include ext/ext.mk
|
include ext/ext.mk
|
||||||
include hw_layer/hw_layer.mk
|
include $(PROJECT_DIR)/hw_layer/hw_layer.mk
|
||||||
|
include $(PROJECT_DIR)/hw_layer/mass_storage/mass_storage.mk
|
||||||
include development/development.mk
|
include development/development.mk
|
||||||
include controllers/controllers.mk
|
include controllers/controllers.mk
|
||||||
|
|
||||||
|
@ -125,6 +126,7 @@ CSRC = $(PORTSRC) \
|
||||||
chibios/os/various/chprintf.c \
|
chibios/os/various/chprintf.c \
|
||||||
chibios/os/various/memstreams.c \
|
chibios/os/various/memstreams.c \
|
||||||
chibios/os/various/chrtclib.c \
|
chibios/os/various/chrtclib.c \
|
||||||
|
${HW_MASS_STORAGE_SRC_C} \
|
||||||
$(UTILSRC) \
|
$(UTILSRC) \
|
||||||
$(ENGINES_SRC) \
|
$(ENGINES_SRC) \
|
||||||
$(CONSOLESRC) \
|
$(CONSOLESRC) \
|
||||||
|
@ -201,6 +203,7 @@ INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
|
||||||
console \
|
console \
|
||||||
console/binary \
|
console/binary \
|
||||||
hw_layer \
|
hw_layer \
|
||||||
|
$(PROJECT_DIR)/mass_storage \
|
||||||
hw_layer/serial_over_usb \
|
hw_layer/serial_over_usb \
|
||||||
hw_layer/algo \
|
hw_layer/algo \
|
||||||
hw_layer/lcd \
|
hw_layer/lcd \
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
|
||||||
|
HW_MASS_STORAGE_SRC_C = $(PROJECT_DIR)/hw_layer/mass_storage/usb_msd.c
|
|
@ -1,5 +1,5 @@
|
||||||
// This file was generated by Version2Header
|
// This file was generated by Version2Header
|
||||||
// Wed Jun 01 19:04:48 EDT 2016
|
// Fri Jun 10 13:15:47 EDT 2016
|
||||||
#ifndef VCS_VERSION
|
#ifndef VCS_VERSION
|
||||||
#define VCS_VERSION "9961"
|
#define VCS_VERSION "9984"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue