zephyr/samples/subsys/mgmt/osdp/peripheral_device/prj.conf
Siddharth Chandrasekaran c529b6fa8f mgmt/osdp: Split CP and PD samples into dedicated directories
Split CP and PD samples into dedicated directories as the difference
between the two are expected to grow with time. Also, do some
refactoring.

Signed-off-by: Siddharth Chandrasekaran <siddharth@embedjournal.com>
2020-10-21 17:36:16 +02:00

15 lines
225 B
Plaintext

#
# Copyright (c) 2020 Siddharth Chandrasekaran <siddharth@embedjournal.com>
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_PRINTK=y
CONFIG_LOG=y
# OSDP config
CONFIG_OSDP=y
CONFIG_OSDP_MODE_PD=y
CONFIG_OSDP_LOG_LEVEL=4