-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'examples/remove_same_configs' into 'main'
examples: Remove the same configs as the default See merge request app-frameworks/esp-matter!987
- Loading branch information
Showing
82 changed files
with
151 additions
and
1,663 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1 @@ | ||
CONFIG_IDF_TARGET="esp32c6" | ||
|
||
# libsodium | ||
CONFIG_LIBSODIUM_USE_MBEDTLS_SHA=y | ||
|
||
# NIMBLE | ||
CONFIG_BT_ENABLED=y | ||
CONFIG_BT_NIMBLE_ENABLED=y | ||
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 | ||
|
||
# Disable lwip ipv6 autoconfig | ||
CONFIG_LWIP_IPV6_AUTOCONFIG=y | ||
|
||
# Use a custom partition table | ||
CONFIG_PARTITION_TABLE_CUSTOM=y | ||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" | ||
|
||
# Use minimal mDNS | ||
CONFIG_USE_MINIMAL_MDNS=y | ||
CONFIG_ENABLE_EXTENDED_DISCOVERY=y | ||
|
||
# Enable OTA Requestor | ||
CONFIG_ENABLE_OTA_REQUESTOR=y | ||
|
||
# Disable AP | ||
CONFIG_ENABLE_WIFI_STATION=y | ||
CONFIG_ENABLE_WIFI_AP=n | ||
|
||
# Button | ||
CONFIG_BUTTON_PERIOD_TIME_MS=20 | ||
CONFIG_BUTTON_LONG_PRESS_TIME_MS=5000 | ||
|
||
# Enable chip shell | ||
CONFIG_ENABLE_CHIP_SHELL=y | ||
|
||
# ESP32-C6-DevKitM-1 Settings | ||
# Buttons | ||
CONFIG_BSP_BUTTONS_NUM=1 | ||
CONFIG_BSP_BUTTON_1_TYPE_GPIO=y | ||
CONFIG_BSP_BUTTON_1_GPIO=9 | ||
CONFIG_BSP_BUTTON_1_LEVEL=0 | ||
# LEDs | ||
CONFIG_BSP_LEDS_NUM=1 | ||
CONFIG_BSP_LED_TYPE_RGB=y | ||
CONFIG_BSP_LED_RGB_GPIO=8 | ||
CONFIG_BSP_LED_RGB_BACKEND_RMT=y | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 1 addition & 32 deletions
33
examples/bridge_apps/zigbee_bridge/sdkconfig.defaults.esp32s3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.