feat(class/display): add usb vendor display device driver

Signed-off-by: sakumisu <1203593632@qq.com>
This commit is contained in:
sakumisu
2026-02-05 20:48:46 +08:00
parent 6b0ec0e16f
commit 859db28964
12 changed files with 413 additions and 0 deletions

View File

@@ -138,6 +138,11 @@ if PKG_USING_CHERRYUSB
prompt "Enable usb dfu device"
default n
config PKG_CHERRYUSB_DEVICE_DISPLAY
bool
prompt "Enable usb display device"
default n
config PKG_CHERRYUSB_DEVICE_CDC_ACM_CHARDEV
bool
prompt "Enable chardev for cdc acm device"
@@ -246,6 +251,10 @@ if PKG_USING_CHERRYUSB
bool
prompt "webusb_hid"
depends on PKG_CHERRYUSB_DEVICE_HID
config PKG_CHERRYUSB_DEVICE_TEMPLATE_DISPLAY
bool
prompt "display"
depends on PKG_CHERRYUSB_DEVICE_DISPLAY
config PKG_CHERRYUSB_DEVICE_TEMPLATE_ADB
bool
prompt "adb"