[DM/PHYE] Support USB generic PHYE.

Signed-off-by: GuEe-GUI <2991707448@qq.com>
This commit is contained in:
GuEe-GUI
2025-12-08 17:00:08 +08:00
committed by R b b666
parent f7b3a8fedd
commit 09b6099701
3 changed files with 244 additions and 0 deletions
+3
View File
@@ -10,6 +10,9 @@ CPPPATH = [cwd + '/../include']
src = ['phye.c']
if GetDepend(['RT_PHYE_GENERIC_USB']):
src += ['phye-generic-usb.c']
group = DefineGroup('DeviceDrivers', src, depend = [''], CPPPATH = CPPPATH)
Return('group')