CONFIG_MEMFAULT_HTTP_PERIODIC_UPLOAD_USE_SYSTEM_WORKQUEUE
Periodically push new data to Memfault from system workqueue
Type: bool
Help
When using this feature, make sure CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE
is set appropriately for the board's HTTP stack to not cause a stack overflow.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Kconfig definition
At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/Kconfig:157
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:38
Menu path: (Top) → Modules → memfault-firmware-sdk (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk) → MEMFAULT Support → Enables a work job to periodically push new data to Memfault → Work queue implementation to use for periodic HTTP posting
config MEMFAULT_HTTP_PERIODIC_UPLOAD_USE_SYSTEM_WORKQUEUE
bool "Periodically push new data to Memfault from system workqueue"
depends on <choice MEMFAULT_HTTP_PERIODIC_UPLOAD_CONTEXT>
help
When using this feature, make sure CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE
is set appropriately for the board's HTTP stack to not cause a stack overflow.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)