mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
15 lines
565 B
Plaintext
15 lines
565 B
Plaintext
# This file was generated using idf.py save-defconfig. It can be edited manually.
|
|
# Espressif IoT Development Framework (ESP-IDF) 5.5.0 Project Minimal Configuration
|
|
#
|
|
CONFIG_IDF_TARGET="esp32"
|
|
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
|
|
CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_esp32.csv"
|
|
CONFIG_SR_WN_WN9_HILEXIN=y
|
|
CONFIG_SPIRAM=y
|
|
CONFIG_SPIRAM_SPEED_80M=y
|
|
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
|
|
CONFIG_ESP_INT_WDT_TIMEOUT_MS=1000
|
|
CONFIG_COMPILER_OPTIMIZATION_PERF=y |