Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / examples / pigweed-app / esp32 / sdkconfig.defaults
1 #
2 #    Copyright (c) 2021 Project CHIP Authors
3 #    Copyright (c) 2018 Nest Labs, Inc.
4 #    All rights reserved.
5 #
6 #    Licensed under the Apache License, Version 2.0 (the "License");
7 #    you may not use this file except in compliance with the License.
8 #    You may obtain a copy of the License at
9 #
10 #        http://www.apache.org/licenses/LICENSE-2.0
11 #
12 #    Unless required by applicable law or agreed to in writing, software
13 #    distributed under the License is distributed on an "AS IS" BASIS,
14 #    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 #    See the License for the specific language governing permissions and
16 #    limitations under the License.
17 #
18 #    Description:
19 #      Some useful defaults for the demo app configuration.
20 #
21
22
23 # Default to 921600 baud when flashing and monitoring device
24 CONFIG_ESPTOOLPY_BAUD_921600B=y
25 CONFIG_ESPTOOLPY_BAUD=921600
26 CONFIG_ESPTOOLPY_COMPRESSED=y
27 CONFIG_ESPTOOLPY_MONITOR_BAUD_115200B=y
28 CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
29
30 # UART
31 CONFIG_ESP_CONSOLE_UART_CUSTOM=y
32 CONFIG_ESP_CONSOLE_UART_CUSTOM_NUM_1=y
33 CONFIG_ESP_CONSOLE_UART_NUM=1
34
35 #enable lwip ipv6 autoconfig
36 CONFIG_LWIP_IPV6_AUTOCONFIG=y
37
38 # Use a custom partition table
39 CONFIG_PARTITION_TABLE_CUSTOM=y
40 CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
41
42 # Enable Pigweed RPC Library in CHIP
43 CONFIG_ENABLE_PW_RPC=y
44
45 # Vendor and product id
46 CONFIG_DEVICE_VENDOR_ID=0x235A
47 CONFIG_DEVICE_PRODUCT_ID=0x4550