-
CONFIG_NRF_RPC_CBOR
¶
Add TinyCBOR layer
Type: bool
Help¶
Adds API that helps use of TinyCBOR library for data serialization.
Default¶
y
Kconfig definition¶
At <nrfxlib>/nrf_rpc/Kconfig:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:14
→ <nrfxlib>/Kconfig.nrfxlib:15
Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → nRF RPC (Remote Procedure Call) library
config NRF_RPC_CBOR
bool "Add TinyCBOR layer"
default y
depends on NRF_RPC
help
Adds API that helps use of TinyCBOR library for data serialization.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)