diff --git a/samples/peripheral/802154_phy_test/boards/nrf54h20dk_nrf54h20_cpurad.conf b/samples/peripheral/802154_phy_test/boards/nrf54h20dk_nrf54h20_cpurad.conf index a64d7ef71869..4cd34ebcc1a8 100644 --- a/samples/peripheral/802154_phy_test/boards/nrf54h20dk_nrf54h20_cpurad.conf +++ b/samples/peripheral/802154_phy_test/boards/nrf54h20dk_nrf54h20_cpurad.conf @@ -23,3 +23,5 @@ CONFIG_HEAP_MEM_POOL_SIZE=4096 # Enable application specific RPC operations CONFIG_APP_RPC=y + +CONFIG_CLOCK_CONTROL=y \ No newline at end of file diff --git a/west.yml b/west.yml index 797bad29c424..7a3de2ca6581 100644 --- a/west.yml +++ b/west.yml @@ -69,7 +69,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: f5efb381b8af563600f327c2273b117d0ef7f785 + revision: pull/2299/head import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above