-
CONFIG_UART_MUX_RX_STACK_SIZE
¶
Size of the stack allocated for receiving data from UART
Type: int
Help¶
Sets the stack size which will be used by the PPP RX workqueue.
Default¶
512
Kconfig definition¶
At <Zephyr>/drivers/console/Kconfig:392
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:14
Menu path: (Top) → Device Drivers → Console drivers
config UART_MUX_RX_STACK_SIZE
int "Size of the stack allocated for receiving data from UART"
default 512
depends on CONSOLE
help
Sets the stack size which will be used by the PPP RX workqueue.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)