-
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”.
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: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_TR_CUSTOM_INCLUDE string "User provided include file for transport layer" depends onNRF_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.)