Files
esp-idf/examples/peripherals/usb/tusb_sample_descriptor/main/Kconfig.projbuild
T

11 lines
292 B
Plaintext
Raw Normal View History

2020-03-06 15:04:06 +01:00
menu "Example Configuration"
config EXAMPLE_MANUAL_DESC
bool "Set up a USB descriptor manually in code"
default y
help
You can set up a descriptor using Menuconfig or independently of
your project configuration - manually in code
endmenu