-
Notifications
You must be signed in to change notification settings - Fork 735
soc: nordic: remove nRF52 Series anomaly 58 workaround #3301
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
Merged
masz-nordic
merged 8 commits into
nrfconnect:collab-nrfx-4.0
from
nomo-nordic:NRFX-8211
Oct 10, 2025
Merged
soc: nordic: remove nRF52 Series anomaly 58 workaround #3301
masz-nordic
merged 8 commits into
nrfconnect:collab-nrfx-4.0
from
nomo-nordic:NRFX-8211
Oct 10, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mstasiaknordic
approved these changes
Oct 1, 2025
magp-nordic
approved these changes
Oct 1, 2025
anangl
requested changes
Oct 2, 2025
…x 4.0 Upstream PR #: 96260 Signed-off-by: Norbert Morawski <[email protected]>
Upstream PR #: 96260 Signed-off-by: Norbert Morawski <[email protected]>
49a8091 to
4ee0420
Compare
The anomaly will be handled as part of nrfx 4.0 Upstream PR #: 96467 Signed-off-by: Norbert Morawski <[email protected]>
anangl
approved these changes
Oct 3, 2025
Requesting/releasing QDEC device may be ISR safe, but it cannot be reliably known whether managing its power domain is. Is is then assumed that if power domains are used, device is no longer ISR safe. This macro let's us check if we will be requesting/releasing power domains and determines PM device ISR safety value. Upstream PR #: 96402 Signed-off-by: Michał Stasiak <[email protected]>
…fety Requesting/releasing SPIM device may be ISR safe, but it cannot be reliably known whether managing its power domain is. Is is then assumed that if power domains are used, device is no longer ISR safe. This macro let's us check if we will be requesting/releasing power domains and determines PM device ISR safety value. Upstream PR #: 96402 Signed-off-by: Michał Stasiak <[email protected]>
…fety Requesting/releasing TWIM device may be ISR safe, but it cannot be reliably known whether managing its power domain is. Is is then assumed that if power domains are used, device is no longer ISR safe. This macro let's us check if we will be requesting/releasing power domains and determines PM device ISR safety value. Upstream PR #: 96402 Signed-off-by: Michał Stasiak <[email protected]>
…ading The NRFS GDPWR device driver requires NRFS which requires multithreading. Add dependency to Kconfig for the device driver to exclude it when building for single threaded apps like mcuboot. Signed-off-by: Bjarki Arge Andreasen <[email protected]> (cherry picked from commit 9a6dba9)
Contributor
|
Adding commits missing from main to fix failing tests |
Make sure operations are groupped when using ppr/xip and flpr/xip. Signed-off-by: Piotr Kosycarz <[email protected]> (cherry picked from commit e3a3fca)
3acc99b
into
nrfconnect:collab-nrfx-4.0
17 of 18 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.