mirror of
https://github.com/esphome/esphome.git
synced 2026-05-10 05:37:55 +08:00
f757cd1210
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: J. Nick Koston <nick@home-assistant.io> Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
28 lines
824 B
Plaintext
28 lines
824 B
Plaintext
# ESP-IDF sdkconfig defaults used for development purposes only, not used during runtime. Used when PlatformIO is ran
|
|
# directly from the source directory, e.g. by IDEs or for static analysis (clang-tidy). This should enable all flags
|
|
# that are set by any component.
|
|
|
|
# esp32
|
|
CONFIG_COMPILER_OPTIMIZATION_DEFAULT=n
|
|
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
#CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|
|
CONFIG_PARTITION_TABLE_SINGLE_APP=n
|
|
CONFIG_FREERTOS_HZ=1000
|
|
CONFIG_ESP_TASK_WDT=y
|
|
CONFIG_ESP_TASK_WDT_PANIC=y
|
|
CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0=n
|
|
CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1=n
|
|
|
|
# esp32_ble
|
|
CONFIG_BT_ENABLED=y
|
|
|
|
# esp32_camera
|
|
CONFIG_RTCIO_SUPPORT_RTC_GPIO_DESC=y
|
|
CONFIG_ESP32_SPIRAM_SUPPORT=y
|
|
|
|
# zigbee
|
|
CONFIG_ZB_ENABLED=y
|
|
CONFIG_ZB_ZED=y
|
|
CONFIG_ZB_RADIO_NATIVE=y
|