Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / src / platform / cc13x2_26x2 / CHIPDevicePlatformConfig.h
1 /*
2  *
3  *    Copyright (c) 2020 Project CHIP Authors
4  *    Copyright (c) 2020 Texas Instruments Incorporated
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
19 /**
20  *    @file
21  *          Platform-specific configuration overrides for the chip Device Layer
22  *          for the Texas Instruments CC1352 platform.
23  *
24  * NOTE: currently a bare-bones implementation to allow for building.
25  */
26
27 #pragma once
28
29 // ==================== Platform Adaptations ====================
30
31 #define CHIP_DEVICE_CONFIG_ENABLE_WIFI_STATION 0
32 #define CHIP_DEVICE_CONFIG_ENABLE_WIFI_AP 0
33
34 // ========== Platform-specific Configuration =========
35
36 #define CHIP_DEVICE_CONFIG_ENABLE_WIFI_TELEMETRY 0
37 #define CHIP_DEVICE_CONFIG_ENABLE_THREAD_TELEMETRY 0
38 #define CHIP_DEVICE_CONFIG_ENABLE_THREAD_TELEMETRY_FULL 0
39 #define CHIP_DEVICE_CONFIG_ENABLE_TUNNEL_TELEMETRY 0
40 #define CHIP_DEVICE_CONFIG_LOG_PROVISIONING_HASH 0
41
42 // ========== CHIP Platform Configuration =========
43
44 #define BLEMANAGER_EVENT_HANDLER_STACK_SIZE (4096)
45 #define BLEMANAGER_EVENT_HANDLER_PRIORITY (2)
46 #define CHIP_DEVICE_CONFIG_CHIPOBLE_ENABLE_ADVERTISING_AUTOSTART 0
47
48 #define CHIP_DEVICE_CONFIG_ENABLE_THREAD 1