-
CONFIG_BT_RPMSG_NRF53_RX_STACK_SIZE
¶
RPMsg stack size for RX thread
Type: int
Direct dependencies¶
BT_RPMSG_NRF53
&& BT_RPMSG
&& BT_HCI
&& BT
&& !BT_CTLR
(Includes any dependencies from ifs and menus.)
Default¶
1024
Kconfig definition¶
At drivers/bluetooth/hci/Kconfig:120
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:8
→ drivers/bluetooth/Kconfig:16
Menu path: (Top) → Device Drivers → Bluetooth Drivers → nRF53 configuration of RPMsg
config BT_RPMSG_NRF53_RX_STACK_SIZE int "RPMsg stack size for RX thread" default 1024 depends onBT_RPMSG_NRF53
&&BT_RPMSG
&&BT_HCI
&&BT
&& !BT_CTLR
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)