We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d0f17 commit 02d06c7Copy full SHA for 02d06c7
components/arduino_tinyusb/Kconfig.projbuild
@@ -175,6 +175,31 @@ menu "Arduino TinyUSB"
175
176
endmenu
177
178
+ menu "DFU driver"
179
+ depends on TINYUSB_ENABLED
180
+
181
+ config TINYUSB_DFU_ENABLED
182
+ bool "Enable USB DFU TinyUSB driver"
183
+ default y
184
+ help
185
+ Enable USB DFU TinyUSB driver.
186
187
+ config TINYUSB_DESC_DFU_STRING
188
+ string "DFU Device String"
189
+ default "Espressif DFU Device"
190
+ depends on TINYUSB_DFU_ENABLED
191
192
+ Specify name of the DFU device
193
194
+ config TINYUSB_DFU_BUFSIZE
195
+ int "DFU buffer size"
196
+ default 4096
197
198
199
+ DFU buffer size
200
201
+ endmenu
202
203
menu "VENDOR driver"
204
depends on TINYUSB_ENABLED
205
0 commit comments