Skip to content

Commit

Permalink
Update to Memfault SDK 1.6.1
Browse files Browse the repository at this point in the history
Required rebasing the sdk-nrf fork branch, because the
`fota_download_any()` API is present in the 2.5.99 upstream `main`, to
be released in 2.6.0, and the version check assumes 2.5.99==2.6.0. We
only in practice support real NCS releases.
  • Loading branch information
noahp committed Jan 29, 2024
1 parent 20e58e2 commit d52af3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions overlay-memfault.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,3 @@ CONFIG_MEMFAULT_FOTA=y

CONFIG_MEMFAULT_NCS_FW_VERSION_STATIC=y
CONFIG_MEMFAULT_NCS_FW_VERSION="0.0.99-dev"

# TODO: Remove after disabling just the self-test
# Disable shell to save space
CONFIG_MEMFAULT_SHELL=n
4 changes: 2 additions & 2 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ manifest:
# TODO: Remove url and revision when this is no
# longer needed
url: https://github.com/memfault/sdk-nrf.git
revision: gminn/v2.5.99-lte-metrics
revision: noahp/v2.5.99-lte-metrics-upmerge # gminn/v2.5.99-lte-metrics
import: true

- name: memfault-firmware-sdk
url: https://github.com/memfault/memfault-firmware-sdk
path: modules/lib/memfault-firmware-sdk
revision: "1.6.0"
revision: "1.6.1"

self:
path: firmware

0 comments on commit d52af3b

Please sign in to comment.