Skip to content
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

runners: jlink: Add support for big endian device #72694

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sigmundklaa
Copy link

Adds the --endian option, setting endianness for both the JLink and the GDB server.

Documented at:
https://wiki.segger.com/J-Link_Commander#LE
https://wiki.segger.com/J-Link_GDB_Server#-endian

@henrikbrixandersen
Copy link
Member

@sigmundklaa You need to fix your Git commit message:

1: UC2 Signed-off-by: must have a full name
Error: See https://docs.zephyrproject.org/latest/contribute/guidelines.html#commit-guidelines for more details

aba8cc45349f6249a74b1e926b0e8799582acbc9: author email (sigmundklaa sigmundklaa@outlook.com) does not follow the syntax: First Last .

Sets the endianness of the JLink and the GDB Server based on if
`CONFIG_BIG_ENDIAN` is set.

Doc on JLink LE/BE option:
https://wiki.segger.com/J-Link_Commander#LE

Doc on GDB server -endian option:
https://wiki.segger.com/J-Link_GDB_Server#-endian

Signed-off-by: Sigmund Klåpbakken <sigmundklaa@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: West West utility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants