-
CONFIG_IEEE802154_CC1200_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¶
IEEE802154_CC1200
&& IEEE802154
(Includes any dependencies from ifs and menus.)
Default¶
800
Kconfig definition¶
At <Zephyr>/drivers/ieee802154/Kconfig.cc1200:18
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:10
→ <Zephyr>/drivers/ieee802154/Kconfig:68
Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → TI CC1200 Driver support
config IEEE802154_CC1200_RX_STACK_SIZE int "Driver's internal RX thread stack size" default 800 depends onIEEE802154_CC1200
&&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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)