Skip to content

Conversation

@masz-nordic
Copy link
Contributor

Backport #21515

@masz-nordic masz-nordic added this to the 3.0.0 milestone Apr 14, 2025
@github-actions github-actions bot added doc-required PR must not be merged without tech writer approval. manifest labels Apr 14, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Apr 14, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 0f07a84355f777b4543054003a58505cb09bce08
zephyr: PR head: 3475ff5b973770f39f0c723581bc510311edea4e

more details

sdk-nrf:

PR head: 0f07a84355f777b4543054003a58505cb09bce08
merge base: f62fbb8c08d4a5efa0011d8648938c64c634dc6e
target head (v3.0-branch): f62fbb8c08d4a5efa0011d8648938c64c634dc6e
Diff

zephyr:

PR head: 3475ff5b973770f39f0c723581bc510311edea4e
merge base: 3ecc854864da976a1b1cbf2968059de1b4319144
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 (125)
.github
│  │ test-spec.yml
CMakeLists.txt
CODEOWNERS
applications
│  ├── hpf
│  │  ├── Kconfig
│  │  ├── gpio
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── README.rst
│  │  │  ├── boards
│  │  │  │  ├── nrf54l15dk_nrf54l15_cpuflpr.conf
│  │  │  │  │ nrf54l15dk_nrf54l15_cpuflpr.overlay
│  │  │  ├── prj.conf
│  │  │  ├── sample.yaml
│  │  │  ├── src
│  │  │  │  ├── backend
│  │  │  │  │  ├── backend.h
│  │  │  │  │  ├── backend_icmsg.c
│  │  │  │  │  │ backend_mbox.c
│  │  │  │  ├── hrt
│  │  │  │  │  ├── hrt-nrf54l15.s
│  │  │  │  │  ├── hrt.c
│  │  │  │  │  │ hrt.h
│  │  │  │  │ main.c
│  │  │  │ sysbuild.conf
│  │  ├── mspi
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── boards
│  │  │  │  ├── nrf54l15dk_nrf54l15_cpuflpr.conf
│  │  │  │  │ nrf54l15dk_nrf54l15_cpuflpr.overlay
│  │  │  ├── prj.conf
│  │  │  ├── sample.yaml
│  │  │  ├── src
│  │  │  │  ├── hrt
│  │  │  │  │  ├── hrt-nrf54l15.s
│  │  │  │  │  ├── hrt.c
│  │  │  │  │  │ hrt.h
│  │  │  │  │ main.c
│  │  │  │ sysbuild.conf
cmake
│  ├── hpf.cmake
│  ├── hpf_asm_check.cmake
│  ├── hpf_asm_install.cmake
│  ├── sysbuild
│  │  ├── hpf.cmake
│  │  │ sdp.cmake
doc
│  ├── nrf
│  │  │ applications.rst
drivers
│  ├── Kconfig
│  ├── gpio
│  │  ├── CMakeLists.txt
│  │  ├── Kconfig
│  │  ├── gpio_hpf.c
│  │  ├── gpio_hpf.h
│  │  ├── gpio_hpf_icmsg.c
│  │  ├── gpio_hpf_mbox.c
│  │  ├── gpio_nrfe.c
│  │  │ gpio_nrfe.h
│  ├── mspi
│  │  ├── CMakeLists.txt
│  │  ├── Kconfig
│  │  ├── Kconfig.hpf
│  │  │ mspi_hpf.c
dts
│  ├── bindings
│  │  ├── gpio
│  │  │  │ nordic,hpf-gpio.yaml
│  │  ├── mspi
│  │  │  │ nordic,hpf-mspi-controller.yaml
include
│  ├── drivers
│  │  ├── gpio
│  │  │  ├── hpf_gpio.h
│  │  │  │ nrfe_gpio.h
│  │  ├── mspi
│  │  │  ├── hpf_mspi.h
│  │  │  │ nrfe_mspi.h
│  ├── hpf
│  │  │ hpf_common.h
samples
│  ├── zephyr
│  │  ├── basic
│  │  │  ├── blinky
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp_hpf_gpio.overlay
│  │  │  │  │ sample.yaml
scripts
│  ├── ci
│  │  │ tags.yaml
│  ├── hpf
│  │  │ remove_comments.py
│  │ memory-threshold-list.yaml
snippets
│  ├── hpf
│  │  ├── gpio
│  │  │  ├── hpf-gpio-app.overlay
│  │  │  ├── icbmsg
│  │  │  │  ├── app.conf
│  │  │  │  ├── flpr.conf
│  │  │  │  ├── snippet.yml
│  │  │  │  ├── soc
│  │  │  │  │  ├── nrf54l15_cpuapp.overlay
│  │  │  │  │  │ nrf54l15_cpuflpr.overlay
│  │  │  ├── icmsg
│  │  │  │  ├── app.conf
│  │  │  │  ├── flpr.conf
│  │  │  │  ├── snippet.yml
│  │  │  │  ├── soc
│  │  │  │  │  ├── nrf54l15_cpuapp.overlay
│  │  │  │  │  │ nrf54l15_cpuflpr.overlay
│  │  │  ├── mbox
│  │  │  │  ├── app.conf
│  │  │  │  ├── flpr.conf
│  │  │  │  ├── snippet.yml
│  │  │  │  ├── soc
│  │  │  │  │  ├── nrf54l15_cpuapp.overlay
│  │  │  │  │  │ nrf54l15_cpuflpr.overlay
│  │  ├── mspi
│  │  │  ├── app.conf
│  │  │  ├── board
│  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  ├── hpf-mspi-app.overlay
│  │  │  ├── snippet.yml
│  │  │  ├── soc
│  │  │  │  │ nrf54l15_cpuapp.overlay
│  ├── sdp
│  │  ├── gpio
│  │  │  ├── icbmsg
│  │  │  │  │ flpr.conf
│  │  │  ├── icmsg
│  │  │  │  ├── app.conf
│  │  │  │  │ flpr.conf
│  │  │  ├── mbox
│  │  │  │  ├── app.conf
│  │  │  │  │ flpr.conf
sysbuild
│  ├── CMakeLists.txt
│  ├── Kconfig.hpf
│  ├── Kconfig.sdp
│  ├── Kconfig.sysbuild
│  │ hpf.cmake
tests
│  ├── drivers
│  │  ├── gpio
│  │  │  ├── egpio_basic_api
│  │  │  │  ├── src
│  │  │  │  │  │ test_egpio.h
│  │  │  │  │ sysbuild.conf
│  │  │  ├── egpio_more_loops
│  │  │  │  ├── sysbuild.conf
│  │  │  │  │ testcase.yaml
│  │  │  ├── hpf_gpio_basic_api
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── README.txt
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  ├── dts
│  │  │  │  │  ├── bindings
│  │  │  │  │  │  │ test-hpf-gpio.yaml
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  ├── test_hpf_gpio.h
│  │  │  │  │  │ test_hpf_gpio_port.c
│  │  │  │  ├── sysbuild.conf
│  │  │  │  │ testcase.yaml
│  │  │  ├── hpf_gpio_more_loops
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  ├── sysbuild.conf
│  │  │  │  │ testcase.yaml
│  │  ├── mspi
│  │  │  ├── app_fault_timer
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  ├── sysbuild.conf
│  │  │  │  │ testcase.yaml
│  │  │  ├── trap_handler
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  ├── sysbuild.conf
│  │  │  │  │ testcase.yaml
│  ├── zephyr
│  │  ├── drivers
│  │  │  ├── flash
│  │  │  │  ├── common
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── mspi
│  │  │  │  ├── api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  ├── sysbuild.conf
│  │  │  │  │  │ testcase.yaml
west.yml
zephyr
│  ├── drivers
│  │  ├── pinctrl
│  │  │  │ pinctrl_nrf.c
│  ├── include
│  │  ├── zephyr
│  │  │  ├── dt-bindings
│  │  │  │  ├── pinctrl
│  │  │  │  │  │ nrf-pinctrl.h
│  ├── samples
│  │  ├── basic
│  │  │  ├── blinky
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp_hpf_gpio.overlay

Outputs:

Toolchain

Version: 7cbc0036f4
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:7cbc0036f4_8bf7ca4353

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
  • ✅ Integration tests
    • ✅ test-sdk-audio
    • ✅ desktop52_verification
    • ✅ test-fw-nrfconnect-boot
    • ✅ test-fw-nrfconnect-apps
    • ✅ test_ble_nrf_config
    • ✅ test-fw-nrfconnect-ble_mesh
    • ✅ test-fw-nrfconnect-ble_samples
    • ✅ test-fw-nrfconnect-chip
    • ✅ test-fw-nrfconnect-nfc
    • ✅ test-fw-nrfconnect-nrf-iot_cloud
    • ✅ test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • ✅ test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • ✅ test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • ✅ test-fw-nrfconnect-nrf-iot_samples
    • ✅ doc-internal
    • ✅ test-fw-nrfconnect-nrf-iot_thingy91
    • ✅ test-fw-nrfconnect-nrf_crypto
    • ✅ test-fw-nrfconnect-proprietary_esb
    • ✅ test-fw-nrfconnect-rpc
    • ✅ test-fw-nrfconnect-rs
    • ✅ test-fw-nrfconnect-fem
    • ✅ test-fw-nrfconnect-tfm
    • ✅ test-fw-nrfconnect-thread
    • ✅ test-sdk-find-my
    • ✅ test-fw-nrfconnect-nrf-iot_mosh
    • ✅ test-fw-nrfconnect-nrf-iot_positioning
    • ✅ test-sdk-wifi
    • ✅ test-low-level
    • ✅ test-sdk-pmic-samples
    • ✅ test-sdk-mcuboot
    • ✅ test-sdk-dfu
    • ✅ test-fw-nrfconnect-ps
    • ✅ test-secdom-samples-public

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

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Apr 14, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@3ecc854 nrfconnect/sdk-zephyr@3475ff5 (v4.0.99-ncs1-branch) nrfconnect/[email protected]

All manifest checks OK

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

@github-actions
Copy link

You can find the documentation preview for this PR here.

Preview links for modified nRF Connect SDK documents:

https://ncsdoc.z6.web.core.windows.net/PR-21786/nrf/applications.html
https://ncsdoc.z6.web.core.windows.net/PR-21786/nrf/applications/hpf/gpio/README.html

@masz-nordic
Copy link
Contributor Author

Needs #21724 to pass CI

Change names sdp, nrfe and egpio to the new ones: hpf and hpf_gpio.

Signed-off-by: Magdalena Pastula <[email protected]>
Change names sdp, nrfe and egpio to the new ones: hpf and hpf_gpio.

Signed-off-by: Magdalena Pastula <[email protected]>
Change names sdp, nrfe and egpio to the new ones: hpf and hpf_gpio.

Signed-off-by: Magdalena Pastula <[email protected]>
Change names sdp, nrfe and egpio to the new ones: hpf and hpf_gpio.

Signed-off-by: Magdalena Pastula <[email protected]>
Change names sdp, nrfe and egpio to the new ones: hpf and hpf_gpio.

Signed-off-by: Magdalena Pastula <[email protected]>
Change names sdp, nrfe and egpio to the new ones: hpf and hpf_gpio.

Signed-off-by: Magdalena Pastula <[email protected]>
Change names sdp, nrfe and egpio to the new ones: hpf and hpf_gpio.

Signed-off-by: Magdalena Pastula <[email protected]>
Change names sdp, nrfe and egpio to the new ones: hpf and hpf_gpio.

Signed-off-by: Magdalena Pastula <[email protected]>
Change names sdp, nrfe and egpio to the new ones: hpf and hpf_gpio.

Signed-off-by: Magdalena Pastula <[email protected]>
Change names sdp, nrfe and egpio to the new ones: hpf and hpf_gpio.

Signed-off-by: Magdalena Pastula <[email protected]>
Update sdk-zephyr with renaming sdp to hpf.

Signed-off-by: Magdalena Pastula <[email protected]>
Signed-off-by: Carles Cufi <[email protected]>
@carlescufi carlescufi merged commit 55106e8 into nrfconnect:v3.0-branch Apr 15, 2025
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc-required PR must not be merged without tech writer approval. manifest manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants