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

NRF_RPC_TR_CUSTOM && NRF_RPC

(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:9<BuildDir>/Kconfig/Kconfig.modules:5<nrfxlib>/Kconfig.nrfxlib:15

Menu path: (Top) → Modules → 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.)