Skip to content

Conversation

@dhsu-nordic
Copy link
Contributor

Add nrf7120dk cpuapp support to nrfx gppi integration test.

@dhsu-nordic dhsu-nordic requested a review from a team as a code owner January 7, 2026 13:00
Copilot AI review requested due to automatic review settings January 7, 2026 13:00
@dhsu-nordic dhsu-nordic requested a review from a team as a code owner January 7, 2026 13:00
@NordicBuilder NordicBuilder added the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Jan 7, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds nRF7120 development kit support to the nrfx GPPI integration test sample, extending the Zephyr sample to verify compatibility with Nordic development kits.

  • Adds nrf7120dk/nrf7120/cpuapp platform configuration
  • Configures GPIO and GPIOTE peripherals for the nRF7120 platform
  • Sets up test harness to validate GPPI functionality

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
samples/zephyr/boards/nordic/nrfx/sample.yaml Defines test configuration for nRF7120 platform with console harness validation
samples/zephyr/boards/nordic/nrfx/prj.conf Configures base project settings including GPIO, logging, and NRFX_GPPI
samples/zephyr/boards/nordic/nrfx/boards/nrf7120dk_nrf7120_cpuapp.overlay Device tree overlay mapping GPIO pins and GPIOTE instance for nRF7120
samples/zephyr/boards/nordic/nrfx/boards/nrf7120dk_nrf7120_cpuapp.conf Board-specific configuration enabling GPIOTE20 driver
samples/zephyr/boards/nordic/nrfx/README.txt Documentation describing the sample's purpose and source location
samples/zephyr/boards/nordic/nrfx/Kconfig Sources the upstream Zephyr sample's Kconfig
samples/zephyr/boards/nordic/nrfx/CMakeLists.txt Build configuration sourcing main.c from Zephyr sample

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Jan 7, 2026

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 2269b7edbf8fb6627b2a01b823d7d37f6e2c0673

more details

sdk-nrf:

PR head: 2269b7edbf8fb6627b2a01b823d7d37f6e2c0673
merge base: 18ee80da084073dce0f905329288babbf089096d
target head (main): d6c88a74779647f151672a83b995215491d0df9a
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 (9)
CODEOWNERS
samples
│  ├── zephyr
│  │  ├── boards
│  │  │  ├── nordic
│  │  │  │  ├── nrfx
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── README.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf7120dk_nrf7120_cpuapp.conf
│  │  │  │  │  │  │ nrf7120dk_nrf7120_cpuapp.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  │ sample.yaml
scripts
│  ├── ci
│  │  │ tags.yaml

Outputs:

Toolchain

Version: f911d4f4e7
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:f911d4f4e7_5ea73affbf

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 1
  • ✅ Integration tests
    • ✅ test-low-level
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • desktop52_verification
    • test_ble_nrf_config
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_cloud
    • 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-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 Jan 7, 2026

You can find the documentation preview for this PR here.

@NordicBuilder NordicBuilder removed the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Jan 7, 2026
Copilot AI review requested due to automatic review settings January 7, 2026 13:43
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 8 out of 8 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@dhsu-nordic dhsu-nordic requested review from a team, nordicjm and rob-robinson-14 January 7, 2026 13:48
Add nrf7120dk cpuapp support to nrfx gppi integration test.

Signed-off-by: Dhanoo Surasarang <[email protected]>
@dhsu-nordic dhsu-nordic requested review from a team, PerMac and katgiadla as code owners January 8, 2026 13:36
@rlubos rlubos merged commit c307ebe into nrfconnect:main Jan 9, 2026
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants