diff options
| author | sakumisu <[email protected]> | 2024-05-05 11:37:09 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-05-05 11:38:25 +0800 |
| commit | e081642c76eb0c15c7e8c57fa52f88b58c6156e8 (patch) | |
| tree | ad8e694e689cb40121621a6e559c7d528d4b8f30 /SConscript | |
| parent | b51da4fbf9ef859deb0aa8ebc4987af1fb117761 (diff) | |
add pl2303 host driver
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -182,6 +182,8 @@ if GetDepend(['PKG_CHERRYUSB_HOST']): src += Glob('class/vendor/serial/usbh_ch34x.c') if GetDepend(['PKG_CHERRYUSB_HOST_CP210X']): src += Glob('class/vendor/serial/usbh_cp210x.c') + if GetDepend(['PKG_CHERRYUSB_HOST_PL2303']): + src += Glob('class/vendor/serial/usbh_pl2303.c') if GetDepend(['PKG_CHERRYUSB_HOST_TEMPLATE']): src += Glob('demo/usb_host.c') |
