espressif / esp-matter

Espressif's SDK for Matter
Apache License 2.0
692 stars 155 forks source link

where CHIP_DEVICE_CONFIG_ENABLE_THREAD is defined (CON-1402) #1140

Open Buddhika93n opened 3 days ago

Buddhika93n commented 3 days ago

in esp_matter example ICD_APP #if CHIP_DEVICE_CONFIG_ENABLE_THREAD ESP_LOGI(TAG, "CHIP_DEVICE_CONFIG_ENABLE_THREAD"); this line is printing so CHIP_DEVICE_CONFIG_ENABLE_THREAD is defined somewhere cannot find it. please help me

shripad621git commented 2 days ago

@Buddhika93n , the option CHIP_DEVICE_CONFIG_ENABLE_THREAD is defined here where the option is mapped to CONFIG_ENABLE_MATTER_OVER_THREAD in ESP32. The thread support is enabled by enabling CONFIG_ENABLE_MATTER_OVER_THREAD through idf.py menuconfig. The option is defined here.