The commit adds files for the zcbor to be built as module. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
11 lines
205 B
Plaintext
11 lines
205 B
Plaintext
# Copyright (c) 2022 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config ZEPHYR_ZCBOR_MODULE
|
|
bool
|
|
|
|
config ZCBOR
|
|
bool "zcbor library"
|
|
help
|
|
Enable zcbor CBOR encoder/decoder library
|