-
CONFIG_NRF_RPC_CBOR
¶
Add TinyCBOR layer
Type: bool
Help¶
Adds API that helps use of TinyCBOR library for data serialization.
Default¶
y
Kconfig definitions¶
At <nRF>/subsys/nrf_rpc/Kconfig:31
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <nRF>/subsys/Kconfig:38
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → nRF RPC (Remote Procedure Call) library
config NRF_RPC_CBOR
bool
select TINYCBOR
depends on NRF_RPC
At <nrfxlib>/nrf_rpc/Kconfig:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:62
→ <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.)