Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Copyright (c) 2026 Nordic Semiconductor ASA
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause

CONFIG_CLOCK_CONTROL=y

CONFIG_SAMPLE_CLOCK_FREQUENCY_HZ=256000000
2 changes: 1 addition & 1 deletion samples/zephyr/boards/nordic/clock_control/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tests:
platform_allow:
- nrf9251dk/nrf9251/cpuapp
extra_args:
- CONF_FILE="${ZEPHYR_BASE}/samples/boards/nordic/clock_control/configs/cpuapp_hsfll.conf"
- CONF_FILE="configs/nrf92_cpuapp_hsfll.conf"
- DTC_OVERLAY_FILE="${ZEPHYR_BASE}/samples/boards/nordic/clock_control/configs/cpuapp_hsfll.overlay"
nrf.extended.sample.boards.nrf.clock_control.global_hsfll:
platform_allow:
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: 608dbfd6068ad550045faafb29a48563e83e4013
revision: pull/4145/head
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down
Loading