esp32-s2/sdkconfig.defaults

22 lines
433 B
Plaintext

CONFIG_IDF_TARGET="esp32s2"
CONFIG_IDF_TARGET_ESP32S2=y
#
# Serial flasher config
#
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
CONFIG_ESPTOOLPY_FLASHSIZE="4MB"
#
# TinyUSB (with DFU) Stack
#
CONFIG_TINYUSB_DFU=y
#
# Communication Device Class (CDC)
#
CONFIG_TINYUSB_DFU_CDC_ENABLED=y
#
# Partition Table
#
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"