Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix: update from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 3, 2023
1 parent 55d9280 commit 726816e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions doc/debug_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ This section documents the various features implemented by the module.
Memfault
========

Memfault SDK provides the functionality to collect information from devices in the form of coredumps, error traces, metrics, logs and more.
Information that is collected from the device can be sent to Memfault's cloud solution for further analysis.

The debug module uses `Memfault SDK`_ to track |NCS| specific metrics such as LTE and stack metrics.
In addition, the following types of custom Memfault metrics are defined and tracked when compiling in the debug module:

Expand All @@ -36,7 +33,7 @@ The debug module also implements `Memfault SDK`_ software watchdog, which is des
This enables the application to be able to collect coredump data before a reboot occurs.

To enable Memfault, you must include the :file:`../overlay-memfault.conf` when building the application.
To get started with Memfault, see :ref:`using_memfault`.
To get started with Memfault integration in |NCS|, see :ref:`ug_memfault`.

.. _asset_tracker_v2_ext_transport:

Expand Down Expand Up @@ -87,7 +84,7 @@ To enable storing to flash, configure the following options:
* :kconfig:option:`CONFIG_MEMFAULT_NCS_INTERNAL_FLASH_BACKED_COREDUMP` - To enable storing to flash.
* :kconfig:option:`CONFIG_PM_PARTITION_SIZE_MEMFAULT_STORAGE` - To set the size of the coredumps storage flash partition.

For extended documentation regarding |NCS| Memfault integration, see :ref:`mod_memfault` module.
For extended documentation regarding |NCS| Memfault integration, see :ref:`ug_memfault` documentation.

Module states
*************
Expand Down

0 comments on commit 726816e

Please sign in to comment.