You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
995 B
42 lines
995 B
CONFIG_IDF_TARGET="esp32s2"
|
|
CONFIG_IDF_TARGET_ESP32S2=y
|
|
|
|
#
|
|
# ESP System Settings
|
|
#
|
|
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80=n
|
|
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160=n
|
|
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
|
|
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ=240
|
|
|
|
#
|
|
# Serial flasher config
|
|
#
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
|
CONFIG_ESPTOOLPY_FLASHSIZE="4MB"
|
|
|
|
#
|
|
# Communication Device Class (CDC)
|
|
#
|
|
CONFIG_TINYUSB_CDC_ENABLED=y
|
|
|
|
#
|
|
# Descriptor configuration
|
|
#
|
|
CONFIG_TINYUSB_DESC_USE_ESPRESSIF_VID=n
|
|
CONFIG_TINYUSB_DESC_CUSTOM_VID=0x1d50
|
|
CONFIG_TINYUSB_DESC_USE_DEFAULT_PID=n
|
|
CONFIG_TINYUSB_DESC_CUSTOM_PID=0x617b
|
|
CONFIG_TINYUSB_DESC_BCD_DEVICE=0x0100
|
|
CONFIG_TINYUSB_DESC_MANUFACTURER_STRING="CuVoodoo"
|
|
CONFIG_TINYUSB_DESC_PRODUCT_STRING="ESP32-S2"
|
|
CONFIG_TINYUSB_DESC_SERIAL_STRING="123456"
|
|
CONFIG_TINYUSB_DESC_CDC_STRING="console"
|
|
# end of Descriptor configuration
|
|
|
|
#
|
|
# Partition Table
|
|
#
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
|
|
|