-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Integrate nrfx 4.0.0 #99399
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
Draft
nika-nordic
wants to merge
107
commits into
zephyrproject-rtos:main
Choose a base branch
from
nika-nordic:integrate_nrfx_4_0_zephyrupstream
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Integrate nrfx 4.0.0 #99399
nika-nordic
wants to merge
107
commits into
zephyrproject-rtos:main
from
nika-nordic:integrate_nrfx_4_0_zephyrupstream
+3,161
−5,528
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
New nrfx release contains major rework of nrfx drivers instantiation making it easier to integrate with dts nodes. Signed-off-by: Nikodem Kastelik <[email protected]>
New nrfx major release is not compatible with older API versions. Signed-off-by: Nikodem Kastelik <[email protected]>
Align paths after introducing BSP. Signed-off-by: Magdalena Pastula <[email protected]>
Align paths after introducing BSP. Signed-off-by: Magdalena Pastula <[email protected]>
GPPI driver helper has been renamed. Some source files have been merged. Align buildsystem to these changes. Signed-off-by: Marcin Szymczyk <[email protected]>
Signed-off-by: Norbert Morawski <[email protected]>
Errata checkers had to be aligned. Signed-off-by: Norbert Morawski <[email protected]>
The anomaly will be handled as part of nrfx 4.0 Signed-off-by: Norbert Morawski <[email protected]>
Added usage of new API responsible for calculating I2S prescaler values. Signed-off-by: Michał Stasiak <[email protected]>
Remove platform dependencies to make dt-bindings more generic. Signed-off-by: Jakub Zymelka <[email protected]>
Switch saadc pin definitions for generic ones defined in nrf-saadc.h Signed-off-by: Jakub Zymelka <[email protected]>
Make the saadc driver more generic by including a generic header file for analog peripherals and removing platform dependencies. Signed-off-by: Jakub Zymelka <[email protected]>
Remove platform dependencies and replace the analog pin mapping method with the generic one from the (LP)COMP driver. Signed-off-by: Jakub Zymelka <[email protected]>
Added usage of new API responsible for calculating PDM prescaler values. Signed-off-by: Michał Stasiak <[email protected]>
Used API for standard instantiation and replaced nrfx_err_t error values with errno. Signed-off-by: Michał Stasiak <[email protected]>
Removed Kconfig symbols for each SPIM instance which are no longer needed. Signed-off-by: Michał Stasiak <[email protected]>
Changed error codes, driver instantiation and removed unnecessary symbols. Signed-off-by: Michał Stasiak <[email protected]>
Addded macro responsible for translating new errno error codes to strings. Signed-off-by: Michał Stasiak <[email protected]>
Used API for standard instantiation and replaced nrfx_err_t error values with errno. Signed-off-by: Michał Stasiak <[email protected]>
Removed Kconfig symbols for each SPIS instance which are no longer needed. Signed-off-by: Michał Stasiak <[email protected]>
Do not include MDK directly, instead include nrfx.h Signed-off-by: Marcin Szymczyk <[email protected]>
`nrfx_grtc_syscounter_get()` returns syscounter now. Signed-off-by: Marcin Szymczyk <[email protected]>
Added compatibility patch for nrfx HFCLK separation. Signed-off-by: Michal Frankiewicz <[email protected]>
Replace MDK symbols used in preprocessor #if statements for checking if a feature is present with dedicated _HAS_ macros defined in hal_nordic. Signed-off-by: Michał Bainczyk <[email protected]>
Remove I2S instances from Kconfig files. Signed-off-by: Jakub Zymelka <[email protected]>
Align SHIM to nrfx_i2s driver version without cb. Signed-off-by: Jakub Zymelka <[email protected]>
Remove PDM instances from Kconfig files. Signed-off-by: Jakub Zymelka <[email protected]>
Align SHIM to nrfx_pdm driver version without cb. Signed-off-by: Jakub Zymelka <[email protected]>
Removed Kconfig symbols for each QDEC instance which are no longer needed. Signed-off-by: Karol Lasończyk <[email protected]>
Used API for standard instantiation and replaced nrfx_err_t error values with errno. Signed-off-by: Karol Lasończyk <[email protected]>
Align to changes in nrfx 4.0. Signed-off-by: Adam Kondraciuk <[email protected]>
Updated nrfx_clock_* error codes. Signed-off-by: Michal Frankiewicz <[email protected]>
NRFX drivers now return errno codes, aligned driver. Signed-off-by: Michał Stasiak <[email protected]>
NRFX drivers now return errno codes, aligned driver. Signed-off-by: Michał Stasiak <[email protected]>
NRFX drivers now return errno codes, aligned driver. Signed-off-by: Michał Stasiak <[email protected]>
NRFX drivers now return errno codes, aligned driver. Signed-off-by: Michał Stasiak <[email protected]>
NRFX drivers now return errno codes, aligned driver. Signed-off-by: Michał Stasiak <[email protected]>
NRFX drivers now return errno codes, aligned driver. Signed-off-by: Michał Stasiak <[email protected]>
NRFX drivers now return errno codes, aligned driver. Signed-off-by: Michał Stasiak <[email protected]>
NRFX drivers now return errno codes, aligned driver. Signed-off-by: Michał Stasiak <[email protected]>
NRFX drivers now return errno codes, aligned driver. Signed-off-by: Michał Stasiak <[email protected]>
NRFX drivers now return errno codes, aligned driver. Signed-off-by: Michał Stasiak <[email protected]>
NRFX drivers now return errno codes, aligned driver. Signed-off-by: Michał Stasiak <[email protected]>
Since selectable per-instance configs are removed, allow selecting the general symbol for driver. Signed-off-by: Michał Stasiak <[email protected]>
Add nrfx HFCLKAUDIO, XO24 drivers to source files. Signed-off-by: Marcin Szymczyk <[email protected]>
Minor alignment and fix failing tests. Signed-off-by: Adam Kondraciuk <[email protected]>
Minor alignment and fix failing tests. Signed-off-by: Adam Kondraciuk <[email protected]>
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
DNM (manifest)
This PR should not be merged (controlled by action-manifest)
manifest
manifest-hal_nordic
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.



Integrate nrfx 4.0 and align all affected drivers, samples and tests.