-
CONFIG_NET_PKT_TIMESTAMP_STACK_SIZE
¶
Timestamp thread stack size
Type: int
Help¶
Set the timestamp thread stack size in bytes. The timestamp thread waits for timestamped TX frames and calls registered callbacks.
Direct dependencies¶
NET_PKT_TIMESTAMP_THREAD
&& NETWORKING
(Includes any dependencies from ifs and menus.)
Default¶
1024
Kconfig definition¶
At <Zephyr>/subsys/net/ip/Kconfig:691
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:34
→ <Zephyr>/subsys/net/Kconfig:87
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → Enable network packet timestamp support → Create TX timestamp thread
config NET_PKT_TIMESTAMP_STACK_SIZE int "Timestamp thread stack size" default 1024 depends onNET_PKT_TIMESTAMP_THREAD
&&NETWORKING
help Set the timestamp thread stack size in bytes. The timestamp thread waits for timestamped TX frames and calls registered callbacks.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)