Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Divya S Pillai <[email protected]>
Co-authored-by: Pekka Niskanen <[email protected]>
  • Loading branch information
3 people authored Jan 24, 2025
1 parent 603b210 commit a026b42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/nrf/libraries/debug/memfault_ncs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ If at any point the network is lost during the retry process, the library waits

This feature is useful when you want to post the coredump as soon as possible after a crash and it is not desirable to wait for the next periodic upload set by :kconfig:option:`CONFIG_MEMFAULT_HTTP_PERIODIC_UPLOAD_INTERVAL_SECS`.
Alternatively, you can manually trigger the coredump upload by calling the function :c:func:`memfault_zephyr_port_post_data`.
The :c:function:`memfault_coredump_has_valid_coredump` function can be used to check if a coredump is available.
The :c:func:`memfault_coredump_has_valid_coredump` function can be used to check if a coredump is available.

Configuration options in Memfault SDK
=====================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ nRF Machine Learning (Edge Impulse)
Serial LTE modem
----------------

* Added overlay :file:`overlay-memfault.conf` to enable Memfault.
* Added an overlay :file:`overlay-memfault.conf` file to enable Memfault.
For more information about Memfault features in |NCS|, see :ref:`mod_memfault`.
* Updated the application to use the :ref:`lib_downloader` library instead of the deprecated :ref:`lib_download_client` library.

Expand Down Expand Up @@ -618,7 +618,7 @@ Memfault integration
--------------------

* Added a new feature to automatically post coredumps to Memfault when network connectivity is available.
This feature can be enabled by setting the :kconfig:option:`MEMFAULT_NCS_POST_COREDUMP_ON_NETWORK_CONNECTED` Kconfig option to ``y``.
To enable this feature, set the :kconfig:option:`MEMFAULT_NCS_POST_COREDUMP_ON_NETWORK_CONNECTED` Kconfig option to ``y``.
Only supported for nRF91 Series devices.

AVSystem integration
Expand Down

0 comments on commit a026b42

Please sign in to comment.