-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
boards: arm: LPC55Sx6: Enable LinkServer and PyOCD runners. #63753
boards: arm: LPC55Sx6: Enable LinkServer and PyOCD runners. #63753
Conversation
Enable LinkerServer and PyOCD runners for LPC55Sx6 EVKs, where it is supported. It was tested on a real HW. Signed-off-by: Andrej Butok <[email protected]>
UP |
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.
This PR will change the default runner for these boards to be Linkserver. Please update the documentation for these boards to clarify that the default runner is now Linkserver- see the RT1170 documentation page for an example of how we document Linkserver usage: https://github.com/zephyrproject-rtos/zephyr/blob/main/boards/arm/mimxrt1170_evk/doc/index.rst#using-linkserver (note that on this board we will not need to set the runner to linkserver with -r
I was wrong- the linkserver debugger definition will not set itself as the default, so the board default here is still JLink
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.
Can you please update the board documentation for these boards to call out that Linkserver is now supported as a runner? You can look at the RT1170 doc page I linked for an example
@butok , this looks good. Can you please update the board documentation to indicate this support. |
It is needed to prove that LinkServer is mature enough.
If failed, to reformat/cancel this commit and to leave jlink as a default runner. |
Enable LinkerServer and PyOCD runners for LPC55Sx6 EVKs, where it is supported.
It was tested on a real HW.