esp32-s2/sdkconfig.defaults

33 lines
741 B
Plaintext
Raw Normal View History

2022-07-18 14:36:50 +02:00
CONFIG_IDF_TARGET="esp32s2"
CONFIG_IDF_TARGET_ESP32S2=y
2023-01-07 01:38:57 +01:00
2022-07-20 11:13:07 +02:00
#
2022-07-24 16:44:51 +02:00
# Serial flasher config
#
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
CONFIG_ESPTOOLPY_FLASHSIZE="4MB"
2023-01-07 01:38:57 +01:00
2022-07-24 16:44:51 +02:00
#
2023-01-07 01:38:57 +01:00
# Communication Device Class (CDC)
2022-07-20 11:13:07 +02:00
#
2023-01-07 01:38:57 +01:00
CONFIG_TINYUSB_CDC_ENABLED=y
2022-07-20 11:13:07 +02:00
#
2023-01-07 01:38:57 +01:00
# Descriptor configuration
2022-07-20 11:13:07 +02:00
#
2023-01-07 01:38:57 +01:00
CONFIG_TINYUSB_DESC_CUSTOM_VID=0x1d50
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
2022-07-20 11:20:27 +02:00
#
# Partition Table
#
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"