Skip to content

Commit 02d06c7

Browse files
authored
Update Kconfig.projbuild
1 parent 45d0f17 commit 02d06c7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

components/arduino_tinyusb/Kconfig.projbuild

+25
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,31 @@ menu "Arduino TinyUSB"
175175

176176
endmenu
177177

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+
help
192+
Specify name of the DFU device
193+
194+
config TINYUSB_DFU_BUFSIZE
195+
int "DFU buffer size"
196+
default 4096
197+
depends on TINYUSB_DFU_ENABLED
198+
help
199+
DFU buffer size
200+
201+
endmenu
202+
178203
menu "VENDOR driver"
179204
depends on TINYUSB_ENABLED
180205

0 commit comments

Comments
 (0)