Refactor of USB code within split_common (#11890)
* Initial refactor of usb code within split_common * Add headers * Correct disable condition * Format * Align func name
This commit is contained in:
parent
415a8bc249
commit
5ba4391cf2
11 changed files with 160 additions and 46 deletions
|
@ -5,6 +5,7 @@ VUSB_PATH = $(LIB_PATH)/vusb
|
|||
|
||||
SRC += $(VUSB_DIR)/main.c \
|
||||
$(VUSB_DIR)/vusb.c \
|
||||
$(VUSB_DIR)/usb_util.c \
|
||||
$(VUSB_PATH)/usbdrv/usbdrv.c \
|
||||
$(VUSB_PATH)/usbdrv/usbdrvasm.S \
|
||||
$(VUSB_PATH)/usbdrv/oddebug.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue