This is an automated email from Gerrit.

J Evans (g...@novadsp.com) just uploaded a new patch set to Gerrit, which you 
can find at http://openocd.zylin.com/5159

-- gerrit

commit a03852d30f931cce6b598d2dae7311d25a502846
Author: g40 <g...@novadsp.com>
Date:   Wed May 8 13:56:16 2019 +0100

    tcl/board: Add support for Renesas GR-Peach
    
    mbed-compatible Renesas RZ/A1H
    
    Change-Id: I64d6bdee916057c55d0680fc915006bc5fc6101f
    Signed-off-by: g40 <g...@novadsp.com>

diff --git a/tcl/board/renesas-gr-peach.cfg b/tcl/board/renesas-gr-peach.cfg
new file mode 100644
index 0000000..d5c3cdc
--- /dev/null
+++ b/tcl/board/renesas-gr-peach.cfg
@@ -0,0 +1,20 @@
+# Renesas GR-PEACH(CMSIS-DAP)
+
+source [find interface/cmsis-dap.cfg]
+
+source [find target/swj-dp.tcl]
+
+set _CHIPNAME rza1
+swj_newdap $_CHIPNAME cpu -expected-id 0x3ba02477
+
+set _TARGETNAME $_CHIPNAME.cpu
+target create $_TARGETNAME cortex_a -chain-position $_TARGETNAME
+
+adapter_khz 1000
+reset_config trst_and_srst
+debug_level 0
+gdb_target_description enable
+gdb_breakpoint_override hard
+init
+halt
+cortex_a dbginit

-- 


_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to