Skip to content

Conversation

@Damian-Nordic
Copy link
Contributor

This brings (among others) a fix for the compilation on nRF53 after the recent nrfx update.

This brings (among others) a fix for the compilation on
nRF53 after the recent nrfx update.

Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
@Damian-Nordic Damian-Nordic requested a review from a team as a code owner December 3, 2025 21:53
@Damian-Nordic Damian-Nordic requested a review from a team as a code owner December 3, 2025 21:53
@NordicBuilder NordicBuilder added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Dec 3, 2025
@NordicBuilder
Copy link
Contributor

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
memfault-firmware-sdk memfault/memfault-firmware-sdk@1.31.0 memfault/memfault-firmware-sdk@1.32.0 memfault/memfault-firmware-sdk@1.31.0..1.32.0

All manifest checks OK

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Dec 3, 2025

CI Information

To view the history of this post, click the 'edited' button above
Build number: 1

Inputs:

Sources:

memfault-firmware-sdk: PR head: e29551ff881c966805522c9fd9b7b14b8e2f2492
sdk-nrf: PR head: 0a3c6ec504ede80f068a92a202fb480cd912643c

more details

memfault-firmware-sdk:

PR head: e29551ff881c966805522c9fd9b7b14b8e2f2492
merge base: 050c1a5748f9c668cb1c152735438596e528ad9c
Diff

sdk-nrf:

PR head: 0a3c6ec504ede80f068a92a202fb480cd912643c
merge base: eecf8aa62328b13addca0101058ce6e90945803d
target head (main): eecf8aa62328b13addca0101058ce6e90945803d
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (27)
modules
│  ├── lib
│  │  ├── memfault-firmware-sdk
│  │  │  ├── CHANGELOG.md
│  │  │  ├── VERSION
│  │  │  ├── components
│  │  │  │  ├── include
│  │  │  │  │  ├── memfault
│  │  │  │  │  │  │ version.h
│  │  │  │  ├── metrics
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ memfault_metrics_battery.c
│  │  │  ├── examples
│  │  │  │  ├── esp32
│  │  │  │  │  ├── apps
│  │  │  │  │  │  ├── memfault_demo_app
│  │  │  │  │  │  │  ├── main
│  │  │  │  │  │  │  │  │ app_memfault_transport_mqtt.c
│  │  │  ├── ports
│  │  │  │  ├── esp_idf
│  │  │  │  │  ├── memfault
│  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  ├── memfault_platform_core.c
│  │  │  │  │  │  │  ├── memfault_platform_http_client.c
│  │  │  │  │  │  │  │ memfault_platform_metrics.c
│  │  │  │  ├── zephyr
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── common
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── memfault_platform_http.c
│  │  │  │  │  │  ├── memfault_platform_post.c
│  │  │  │  │  │  ├── metrics
│  │  │  │  │  │  │  ├── memfault_platform_metrics.c
│  │  │  │  │  │  │  │ memfault_platform_wifi_metrics.c
│  │  │  │  │  ├── config
│  │  │  │  │  │  ├── memfault_metrics_heartbeat_zephyr_port_config.def
│  │  │  │  │  │  │ memfault_zephyr_platform_config.h
│  │  │  │  │  ├── include
│  │  │  │  │  │  ├── memfault
│  │  │  │  │  │  │  ├── ports
│  │  │  │  │  │  │  │  ├── zephyr
│  │  │  │  │  │  │  │  │  ├── http.h
│  │  │  │  │  │  │  │  │  │ log_panic.h
│  │  │  │  │  ├── ncs
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── Kconfig
│  │  │  │  │  │  ├── config
│  │  │  │  │  │  │  │ memfault_metrics_heartbeat_ncs_port_config.def
│  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  ├── memfault
│  │  │  │  │  │  │  │  ├── nrfconnect_port
│  │  │  │  │  │  │  │  │  │ coap.h
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── memfault_platform_coap.c
│  │  │  │  │  │  │  ├── memfault_platform_npm13xx_battery.c
│  │  │  │  │  │  │  │ nrfx_pmu_reboot_tracking.c
west.yml

Outputs:

Toolchain

Version: 43683a87ea
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:43683a87ea_5ea73affbf

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 704
  • ✅ Integration tests
    • ✅ test-fw-nrfconnect-ble_samples
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread-main
    • test-low-level
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-wifi
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

@github-actions
Copy link

github-actions bot commented Dec 3, 2025

You can find the documentation preview for this PR here.

@LuDuda LuDuda added this to the 3.2.0 milestone Dec 4, 2025
@LuDuda LuDuda added the bugfix Fixes a known bug label Dec 4, 2025
@nordicjm nordicjm merged commit e8e4586 into nrfconnect:main Dec 4, 2025
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport v3.2-branch bugfix Fixes a known bug changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. manifest manifest-memfault-firmware-sdk

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants