nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
memfault_platform_config.h
Go to the documentation of this file.
1#pragma once
2
3/*
4 * Platform overrides for the default configuration settings in the
5 * memfault-firmware-sdk. Default configuration settings can be found in
6 * "<NCS folder>/modules/lib/memfault-firmware-sdk/components/include/memfault/default_config.h"
7 */
8
9#if defined(CONFIG_DEBUG_MODULE)
10 /* Prepare captured metric data for upload to Memfault cloud every configured interval. */
11#define MEMFAULT_METRICS_HEARTBEAT_INTERVAL_SECS CONFIG_DEBUG_MODULE_MEMFAULT_HEARTBEAT_INTERVAL_SEC
12#define MEMFAULT_DATA_EXPORT_CHUNK_MAX_LEN CONFIG_DEBUG_MODULE_MEMFAULT_CHUNK_SIZE_MAX
13#endif /* defined(CONFIG_DEBUG_MODULE) */