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 99d7c66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ manifest:
- 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 99d7c66

Please sign in to comment.