-
Notifications
You must be signed in to change notification settings - Fork 636
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
SPI tests for nrf54h20dk and nrf54l15pdk #1598
Merged
Merged
Conversation
This file contains 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
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
nordic-krch
force-pushed
the
spi_tests_nrf54
branch
from
April 4, 2024 05:55
1a7d52b
to
82b06ae
Compare
nordic-krch
force-pushed
the
spi_tests_nrf54
branch
from
April 11, 2024 06:18
82b06ae
to
8b16462
Compare
I see that following PRs were merged in the Zephyr upstream: |
kl-cruz
approved these changes
Apr 17, 2024
nordic-segl
approved these changes
Apr 17, 2024
nordic-krch
force-pushed
the
spi_tests_nrf54
branch
from
April 19, 2024 07:00
8b16462
to
6e095b5
Compare
nordic-segl
approved these changes
Apr 19, 2024
Add support for upcomming SPIS instances. Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit c975910)
Add test which is using one SPI master and one SPI slave instance. There is already a loopback test for SPI master so this test is focusing on SPI slave API. Test requires 4 pairs of GPIO pins shortened together. One set of pins is used by SPI master and one for SPI slave. Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit 1cd7f51)
Iterate over all instances to get the information about extended feature support in SPIM driver. Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit 865c880)
Add rx-delay property to all SPI nodes. Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit 8acc6a9)
Add support for nrf54h20dk for the SPI loopback test. Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit 1e6a2a0)
Add configuration for nrf54h20dk to the test. Upstream PR: zephyrproject-rtos/zephyr#71677 Signed-off-by: Krzysztof Chruściński <[email protected]>
nordic-krch
force-pushed
the
spi_tests_nrf54
branch
from
April 19, 2024 09:13
6e095b5
to
2e7f37a
Compare
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.