-
Notifications
You must be signed in to change notification settings - Fork 18
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
trunner:implement new type of reboot #382
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
maska989
force-pushed
the
maska989/armv7a9_reset_via_jtag
branch
from
October 30, 2024 09:30
e133fef
to
1c03b92
Compare
nalajcie
reviewed
Oct 30, 2024
maska989
force-pushed
the
maska989/armv7a9_reset_via_jtag
branch
from
November 4, 2024 09:16
1c03b92
to
f6ac856
Compare
maska989
force-pushed
the
maska989/armv7a9_reset_via_jtag
branch
2 times, most recently
from
November 6, 2024 11:53
e3dfa0a
to
e4c1f64
Compare
damianloew
requested changes
Nov 14, 2024
nalajcie
reviewed
Nov 14, 2024
nalajcie
reviewed
Nov 14, 2024
nalajcie
reviewed
Nov 14, 2024
maska989
force-pushed
the
maska989/armv7a9_reset_via_jtag
branch
from
November 25, 2024 13:55
e4c1f64
to
15cb146
Compare
please add space ( |
maska989
force-pushed
the
maska989/armv7a9_reset_via_jtag
branch
2 times, most recently
from
November 26, 2024 13:06
06eab17
to
02b1301
Compare
nalajcie
reviewed
Nov 26, 2024
maska989
force-pushed
the
maska989/armv7a9_reset_via_jtag
branch
2 times, most recently
from
November 27, 2024 08:27
b5b17d5
to
d58820c
Compare
mateusz-bloch
requested changes
Nov 27, 2024
maska989
force-pushed
the
maska989/armv7a9_reset_via_jtag
branch
from
December 4, 2024 10:10
d58820c
to
6d423d2
Compare
mateusz-bloch
previously approved these changes
Dec 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, only few comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maska989
force-pushed
the
maska989/armv7a9_reset_via_jtag
branch
from
December 10, 2024 09:39
6d423d2
to
057e791
Compare
maska989
force-pushed
the
maska989/armv7a9_reset_via_jtag
branch
from
December 10, 2024 09:41
057e791
to
1600c89
Compare
damianloew
requested changes
Dec 10, 2024
maska989
force-pushed
the
maska989/armv7a9_reset_via_jtag
branch
2 times, most recently
from
December 10, 2024 14:56
bfd7e77
to
51846e5
Compare
damianloew
requested changes
Dec 11, 2024
maska989
force-pushed
the
maska989/armv7a9_reset_via_jtag
branch
2 times, most recently
from
December 11, 2024 13:44
f41fb32
to
32beddb
Compare
JIRA: CI-515
Introduced a new reboot method leveraging available debuggers (STLink v2 / SMT2) to minimize resets trough NRST & power off, which could have caused debugger failures. JIRA: CI-515
maska989
force-pushed
the
maska989/armv7a9_reset_via_jtag
branch
from
December 11, 2024 14:41
32beddb
to
3889696
Compare
damianloew
approved these changes
Dec 11, 2024
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.
Adds possibility to reset target using jtag standard
Description
Motivation and Context
Types of changes
How Has This Been Tested?
Checklist:
Special treatment