diff options
| author | sakumisu <[email protected]> | 2023-12-16 23:22:41 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2023-12-16 23:22:41 +0800 |
| commit | 7b936db889d32b59b76e851fe2d87d6276527da3 (patch) | |
| tree | 7bb7f0babbdc3736949aa72fcbaef697fab579ec /SConscript | |
| parent | 6db1ef3a4058b15de1d98093839f9c093909c83f (diff) | |
remove vendor host class because its version is too old
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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) |
