Memfault SDK integration missing user memfault_platform_config

Hello,

This PR (https://github.com/nrfconnect/sdk-nrf/pull/10938) moved memfault_platform_config.h from an nrf91 sample project into memfault-firmware-sdk/config directory. This directory gets included if the user wants extra NCS metrics. However, since this directory gets included before the user's memfault config, the user's memfault_platform_config.h never gets included. This leaves the user unable to control things like the Memfault heartbeat period (MEMFAULT_METRICS_HEARTBEAT_INTERVAL_SECS).

Right now, the only solution is to ensure that CONFIG_MEMFAULT_METRICS_EXTRA_DEFS_FILE is set to n. Not sure if this was the intent. 

Please suggest a workaround or provide a fix to the SDK integration.

Thanks,

Konstantin

Parents Reply Children
No Data
Related