- CONFIG_ANT_WORK_STACK_SIZE
Size of the work handler thread stack.
Type: int
Help
Size of the work handler thread stack, used to process work in ANT priority context.
Default
1024
Kconfig definition
At init/Kconfig:32
Included via Kconfig:39
Menu path: (Top) → ANT Wireless → ANT Wireless
config ANT_WORK_STACK_SIZE
int "Size of the work handler thread stack."
default 1024
depends on ANT
help
Size of the work handler thread stack, used to process work in ANT priority context.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)