-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Nrfx 8369 align paths to bsp #24471
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 11 commits into
nrfconnect:collab-nrfx-4.0
from
magp-nordic:NRFX-8369-align-paths-to-bsp
Sep 26, 2025
Merged
Nrfx 8369 align paths to bsp #24471
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
794dc1b
manifest: add development nrfx and change zephyr revision
mib1-nordic b1645e2
modules: hal_nordic: set NRFX_DIR to point to nrfx in development
mib1-nordic c3617d1
manifest: update sdk-zephyr to be aligned to BSP
magp-nordic 1890b75
modules: hal_nordic: nrfx: align MDK path to BSP
magp-nordic 445afde
manifest: update nrfx with fixes for NCS BSP alignment
magp-nordic 828c6f5
tests: drivers: nrfx_integration_test: remove selecting PRS BOX > 0
magp-nordic 9c2953f
lib: ram_pwrdn: replace deprecated NRF_POWER symbol
mstasiaknordic fa2fdb1
manifest: add group filter for nrfx
magp-nordic 37b841c
scripts: quarantine: add not passing tests to quarantine
magp-nordic f25664d
scripts: quarantine: add not passing thingy tests to quarantine
magp-nordic 6ddd688
scripts: quarantine: add failing nRF54LV10 event manager proxy test
magp-nordic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,3 +139,36 @@ | |
platforms: | ||
- [email protected]/nrf54h20/cpuapp | ||
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-35605" | ||
|
||
- scenarios: | ||
- applications.nrf_desktop.* | ||
platforms: | ||
- nrf52kbd/nrf52832 | ||
comment: "Needs alignment to new errata system in nrfx - NRFX-8421" | ||
|
||
- scenarios: | ||
- sample.bluetooth.mesh.light_ctrl | ||
platforms: | ||
- nrf52dk/nrf52832 | ||
comment: "Needs alignment to new errata system in nrfx - NRFX-8421" | ||
|
||
- scenarios: | ||
- sample.bluetooth.nrf_dm.timeslot | ||
platforms: | ||
- nrf52dk/nrf52832 | ||
comment: "Needs alignment to new errata system in nrfx - NRFX-8421" | ||
|
||
- scenarios: | ||
- sample.bluetooth.mesh.light_ctrl.emds | ||
platforms: | ||
- thingy53/nrf5340/cpuapp | ||
|
||
- scenarios: | ||
- applications.matter_weather_station.debug | ||
platforms: | ||
- thingy53/nrf5340/cpuapp | ||
|
||
- scenarios: | ||
- event_manager_proxy.icmsg.cpuflpr | ||
platforms: | ||
- nrf54lv10dk/nrf54lv10a/cpuapp |
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why ?
And also, never assume a given Zephyr module is placed relative to another, as a west manifest could define other location. Use the module name dir location.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tejlmand, this change is from #24454 PR, which this PR is based on. Generally, it is a temporary change and is needed only for the
collab-nrfx-4.0
branch, to change the nrfx directory to the internal one, which is fetched with west.If you have any more notes regarding those changes, please report them in #24454Changes from #24454 will be merged with this PR, so we can keep the conversation here.