-
CONFIG_DATE_TIME_THREAD_SIZE
¶
Stack size of the thread maintaining date time
Type: int
Default¶
1024
Kconfig definition¶
At <nRF>/lib/date_time/Kconfig:29
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:9
→ <BuildDir>/Kconfig/Kconfig.modules:1
→ <nRF>/Kconfig.nrf:26
→ <nRF>/lib/Kconfig:29
Menu path: (Top) → Modules → Nordic nRF Connect → Libraries → Date time library
config DATE_TIME_THREAD_SIZE
int "Stack size of the thread maintaining date time"
default 1024
depends on DATE_TIME
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)