-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy pathprj.conf
47 lines (36 loc) · 896 Bytes
/
prj.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#
# Copyright (c) 2022 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
# Debug configuration
# Logging
CONFIG_LOG=y
CONFIG_CONSOLE=y
CONFIG_UART_LINE_CTRL=y
CONFIG_ZIGBEE_WEATHER_STATION_LOG_LEVEL_INF=y
# USB
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n
CONFIG_USB_DEVICE_PRODUCT="Thingy 53: Zigbee Weather Station"
CONFIG_USB_CDC_ACM_LOG_LEVEL_OFF=y
# Sensors
CONFIG_I2C=y
CONFIG_SENSOR=y
CONFIG_BME680=y
# Development Kit LED and Buttons library
CONFIG_DK_LIBRARY=y
# Zigbee
CONFIG_ZIGBEE=y
CONFIG_ZIGBEE_APP_UTILS=y
CONFIG_ZIGBEE_ROLE_END_DEVICE=y
# Use software cryptography on nRF5340
CONFIG_ZIGBEE_USE_SOFTWARE_AES=y
# Enable API for powering down unused RAM parts
CONFIG_RAM_POWER_DOWN_LIBRARY=y
# Networking
CONFIG_NET_IPV6=n
CONFIG_NET_IP_ADDR_CHECK=n
CONFIG_NET_UDP=n
# Troubleshooting
CONFIG_ZBOSS_HALT_ON_ASSERT=y
CONFIG_RESET_ON_FATAL_ERROR=n