summaryrefslogtreecommitdiff
path: root/hw/bsp/mcx/debug.jlinkscript
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-07-18 15:13:58 +0700
committerhathach <[email protected]>2023-07-18 15:13:58 +0700
commitb56c4fe945ec61d13c3480fe7e2e44bb3424181a (patch)
tree09f7bd2116bce4533d21af09091abfa204fe5f6f /hw/bsp/mcx/debug.jlinkscript
parent0f53e746ffa21b6186809b2b896ddc74d38e9058 (diff)
parent6798e7e059d81268f04a3e206e6c4354b295dbf1 (diff)
Merge branch 'master' into renesas_ra_hs_rebased
Diffstat (limited to 'hw/bsp/mcx/debug.jlinkscript')
-rw-r--r--hw/bsp/mcx/debug.jlinkscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/bsp/mcx/debug.jlinkscript b/hw/bsp/mcx/debug.jlinkscript
new file mode 100644
index 000000000..fd8bcffef
--- /dev/null
+++ b/hw/bsp/mcx/debug.jlinkscript
@@ -0,0 +1,5 @@
+int SetupTarget(void) {
+ JLINK_ExecCommand("SetRTTSearchRanges 0x20000000 0x40000");
+
+ return 0;
+}