diff --git a/tests/zephyr/drivers/clock_control/clock_control_api/Kconfig b/tests/zephyr/drivers/clock_control/clock_control_api/Kconfig new file mode 100644 index 000000000000..fd574a8b34ad --- /dev/null +++ b/tests/zephyr/drivers/clock_control/clock_control_api/Kconfig @@ -0,0 +1 @@ +source "tests/drivers/clock_control/clock_control_api/Kconfig" diff --git a/tests/zephyr/drivers/clock_control/clock_control_api/boards/nrf54lm20apdk_nrf54lm20a_cpuapp_0_0_0.conf b/tests/zephyr/drivers/clock_control/clock_control_api/boards/nrf54lm20apdk_nrf54lm20a_cpuapp_0_0_0.conf new file mode 100644 index 000000000000..11d42321cbc3 --- /dev/null +++ b/tests/zephyr/drivers/clock_control/clock_control_api/boards/nrf54lm20apdk_nrf54lm20a_cpuapp_0_0_0.conf @@ -0,0 +1 @@ +CONFIG_TEST_NRF_HF_STARTUP_TIME_US=1000 diff --git a/tests/zephyr/drivers/clock_control/clock_control_api/boards/nrf54lv10apdk_nrf54lv10a_cpuapp.conf b/tests/zephyr/drivers/clock_control/clock_control_api/boards/nrf54lv10apdk_nrf54lv10a_cpuapp.conf new file mode 100644 index 000000000000..11d42321cbc3 --- /dev/null +++ b/tests/zephyr/drivers/clock_control/clock_control_api/boards/nrf54lv10apdk_nrf54lv10a_cpuapp.conf @@ -0,0 +1 @@ +CONFIG_TEST_NRF_HF_STARTUP_TIME_US=1000 diff --git a/west.yml b/west.yml index c38c8c12a797..73148b7cab20 100644 --- a/west.yml +++ b/west.yml @@ -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: 4e9869f5f21c10202fe10ae5c500c16ad65dcbcf + revision: 0955031caffedc507a775a000d608419ad3dd25d import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above