* ci(idf): Use included IDF examples in CI * fix(example): sets Matter version to be 1.3 or higher * feat(matter): sets c++ 2a as default * feat(matter): Update README.md * fix(matter): instructions about using more than one sdkconfig file --------- Co-authored-by: Sugar Glider <rodrigo.garcia@espressif.com>
16 lines
353 B
Text
16 lines
353 B
Text
CONFIG_IDF_TARGET="esp32c6"
|
|
|
|
# libsodium
|
|
CONFIG_LIBSODIUM_USE_MBEDTLS_SHA=y
|
|
|
|
# NIMBLE
|
|
CONFIG_BT_NIMBLE_EXT_ADV=n
|
|
CONFIG_BT_NIMBLE_HCI_EVT_BUF_SIZE=70
|
|
CONFIG_USE_BLE_ONLY_FOR_COMMISSIONING=y
|
|
|
|
# FreeRTOS should use legacy API
|
|
CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY=y
|
|
|
|
# Use minimal mDNS
|
|
CONFIG_USE_MINIMAL_MDNS=y
|
|
CONFIG_ENABLE_EXTENDED_DISCOVERY=y
|