You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
modules: memfault: Default FW version is APPVERSION
Set default `CONFIG_MEMFAULT_NCS_FW_VERSION` to be pulled from a
`VERSION` file, if present, otherwise no default (which will cause a
build error).
This applies when `CONFIG_MEMFAULT_NCS_FW_VERSION_STATIC=y`.
With this change, all the needed version Kconfigs can be set from the
`VERSION` file, instead of needing to set them individually:
- `CONFIG_BT_DIS_FW_REV_STR`: used for BT DFU
- `CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION`: not strictly used, but nice for
consistency
- `CONFIG_MEMFAULT_NCS_FW_VERSION`: used when reporting data to Memfault
Signed-off-by: Noah Pendleton <noah.pendleton@nordicsemi.no>
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -878,6 +878,8 @@ Memfault integration
878
878
879
879
* The ``CONFIG_MEMFAULT_DEVICE_INFO_CUSTOM`` Kconfig option has been renamed to :kconfig:option:`CONFIG_MEMFAULT_NCS_DEVICE_INFO_CUSTOM`.
880
880
* The ``CONFIG_MEMFAULT_DEVICE_INFO_BUILTIN`` Kconfig option has been renamed to :kconfig:option:`CONFIG_MEMFAULT_NCS_DEVICE_INFO_BUILTIN`.
881
+
* The :kconfig:option:`CONFIG_MEMFAULT_NCS_FW_VERSION` Kconfig option will now have a default value set from a :file:`VERSION` file, if present in the application root directory.
882
+
Previously, this option had no default value.
881
883
882
884
* Added a metric tracking the unused stack space of the Bluetooth Long workqueue thread, when the :kconfig:option:`CONFIG_MEMFAULT_NCS_BT_METRICS` Kconfig option is enabled.
883
885
The new metric is named ``ncs_bt_lw_wq_unused_stack``.
0 commit comments