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 CHERRYUSB
prompt "Enable usb dfu device"
default n
config CHERRYUSB_DEVICE_DISPLAY
bool
prompt "Enable usb display device"
default n
config USBDEV_REQUEST_BUFFER_LEN
int
prompt "Set device control transfer max buffer size"
@@ -237,6 +242,10 @@ if CHERRYUSB
bool
prompt "webusb_hid"
depends on CHERRYUSB_DEVICE_HID
config CHERRYUSB_DEVICE_TEMPLATE_DISPLAY
bool
prompt "display"
depends on CHERRYUSB_DEVICE_DISPLAY
endchoice
endif