-
CONFIG_ISOTP_WORKQ_STACK_SIZE
¶
Work queue stack size
Type: int
Help¶
This value defines the stack size of the work queue thread that
handles flow control, consecutive sending, receiving and callbacks.
Default¶
256
Kconfig definition¶
At <Zephyr>/subsys/canbus/isotp/Kconfig:73
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:11
→ <Zephyr>/subsys/canbus/Kconfig:9
Menu path: (Top) → Sub Systems and OS Services → Controller Area Network (CAN) bus subsystem → ISO-TP Transport [EXPERIMENTAL]
config ISOTP_WORKQ_STACK_SIZE
int "Work queue stack size"
default 256
depends on ISOTP
help
This value defines the stack size of the work queue thread that
handles flow control, consecutive sending, receiving and callbacks.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)