| # Copyright (c) 2022 Nordic Semiconductor ASA |
| # SPDX-License-Identifier: Apache-2.0 |
| config ZEPHYR_ZCBOR_MODULE |
| bool "zcbor CBOR library" |
| zcbor CBOR encoder/decoder library |
| bool "Produce canonical CBOR" |
| Enabling this will prevent zcbor from creating lists and maps with |
| indefinite-length arrays (it will still decode them properly). |
| config ZCBOR_STOP_ON_ERROR |
| bool "Stop on error when processing" |
| This makes all functions abort their execution if called when an error |
| bool "Make zcbor code print messages" |