summaryrefslogtreecommitdiff
path: root/lib/rt-thread
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-12-15 16:05:24 +0700
committerhathach <[email protected]>2025-12-15 16:05:24 +0700
commit0355fa881981ba513cd92d0b37a4ef5fc4111df7 (patch)
treeda594e998a872995a33f669d6442dbfd68a263e6 /lib/rt-thread
parentfa36515e6f1fdeebb84056534b8f878e1f454770 (diff)
parent9a22543bd2b97455045fa2810b67f7c2b8f6b8d0 (diff)
Merge branch 'master' into enum_catch
Diffstat (limited to 'lib/rt-thread')
-rw-r--r--lib/rt-thread/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/rt-thread/SConscript b/lib/rt-thread/SConscript
index 99517a090..e7b6f2dc4 100644
--- a/lib/rt-thread/SConscript
+++ b/lib/rt-thread/SConscript
@@ -18,7 +18,8 @@ if GetDepend(["PKG_TINYUSB_DEVICE_ENABLE"]):
# BSP
if GetDepend(["SOC_FAMILY_STM32"]):
src += ["../../src/portable/synopsys/dwc2/dcd_dwc2.c",
- "../../src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c"]
+ "../../src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c",
+ "../../src/portable/st/stm32_fsdev/fsdev_common.c"]
if GetDepend(["SOC_NRF52840"]):
src += ["../../src/portable/nordic/nrf5x/dcd_nrf5x.c"]