-
Notifications
You must be signed in to change notification settings - Fork 632
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
[nrf fromlist] tests: drivers: hwinfo: Add test for reset cause on nr… #2401
Open
nordic-segl
wants to merge
1
commit into
nrfconnect:main
Choose a base branch
from
nordic-segl:NRFX-6895_Test-hwinfo-reset-cause
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.
Open
[nrf fromlist] tests: drivers: hwinfo: Add test for reset cause on nr… #2401
nordic-segl
wants to merge
1
commit into
nrfconnect:main
from
nordic-segl:NRFX-6895_Test-hwinfo-reset-cause
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
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Dec 18, 2024
Include tests: drivers: hwinfo: Add test for reset cause on nrf54h20 nrfconnect/sdk-zephyr#2401 zephyrproject-rtos/zephyr#83126 Signed-off-by: Sebastian Głąb <[email protected]>
nordic-segl
force-pushed
the
NRFX-6895_Test-hwinfo-reset-cause
branch
2 times, most recently
from
December 18, 2024 09:31
5cfd10f
to
d65eae9
Compare
nordic-segl
requested review from
kl-cruz,
nordic-babu,
nordic-piks,
nordic-pikr and
nordic-bami
December 18, 2024 09:33
nordic-piks
approved these changes
Dec 18, 2024
nordic-segl
force-pushed
the
NRFX-6895_Test-hwinfo-reset-cause
branch
2 times, most recently
from
December 18, 2024 12:48
c53b9dc
to
ea11cfa
Compare
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Dec 18, 2024
Include tests: drivers: hwinfo: Add test for reset cause on nrf54h20 nrfconnect/sdk-zephyr#2401 zephyrproject-rtos/zephyr#83126 Signed-off-by: Sebastian Głąb <[email protected]>
nordic-segl
force-pushed
the
NRFX-6895_Test-hwinfo-reset-cause
branch
from
January 7, 2025 11:35
ea11cfa
to
fbe456e
Compare
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Jan 7, 2025
Include tests: drivers: hwinfo: Add test for reset cause on nrf54h20 nrfconnect/sdk-zephyr#2401 zephyrproject-rtos/zephyr#83126 Signed-off-by: Sebastian Głąb <[email protected]>
nordic-segl
force-pushed
the
NRFX-6895_Test-hwinfo-reset-cause
branch
3 times, most recently
from
January 8, 2025 13:06
5fba701
to
4e34cbd
Compare
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Jan 8, 2025
Include tests: drivers: hwinfo: Add test for reset cause on nrf54h20 nrfconnect/sdk-zephyr#2401 zephyrproject-rtos/zephyr#83126 Signed-off-by: Sebastian Głąb <[email protected]>
…f54* Add test that checks reset cause reported by HWINFO. Check that hwinfo_get_supported_reset_cause() returns expected value. Check that hwinfo_get_reset_cause() correctly detects: - RESET_PIN, - RESET_SOFTWARE, - RESET_WATCHDOG. Check that reset cause can be cleared with hwinfo_clear_reset_cause(). Upstream PR #: 83126 Signed-off-by: Sebastian Głąb <[email protected]>
nordic-segl
force-pushed
the
NRFX-6895_Test-hwinfo-reset-cause
branch
from
January 9, 2025 07:31
4e34cbd
to
5ee6499
Compare
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Jan 9, 2025
Include tests: drivers: hwinfo: Add test for reset cause on nrf54h20 nrfconnect/sdk-zephyr#2401 zephyrproject-rtos/zephyr#83126 Signed-off-by: Sebastian Głąb <[email protected]>
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.
…f54*
Add test that checks reset cause reported by HWINFO.
Check that hwinfo_get_supported_reset_cause() returns expected value.
Check that hwinfo_get_reset_cause() correctly detects:
Check that reset cause can be cleared
with hwinfo_clear_reset_cause().
Upstream PR #: 83126
manifest-pr-skip