-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Description
RT-Thread Version
最新版
Hardware Type/Architectures
usb
Develop Toolchain
Other
Describe the bug
在env工具中 一旦进入下面的选项,会自动锁定使用usb,并且无法取消
(Top) → RT-Thread Components → Using USB legacy version
RT-Thread Configuration
[ ] Using USB host
-*- Using USB device
(4096) usb thread stack size
(0x0FFE) USB Vendor ID
(0x0001) USB Product ID
[ ] Enable composite device
Device type (Using custom class by register interface(empty)) --->
进入Device type (Using custom class by register interface(empty)) --->后:
下面的内容必须选一个, 导致刚才的父菜单无法取消功能
(Top) → RT-Thread Components → Using USB legacy version → Device type
RT-Thread Configuration
(X) Using custom class by register interface(empty)
( ) Enable to use device as CDC device
( ) Enable to use device as Mass Storage device
( ) Enable to use device as HID device
( ) Enable to use device as winusb device
( ) Enable to use device as audio device
Other additional context
No response