mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
53 lines
1.4 KiB
Plaintext
53 lines
1.4 KiB
Plaintext
# Default to 921600 baud when flashing and monitoring device
|
|
CONFIG_ESPTOOLPY_BAUD_921600B=y
|
|
CONFIG_ESPTOOLPY_BAUD=921600
|
|
CONFIG_ESPTOOLPY_COMPRESSED=y
|
|
CONFIG_ESPTOOLPY_MONITOR_BAUD_115200B=y
|
|
CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
|
|
|
# Enable BT
|
|
CONFIG_BT_ENABLED=y
|
|
CONFIG_BT_NIMBLE_ENABLED=y
|
|
CONFIG_BT_NIMBLE_TASK_STACK_SIZE=5120
|
|
CONFIG_BTDM_SCAN_DUPL_TYPE_DATA_DEVICE=y
|
|
CONFIG_BTDM_BLE_MESH_SCAN_DUPL_EN=y
|
|
|
|
# Enable BLE MESH
|
|
CONFIG_BLE_MESH=y
|
|
CONFIG_BLE_MESH_PROVISIONER=y
|
|
CONFIG_BLE_MESH_PB_GATT=y
|
|
CONFIG_BLE_MESH_SETTINGS=y
|
|
CONFIG_BLE_MESH_CFG_CLI=y
|
|
CONFIG_BLE_MESH_GENERIC_ONOFF_CLI=y
|
|
CONFIG_BLE_MESH_SUPPORT_BLE_ADV=y
|
|
|
|
# Enable 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"
|
|
|
|
# Disable chip shell and test
|
|
CONFIG_ENABLE_CHIP_SHELL=n
|
|
CONFIG_BUILD_CHIP_TESTS=n
|
|
|
|
# BLE still used in BLE MESH
|
|
CONFIG_USE_BLE_ONLY_FOR_COMMISSIONING=n
|
|
|
|
# Enable External Platform
|
|
CONFIG_CHIP_ENABLE_EXTERNAL_PLATFORM=y
|
|
CONFIG_CHIP_EXTERNAL_PLATFORM_DIR="../../../../examples/blemesh_bridge/platform/ESP32_custom"
|
|
|
|
# Enable lwIP route hooks
|
|
CONFIG_LWIP_HOOK_IP6_ROUTE_DEFAULT=y
|
|
CONFIG_LWIP_HOOK_ND6_GET_GW_DEFAULT=y
|
|
|
|
# Watchdog
|
|
CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0=n
|
|
CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1=n
|
|
|
|
# disable softap by default
|
|
CONFIG_ESP_WIFI_SOFTAP_SUPPORT=n
|