mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
move hcd_musb.c include to family.mk
This commit is contained in:
parent
81285273a6
commit
03835c8183
0
examples/host/cdc_msc_hid/.only.MCU_MSP432E4
Normal file
0
examples/host/cdc_msc_hid/.only.MCU_MSP432E4
Normal file
0
examples/host/cdc_msc_hid/.only.MCU_TM4C123
Normal file
0
examples/host/cdc_msc_hid/.only.MCU_TM4C123
Normal file
@ -21,7 +21,6 @@ SRC_C += \
|
||||
src/host/usbh.c \
|
||||
src/host/usbh_control.c \
|
||||
src/portable/ohci/ohci.c \
|
||||
src/portable/nxp/lpc17_40/hcd_lpc17_40.c \
|
||||
src/portable/mentor/musb/hcd_musb.c
|
||||
src/portable/nxp/lpc17_40/hcd_lpc17_40.c
|
||||
|
||||
include ../../rules.mk
|
||||
|
0
examples/host/hid_controller/.only.MCU_MSP432E4
Normal file
0
examples/host/hid_controller/.only.MCU_MSP432E4
Normal file
0
examples/host/hid_controller/.only.MCU_TM4C123
Normal file
0
examples/host/hid_controller/.only.MCU_TM4C123
Normal file
@ -24,7 +24,6 @@ SRC_C += \
|
||||
src/host/usbh.c \
|
||||
src/host/usbh_control.c \
|
||||
src/portable/ohci/ohci.c \
|
||||
src/portable/nxp/lpc17_40/hcd_lpc17_40.c \
|
||||
src/portable/mentor/musb/hcd_musb.c
|
||||
src/portable/nxp/lpc17_40/hcd_lpc17_40.c
|
||||
|
||||
include ../../rules.mk
|
||||
|
@ -23,6 +23,7 @@ MCU_DIR = hw/mcu/ti/msp432e4
|
||||
|
||||
SRC_C += \
|
||||
src/portable/mentor/musb/dcd_musb.c \
|
||||
src/portable/mentor/musb/hcd_musb.c \
|
||||
$(MCU_DIR)/Source/system_msp432e401y.c
|
||||
|
||||
INC += \
|
||||
|
Loading…
x
Reference in New Issue
Block a user