commit | 6f215526d702cb0544ee75789c2065e2eba15bfc | [log] [tgz] |
---|---|---|
author | Sigmund Klåpbakken <sigmundklaa@outlook.com> | Wed May 15 12:41:09 2024 +0200 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Fri Jun 14 15:37:46 2024 +0200 |
tree | 18b4d0bbd153579a888e1808c3dd6f9c079f1370 | |
parent | e98e4ed0672077d20cb5905e7bb297b27f01d98d [diff] |
runners: jlink: Add support for big endian device 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>