Clock separation#25544
Conversation
|
You can find the documentation preview for this PR here. |
ktaborowski
left a comment
There was a problem hiding this comment.
lgtm (please fix build issues)
| int ret; | ||
|
|
||
| #if NRF_CLOCK_HAS_HFCLKAUDIO | ||
| ret = nrfx_clock_divider_set(NRF_CLOCK_DOMAIN_HFCLK, NRF_CLOCK_HFCLK_DIV_1); |
There was a problem hiding this comment.
I think this should be changed to nrfx_clock_hfclk_divider_set
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: c821f5ee274776b87c22ec579303f68894d5caf0 more detailssdk-nrf:
nrfxlib:
zephyr:
Github labels
List of changed files detected by CI (229)Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: c821f5ee274776b87c22ec579303f68894d5caf0 more detailssdk-nrf:
nrfxlib:
zephyr:
Github labels
List of changed files detected by CI (229)Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: c821f5ee274776b87c22ec579303f68894d5caf0 more detailssdk-nrf:
nrfxlib:
zephyr:
Github labels
List of changed files detected by CI (229)Outputs:ToolchainVersion: 911f4c5c26 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
Memory footprint analysis revealed the following potential issuesapplications.hpf.gpio.icmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 9384[B] - link (cc: @nrfconnect/ncs-ll-ursus) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-25544/149) |
|
Since quarantine was modified, please make sure you are following the process described in Quarantine Process. |
Updated west.yml to have zephyr clock separation code, nrfxlib and find-my bugfixes. Signed-off-by: Michal Frankiewicz <michal.frankiewicz@nordicsemi.no>
Added lfclk, xo and xo24m clocks to dts. Signed-off-by: Michal Frankiewicz <michal.frankiewicz@nordicsemi.no>
Fixed multiple devices with the same address warning for new boards and updated device lists for older boards. Signed-off-by: Michal Frankiewicz <michal.frankiewicz@nordicsemi.no>
Replaced old clock_control.h api with nrf_clock_control.h api. Old api is still available when CONFIG_CLOCK_CONTROL_NRF is set. Replaced nrfx_clock.h api calls with nrfx_clock_... calls. Signed-off-by: Michal Frankiewicz <michal.frankiewicz@nordicsemi.no>
test_sdk_mcuboot: PR-152