conf: use custom tinyusb dfu

This commit is contained in:
King Kévin 2022-07-20 11:13:07 +02:00
parent 4065f4d625
commit 25d93e38d1
1 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,10 @@
CONFIG_IDF_TARGET="esp32s2"
CONFIG_IDF_TARGET_ESP32S2=y
CONFIG_TINYUSB=y
CONFIG_TINYUSB_CDC_ENABLED=y
#
# TinyUSB (with DFU) Stack
#
CONFIG_TINYUSB_DFU=y
#
# Communication Device Class (CDC)
#
CONFIG_TINYUSB_DFU_CDC_ENABLED=y