feat(class/mtp): support mtp device

Signed-off-by: sakumisu <1203593632@qq.com>
This commit is contained in:
sakumisu
2025-05-26 21:54:32 +08:00
parent 5fed8b7d05
commit fe24f8d4ba
14 changed files with 1691 additions and 2 deletions

View File

@@ -118,6 +118,11 @@ if CHERRYUSB
prompt "Enable usb cdc ncm device"
default n
config CHERRYUSB_DEVICE_MTP
bool
prompt "Enable usb mtp device, it is commercial charge"
default n
config CHERRYUSB_DEVICE_DFU
bool
prompt "Enable usb dfu device"