:orphan: .. title:: IEEE802154_MCR20A_RX_STACK_SIZE .. option:: CONFIG_IEEE802154_MCR20A_RX_STACK_SIZE *Driver's internal RX thread stack size* Type: ``int`` Help ==== This option sets the driver's stack size for its internal RX thread. The default value should be sufficient, but in case it proves to be a too little one, this option makes it easy to play with the size. Direct dependencies =================== \ :option:`IEEE802154_MCR20A ` && \ :option:`IEEE802154 ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 800 if \ :option:`IEEE802154_MCR20A ` && \ :option:`IEEE802154 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/ieee802154/Kconfig.mcr20a:64`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:14`` → ``drivers/ieee802154/Kconfig:31`` Menu path: (top menu) → Device Drivers → IEEE 802.15.4 drivers options → NXP MCR20A Driver support .. parsed-literal:: config IEEE802154_MCR20A_RX_STACK_SIZE int prompt "Driver's internal RX thread stack size" if \ :option:`IEEE802154_MCR20A ` && \ :option:`IEEE802154 ` default 800 if \ :option:`IEEE802154_MCR20A ` && \ :option:`IEEE802154 ` depends on \ :option:`IEEE802154_MCR20A ` && \ :option:`IEEE802154 ` help This option sets the driver's stack size for its internal RX thread. The default value should be sufficient, but in case it proves to be a too little one, this option makes it easy to play with the size. *(Definitions include propagated dependencies, including from if's and menus.)*