[bsp/phytium]适配rtthread5.2版本 (#10178)

* rtthread 5.2适配
This commit is contained in:
zhangyan
2025-04-14 19:14:54 +08:00
committed by GitHub
parent 9d1fb86020
commit 3ebad06ff3
66 changed files with 8647 additions and 1132 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ if GetDepend(['RT_CHERRYUSB_DEVICE']):
else:
src += Glob('port/ch32/usb_dc_usbfs.c')
if GetDepend(['RT_CHERRYUSB_DEVICE_PUSB2']):
path += [cwd + '/port/xhci/rt-thread']
path += [cwd + '/port/pusb2/rt-thread']
src += Glob('port/pusb2/rt-thread/usb_dc_glue_phytium.c')
if GetDepend(['ARCH_ARMV8']):
LIBPATH = [cwd + '/port/pusb2']