remove vendor host class because its version is too old

This commit is contained in:
sakumisu
2023-12-16 23:22:41 +08:00
parent 6db1ef3a40
commit 7b936db889
7 changed files with 0 additions and 3826 deletions

View File

@@ -140,11 +140,6 @@ if GetDepend(['PKG_CHERRYUSB_HOST']):
if GetDepend('RT_USING_DFS'):
src += Glob('third_party/rt-thread-5.0/dfs_usbh_msc.c')
if GetDepend(['PKG_CHERRYUSB_HOST_CP210X']):
path += [cwd + '/class/vendor/cp201x']
src += Glob('class/vendor/cp201x/usbh_cp210x.c')
src += Glob('third_party/rt-thread-4.1.1/dfs/drv_usbh_cp210x_rtt.c')
src += Glob('third_party/rt-thread-5.0/msh_cmd.c')
group = DefineGroup('CherryUSB', src, depend = ['PKG_USING_CHERRYUSB'], CPPPATH = path, CPPDEFINES = CPPDEFINES)