Skip to content

Nrfx 9569 make nrf clock control soc agnostic#28851

Merged
rlubos merged 2 commits into
nrfconnect:mainfrom
nordic-segl:NRFX-9569_Make-nrf_clock_control-soc-agnostic
May 20, 2026
Merged

Nrfx 9569 make nrf clock control soc agnostic#28851
rlubos merged 2 commits into
nrfconnect:mainfrom
nordic-segl:NRFX-9569_Make-nrf_clock_control-soc-agnostic

Conversation

@nordic-segl
Copy link
Copy Markdown
Contributor

Copy the nrf_clock_control test from sdk-zephyr to sdk-nrf and enable it on nrf9251dk target.

@NordicBuilder
Copy link
Copy Markdown
Contributor

NordicBuilder commented May 19, 2026

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@a965c41 nrfconnect/sdk-zephyr@cea63b3 (main) nrfconnect/sdk-zephyr@a965c419..cea63b39

All manifest checks OK

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

@NordicBuilder
Copy link
Copy Markdown
Contributor

NordicBuilder commented May 19, 2026

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: c56cdb65fd9e39bf7560f249b4a33e7336cc114d
zephyr: PR head: cea63b3906540b754e4392f178b6edf73dd34251

more details

sdk-nrf:

PR head: c56cdb65fd9e39bf7560f249b4a33e7336cc114d
merge base: 33fea8d0bddb62042261ed39c660585c09eb8505
target head (main): 33fea8d0bddb62042261ed39c660585c09eb8505
Diff

zephyr:

PR head: cea63b3906540b754e4392f178b6edf73dd34251
merge base: a965c4190fa910792484ec8acffecec02bf862b7
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 (11)
scripts
│  │ quarantine.yaml
tests
│  ├── zephyr
│  │  ├── drivers
│  │  │  ├── clock_control
│  │  │  │  ├── nrf_clock_control
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── README.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf9251dk_nrf9251_cpuapp.conf
│  │  │  │  │  │  │ nrf9251dk_nrf9251_cpuapp.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  │ testcase.yaml
west.yml
zephyr
│  ├── tests
│  │  ├── drivers
│  │  │  ├── clock_control
│  │  │  │  ├── nrf_clock_control
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c

Outputs:

Toolchain

Version:
Build docker image:

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

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
    • ◻️ test-low-level
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-apps_nrfdesktop
    • 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_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

@nordic-segl nordic-segl force-pushed the NRFX-9569_Make-nrf_clock_control-soc-agnostic branch from ad81057 to 5f612a1 Compare May 19, 2026 07:26
@github-actions
Copy link
Copy Markdown

You can find the documentation preview for this PR here.

@nordic-segl nordic-segl force-pushed the NRFX-9569_Make-nrf_clock_control-soc-agnostic branch from 5f612a1 to 5479ae9 Compare May 19, 2026 08:39
@nordic-segl nordic-segl requested a review from a team as a code owner May 19, 2026 08:39
@github-actions
Copy link
Copy Markdown

Since quarantine was modified, please make sure you are following the process described in Quarantine Process.

@nordic-segl nordic-segl force-pushed the NRFX-9569_Make-nrf_clock_control-soc-agnostic branch from 5479ae9 to f825950 Compare May 20, 2026 11:47
…51dk

Copy the nrf_clock_control test from sdk-zephyr to sdk-nrf
and enable it on nrf9251dk target.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
Include
tests: drivers: clock_control: Move test configuration to Kconfig
nrfconnect/sdk-zephyr#4083
Upstream PR #: 109137

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
@nordic-segl nordic-segl force-pushed the NRFX-9569_Make-nrf_clock_control-soc-agnostic branch from f825950 to c56cdb6 Compare May 20, 2026 13:14
@NordicBuilder NordicBuilder removed the DNM label May 20, 2026
@rlubos rlubos merged commit 5cc167d into nrfconnect:main May 20, 2026
25 of 26 checks passed
@nordic-segl nordic-segl deleted the NRFX-9569_Make-nrf_clock_control-soc-agnostic branch May 20, 2026 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants