mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
Add musb driver
This commit is contained in:
parent
b3dddc77eb
commit
ae9a39ec1f
@ -23,6 +23,7 @@ SRC_C += \
|
||||
src/portable/ehci/ehci.c \
|
||||
src/portable/ohci/ohci.c \
|
||||
src/portable/nxp/transdimension/hcd_transdimension.c \
|
||||
src/portable/nxp/lpc17_40/hcd_lpc17_40.c
|
||||
src/portable/nxp/lpc17_40/hcd_lpc17_40.c \
|
||||
src/portable/mentor/musb/hcd_musb.c
|
||||
|
||||
include ../../rules.mk
|
||||
|
@ -26,6 +26,7 @@ SRC_C += \
|
||||
src/portable/ehci/ehci.c \
|
||||
src/portable/ohci/ohci.c \
|
||||
src/portable/nxp/transdimension/hcd_transdimension.c \
|
||||
src/portable/nxp/lpc17_40/hcd_lpc17_40.c
|
||||
src/portable/nxp/lpc17_40/hcd_lpc17_40.c \
|
||||
src/portable/mentor/musb/hcd_musb.c
|
||||
|
||||
include ../../rules.mk
|
||||
|
Loading…
x
Reference in New Issue
Block a user