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>
15 lines
225 B
Plaintext
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
|