summaryrefslogtreecommitdiff
path: root/demo/adb
AgeCommit message (Collapse)Author
2026-04-07update(demo): change string index max to sizeof(string_descriptors) / ↵sakumisu
sizeof(char *)) Signed-off-by: sakumisu <[email protected]>
2026-01-24update(demo): remove all old desc apisakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-27style: remove printf with USB_LOG_XXXsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-06-24feat(platform/rtthread): support adb shell and serial frameworksakumisu
Signed-off-by: sakumisu <[email protected]>
2025-06-24docs: update rstsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-02-01update(demo): add CONFIG_USBDEV_ADVANCE_DESC templatesakumisu
Signed-off-by: sakumisu <[email protected]>
2024-09-09update(demo): set bNumConfigurations with zero in Device Qualifier ↵sakumisu
Descriptor, we do not request other speed desc as default
2024-08-17feat: add usb adb device with cherryshsakumisu