[nrf fromlist] NRF54H20 FLPR driver support#4098
Merged
Merged
Conversation
nordic-piks
reviewed
May 21, 2026
| extra_args: DTC_OVERLAY_FILE="boards/nrf54h20dk_nrf54h20_cpuapp_fast.overlay" | ||
| platform_allow: | ||
| - nrf54h20dk/nrf54h20/cpuapp | ||
| drivers.spi.spi_error_cases.nrf54h_flpr_fast: |
Contributor
There was a problem hiding this comment.
not needed at all.
stm is enabled at twister level for the whole flpr build/run
nordic-piks
reviewed
May 21, 2026
| - CONFIG_NRF_REGTOOL_VERBOSITY=2 | ||
| platform_allow: | ||
| - nrf54h20dk/nrf54h20/cpuapp | ||
| drivers.spi.nrf54h_flpr_fast_8mhz: |
Contributor
There was a problem hiding this comment.
No needed at all, stm is enabled at build/run level for the whole flpr testing.
nordic-piks
requested changes
May 21, 2026
Contributor
nordic-piks
left a comment
There was a problem hiding this comment.
Changes with STM are not needed
cfe76fc to
3925380
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
May 22, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#4098 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
3925380 to
4d797e5
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
May 25, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#4098 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
nordic-piks
approved these changes
May 25, 2026
4d797e5 to
cc0391e
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
May 25, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#4098 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
nika-nordic
approved these changes
May 26, 2026
cc0391e to
d51fdec
Compare
… core Enable the GPIO peripheral for the nRF54H20 FLPR core. Add the corresponding test overlays so that the tests run correctly under Twister for the FLPR core. Signed-off-by: Paweł Pelikan <pawel.pelikan@nordicsemi.no> (cherry picked from commit be316c0)
Enable the gpiote130 and gpio0 nodes needed to pass this twister test: tests/drivers/gpio/gpio_basic_api : drivers.gpio.2pin for this target : nrf54h20dk@0.9.0/nrf54h20/cpuflpr/xip Signed-off-by: Riadh Ghaddab <riadh.ghaddab@nordicsemi.no> (cherry picked from commit a96b242)
Disable GPIO interrupts for the nRF54H20 FLPR core, as it doesn't support GPIO interrupts by design. Signed-off-by: Paweł Pelikan <pawel.pelikan@nordicsemi.no> (cherry picked from commit b6216c9)
…LPR core Remove GPIOTE reference for the nRF54H20 FLPR core, to avoid unsupported dependency to interrupts. Signed-off-by: Paweł Pelikan <pawel.pelikan@nordicsemi.no> (cherry picked from commit e94f664)
Add corresponding test overlays so that the SPI tests run correctly under Twister for the FLPR core. Signed-off-by: Paweł Pelikan <pawel.pelikan@nordicsemi.no> Upstream PR #: 109472
d51fdec to
cb0b26c
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
May 28, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#4098 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
May 28, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#4098 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
rlubos
pushed a commit
to nrfconnect/sdk-nrf
that referenced
this pull request
May 28, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#4098 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
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
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.
include GPIO and SPIM driver tests for FLPR