CONFIG_CANOPENNODE_SYNC_THREAD_STACK_SIZE¶
Stack size for the CANopen SYNC thread
Stack size for the CANopen SYNC thread
Type: int
Help¶
Size of the stack used for the internal thread which
processes CANopen SYNC RPDOs and TPDOs.
Help¶
Size of the stack used for the internal thread which
processes CANopen SYNC RPDOs and TPDOs.
Direct dependencies¶
(CANOPENNODE_SYNC_THREAD
&& CANOPENNODE
) || (CANOPENNODE_SYNC_THREAD
&& CANOPENNODE
&& 0)
(Includes any dependencies from ifs and menus.)
Defaults¶
256
256
Kconfig definitions¶
At <Zephyr>/modules/canopennode/Kconfig:86
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:31
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:44
Menu path: (Top) → Modules → CANopenNode (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/canopennode) → CANopenNode support → CANopen SYNC thread
config CANOPENNODE_SYNC_THREAD_STACK_SIZE
int "Stack size for the CANopen SYNC thread"
default 256
depends on CANOPENNODE_SYNC_THREAD && CANOPENNODE
help
Size of the stack used for the internal thread which
processes CANopen SYNC RPDOs and TPDOs.
At <Zephyr>/modules/canopennode/Kconfig:86
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:31
→ <Zephyr>/modules/Kconfig:74
Menu path: (Top) → Modules → CANopenNode support → CANopen SYNC thread
config CANOPENNODE_SYNC_THREAD_STACK_SIZE
int "Stack size for the CANopen SYNC thread"
default 256
depends on CANOPENNODE_SYNC_THREAD && CANOPENNODE && 0
help
Size of the stack used for the internal thread which
processes CANopen SYNC RPDOs and TPDOs.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)