-
Notifications
You must be signed in to change notification settings - Fork 675
[nrf fromtree] drivers: spi: Support spim23 and spis24 instances #2950
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
nordicjm
merged 2 commits into
nrfconnect:main
from
nordic-segl:NRFX-NONE_Add-spi23-spi24
Jun 18, 2025
Merged
[nrf fromtree] drivers: spi: Support spim23 and spis24 instances #2950
nordicjm
merged 2 commits into
nrfconnect:main
from
nordic-segl:NRFX-NONE_Add-spi23-spi24
Jun 18, 2025
+68
−0
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
nordic-segl
commented
Jun 11, 2025
nordic-segl
commented
Jun 11, 2025
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Jun 11, 2025
Include drivers: spi: Support spim23 and spis24 instances zephyrproject-rtos/zephyr#91434 nrfconnect/sdk-zephyr#2950 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
nordic-bami
approved these changes
Jun 11, 2025
mstasiaknordic
approved these changes
Jun 11, 2025
nordic-piks
approved these changes
Jun 11, 2025
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Jun 11, 2025
Include drivers: spi: Support spim23 and spis24 instances zephyrproject-rtos/zephyr#91434 nrfconnect/sdk-zephyr#2950 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
1 task
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Jun 11, 2025
Include drivers: spi: Support spim23 and spis24 instances zephyrproject-rtos/zephyr#91434 nrfconnect/sdk-zephyr#2950 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Jun 11, 2025
Include drivers: spi: Support spim23 and spis24 instances zephyrproject-rtos/zephyr#91434 nrfconnect/sdk-zephyr#2950 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Jun 12, 2025
Include drivers: spi: Support spim23 and spis24 instances zephyrproject-rtos/zephyr#91434 nrfconnect/sdk-zephyr#2950 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
61a1203
to
faba0be
Compare
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Jun 12, 2025
Include drivers: spi: Support spim23 and spis24 instances zephyrproject-rtos/zephyr#91434 nrfconnect/sdk-zephyr#2950 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Jun 12, 2025
Include drivers: spi: Support spim23 and spis24 instances zephyrproject-rtos/zephyr#91434 nrfconnect/sdk-zephyr#2950 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Jun 12, 2025
Include drivers: spi: Support spim23 and spis24 instances zephyrproject-rtos/zephyr#91434 nrfconnect/sdk-zephyr#2950 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
faba0be
to
8b80344
Compare
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Jun 16, 2025
Include drivers: spi: Support spim23 and spis24 instances zephyrproject-rtos/zephyr#91434 nrfconnect/sdk-zephyr#2950 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Jun 16, 2025
Include drivers: spi: Support spim23 and spis24 instances zephyrproject-rtos/zephyr#91434 nrfconnect/sdk-zephyr#2950 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
nordicjm
approved these changes
Jun 16, 2025
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Jun 16, 2025
Include drivers: spi: Support spim23 and spis24 instances zephyrproject-rtos/zephyr#91434 nrfconnect/sdk-zephyr#2950 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
3952439
to
6e0d57a
Compare
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Jun 17, 2025
Include drivers: spi: Support spim23 and spis24 instances zephyrproject-rtos/zephyr#91434 nrfconnect/sdk-zephyr#2950 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
Extend SPI driver with possibility to use - spim23, spim24, - spis23, spis24. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no> (cherry picked from commit c0a28ab561d18167c240a9f1d05a7eb90d843c93)
Add UARTE23 and UARTE24 missing Kconfig options and their translation to NRFX configuration macros. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no> (cherry picked from commit 2b4f64522e0dbc8b1114bfe8f26cbdc94e70d299)
6e0d57a
to
e917d6b
Compare
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Jun 18, 2025
Include drivers: spi: Support spim23 and spis24 instances zephyrproject-rtos/zephyr#91434 nrfconnect/sdk-zephyr#2950 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
|
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Jun 18, 2025
Include drivers: spi: Support spim23 and spis24 instances zephyrproject-rtos/zephyr#91434 nrfconnect/sdk-zephyr#2950 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
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.
Extend SPI driver with possibility to use
Upstream PR #: 91434
manifest-pr-skip