Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3010

@NordicBuilder NordicBuilder requested review from a team as code owners July 1, 2025 09:59
@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Jul 1, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Jul 1, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@a6a46c9 nrfconnect/sdk-zephyr@a4a4579 (main) nrfconnect/[email protected]

All manifest checks OK

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Jul 1, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 6

Inputs:

Sources:

sdk-nrf: PR head: ef501a690ee5f1b9635ad1789538d7118310c83f
zephyr: PR head: a4a457943329d6d40042b5a14094b32bc5af3c28

more details

sdk-nrf:

PR head: ef501a690ee5f1b9635ad1789538d7118310c83f
merge base: 1d43aec8a694328337d33e78f9cbdfa76aaca039
target head (main): 1d43aec8a694328337d33e78f9cbdfa76aaca039
Diff

zephyr:

PR head: a4a457943329d6d40042b5a14094b32bc5af3c28
merge base: a6a46c9290839a79df349dab8122c64db1bdd715
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 (72)
west.yml
zephyr
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf9131ek
│  │  │  │  │ nrf9131ek_nrf9131_ns_defconfig
│  │  ├── shields
│  │  │  ├── npm1300_ek
│  │  │  │  │ npm1300_ek.overlay
│  ├── doc
│  │  ├── releases
│  │  │  │ migration-guide-4.2.rst
│  ├── drivers
│  │  ├── gpio
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.npm1300
│  │  │  ├── Kconfig.npm13xx
│  │  │  ├── gpio_npm1300.c
│  │  │  │ gpio_npm13xx.c
│  │  ├── led
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.npm1300
│  │  │  ├── Kconfig.npm13xx
│  │  │  ├── led_npm1300.c
│  │  │  │ led_npm13xx.c
│  │  ├── mfd
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.npm1300
│  │  │  ├── Kconfig.npm13xx
│  │  │  │ mfd_npm13xx.c
│  │  ├── regulator
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.npm1300
│  │  │  ├── Kconfig.npm13xx
│  │  │  │ regulator_npm13xx.c
│  │  ├── sensor
│  │  │  ├── nordic
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── npm1300_charger
│  │  │  │  │  │ Kconfig
│  │  │  │  ├── npm13xx_charger
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ npm13xx_charger.c
│  │  ├── watchdog
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.npm1300
│  │  │  ├── Kconfig.npm13xx
│  │  │  │ wdt_npm13xx.c
│  ├── dts
│  │  ├── bindings
│  │  │  ├── gpio
│  │  │  │  │ nordic,npm1304-gpio.yaml
│  │  │  ├── led
│  │  │  │  ├── nordic,npm1300-led.yaml
│  │  │  │  ├── nordic,npm1304-led.yaml
│  │  │  │  │ nordic,npm13xx-led-common.yaml
│  │  │  ├── mfd
│  │  │  │  ├── nordic,npm1300.yaml
│  │  │  │  ├── nordic,npm1304.yaml
│  │  │  │  │ nordic,npm13xx-common.yaml
│  │  │  ├── regulator
│  │  │  │  ├── nordic,npm1300-regulator.yaml
│  │  │  │  ├── nordic,npm1304-regulator.yaml
│  │  │  │  │ nordic,npm13xx-regulator-common.yaml
│  │  │  ├── sensor
│  │  │  │  ├── nordic,npm1300-charger.yaml
│  │  │  │  ├── nordic,npm1304-charger.yaml
│  │  │  │  │ nordic,npm13xx-charger-common.yaml
│  │  │  ├── watchdog
│  │  │  │  │ nordic,npm1304-wdt.yaml
│  ├── include
│  │  ├── zephyr
│  │  │  ├── drivers
│  │  │  │  ├── mfd
│  │  │  │  │  │ npm13xx.h
│  │  │  │  ├── sensor
│  │  │  │  │  ├── npm1300_charger.h
│  │  │  │  │  │ npm13xx_charger.h
│  │  │  ├── dt-bindings
│  │  │  │  ├── gpio
│  │  │  │  │  ├── nordic-npm1300-gpio.h
│  │  │  │  │  │ nordic-npm13xx-gpio.h
│  │  │  │  ├── regulator
│  │  │  │  │  ├── npm1300.h
│  │  │  │  │  │ npm13xx.h
│  ├── samples
│  │  ├── bluetooth
│  │  │  ├── bap_broadcast_assistant
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  ├── shields
│  │  │  ├── npm1300_ek
│  │  │  │  ├── nrf52dk_nrf52832.overlay
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── host
│  │  │  │  │ keys.c
│  │  ├── net
│  │  │  ├── lib
│  │  │  │  ├── http
│  │  │  │  │  │ http_client.c
│  ├── tests
│  │  ├── bluetooth
│  │  │  ├── host
│  │  │  │  ├── id
│  │  │  │  │  ├── mocks
│  │  │  │  │  │  ├── adv.c
│  │  │  │  │  │  ├── adv.h
│  │  │  │  │  │  ├── keys.c
│  │  │  │  │  │  │ keys.h
│  │  ├── drivers
│  │  │  ├── build_all
│  │  │  │  ├── gpio
│  │  │  │  │  │ app.overlay
│  │  │  │  ├── led
│  │  │  │  │  │ app.overlay
│  │  │  │  ├── regulator
│  │  │  │  │  │ i2c.dtsi
│  │  │  │  ├── sensor
│  │  │  │  │  │ i2c.dtsi
│  │  │  │  ├── watchdog
│  │  │  │  │  │ i2c_devices.overlay

Outputs:

Toolchain

Version:
Build docker image:

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

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
    • ◻️ test-sdk-audio
    • ◻️ test-fw-nrfconnect-boot
    • ◻️ test-fw-nrfconnect-ble_samples
    • ◻️ test-fw-nrfconnect-chip
    • ◻️ test-fw-nrfconnect-nfc
    • ◻️ test-fw-nrfconnect-nrf-iot_cloud
    • ◻️ test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • ◻️ test-fw-nrfconnect-nrf-iot_samples
    • ◻️ test-fw-nrfconnect-nrf-iot_thingy91
    • ◻️ test-fw-nrfconnect-rs
    • ◻️ test-fw-nrfconnect-fem
    • ◻️ test-fw-nrfconnect-thread-main
    • ◻️ test-sdk-find-my
    • ◻️ test-fw-nrfconnect-nrf_lrcs_mosh
    • ◻️ test-fw-nrfconnect-nrf_lrcs_positioning
    • ◻️ test-low-level
    • ◻️ test-sdk-pmic-samples
    • ◻️ test-sdk-mcuboot
    • ⚠️ test_ble_nrf_config
    • ⚠️ test-fw-nrfconnect-nrf_lrcs_mosh
    • ⚠️ test-fw-nrfconnect-nrf_lrcs_positioning
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • 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 Jul 1, 2025

You can find the documentation preview for this PR here.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3010 branch from 0b9f50c to c6717a0 Compare July 2, 2025 07:33
@Frodevan Frodevan force-pushed the auto-manifest-sdk-zephyr-3010 branch 2 times, most recently from c6717a0 to 36f8d8b Compare July 2, 2025 11:24
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3010 branch from 36f8d8b to ef501a6 Compare July 2, 2025 12:45
@NordicBuilder NordicBuilder removed the DNM label Jul 2, 2025
@nordicjm nordicjm merged commit 21a082d into nrfconnect:main Jul 2, 2025
14 of 15 checks passed
dawidprzybylo added a commit to dawidprzybylo/sdk-nrf that referenced this pull request Jul 3, 2025
Align kconfig to new name because of PR:
nrfconnect#23065
Ref: KRKNWK-20498

Signed-off-by: Dawid Przybylo <[email protected]>
nordic-piks pushed a commit that referenced this pull request Jul 3, 2025
Align kconfig to new name because of PR:
#23065
Ref: KRKNWK-20498

Signed-off-by: Dawid Przybylo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. manifest manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants