mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 14:16:47 +00:00
23 lines
684 B
Plaintext
23 lines
684 B
Plaintext
# ESP-IDF sdkconfig defaults used for development purposes only, not used during runtime. Used for static analysis
|
|
# (clang-tidy) -- by both the PlatformIO and the native ESP-IDF toolchain paths -- and when PlatformIO is run directly
|
|
# from the source directory (e.g. by IDEs). This should enable all flags that are set by any component.
|
|
|
|
# esp32
|
|
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
|
|
CONFIG_FREERTOS_HZ=1000
|
|
CONFIG_ESP_TASK_WDT_INIT=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_SPIRAM=y
|
|
|
|
# zigbee
|
|
CONFIG_ZB_ENABLED=y
|
|
CONFIG_ZB_ZED=y
|
|
CONFIG_ZB_RADIO_NATIVE=y
|