Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: mpsl: List changes related to nRF54h20 SoC #20892

Merged
merged 1 commit into from
Mar 20, 2025
Merged
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
Expand Up @@ -795,7 +795,15 @@ Modem libraries
Multiprotocol Service Layer libraries
-------------------------------------

|no_changes_yet_note|
* Added:

* Integration with the nrf2 clock control driver for the nRF54H20 SoC.
* Integration with Zephyr's System Power Management for the nRF54H20 SoC.
* Global domain HSFLL120 320MHz frequency request if MPSL is enabled.
The high frequency in global domain is required to ensure that fetching instructions from L2-cache and MRAM is as fast as possible.
It is needed for the radio protocols to operate correctly.
* MRAM always-on request for scheduled radio events.
It is needed to avoid MRAM wake-up latency for radio protocols.

Libraries for networking
------------------------
Expand Down