commit | fc516ff6c6e73a9db9f2b723855300e81745e7e3 | [log] [tgz] |
---|---|---|
author | Andrzej Głąbek <andrzej.glabek@nordicsemi.no> | Thu Nov 12 16:20:45 2020 +0100 |
committer | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Fri Nov 13 09:53:31 2020 +0200 |
tree | 44f83c8481bb165724f92ac8ffcbc3bd732c30b9 | |
parent | 6221439fbd90ae4fb055885ba66765b0dc9d0968 [diff] |
boards: nrf5340dk_nrf5340: Fix arguments for jlink runners For the application core, the `--device` parameter specifies only the generic `cortex-m33`, so it is impossible for the debugger to flash the target. For the network core, the `--device` parameter is not present at all, so it is even impossible to run the `debug` command. This commit fixes the above issues by specifying the proper devices. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>