summaryrefslogtreecommitdiff
path: root/hw/bsp
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-10-28 18:40:21 +0700
committerhathach <[email protected]>2024-10-28 18:40:21 +0700
commitf953b6bf9253814ea45a76739101d478ac3f9ad1 (patch)
tree5b7fac7fcce9a08c2d9c36f3dd27ef729b1af8f2 /hw/bsp
parentdd99da9dcea3bd25fba44b3946f01476fc58a243 (diff)
minor rename
Diffstat (limited to 'hw/bsp')
-rw-r--r--hw/bsp/stm32l4/family.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/bsp/stm32l4/family.cmake b/hw/bsp/stm32l4/family.cmake
index b6eae7c7f..77876cb8b 100644
--- a/hw/bsp/stm32l4/family.cmake
+++ b/hw/bsp/stm32l4/family.cmake
@@ -104,6 +104,8 @@ function(family_configure_example TARGET RTOS)
family_add_tinyusb(${TARGET} OPT_MCU_${FAMILY_MCUS} ${RTOS})
target_sources(${TARGET}-tinyusb PUBLIC
${TOP}/src/portable/synopsys/dwc2/dcd_dwc2.c
+ ${TOP}/src/portable/synopsys/dwc2/hcd_dwc2.c
+ ${TOP}/src/portable/synopsys/dwc2/dwc2_common.c
${TOP}/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c
)
target_link_libraries(${TARGET}-tinyusb PUBLIC board_${BOARD})