CONFIG_NRF_RPC_TR_CUSTOM_INCLUDE
User provided include file for transport layer
Type: string
Help
If NRF_RPC_TR_CUSTOM is enabled this option specifies the include
file that contains custom transport layer API. Provided API must
be compatible with the template header file "rp_trans_tmpl.h".
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to the empty string.
Kconfig definition
At <nrfxlib>/nrf_rpc/Kconfig:38
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:92
→ <nrfxlib>/Kconfig.nrfxlib:14
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_TR_CUSTOM_INCLUDE
string "User provided include file for transport layer"
depends on NRF_RPC_TR_CUSTOM && NRF_RPC
help
If NRF_RPC_TR_CUSTOM is enabled this option specifies the include
file that contains custom transport layer API. Provided API must
be compatible with the template header file "rp_trans_tmpl.h".
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)