This is an automated email from Gerrit. Marek Vasut ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4688
-- gerrit commit eabd474b9b16f5e721974e4bfdd16b528721a917 Author: Marek Vasut <[email protected]> Date: Fri Oct 5 22:48:13 2018 +0200 tcl/board: Add Renesas RZ/A1H GR-Peach board Add configuration for the Renesas RZ/A1H GR-Peach board, which is a cheap development kit for the RZ/A1H SoC. Change-Id: Icf01dccbcc5026467e37dfe79d327ec78cded648 Signed-off-by: Marek Vasut <[email protected]> diff --git a/tcl/board/renesas_gr_peach.cfg b/tcl/board/renesas_gr_peach.cfg new file mode 100644 index 0000000..ee6efe0 --- /dev/null +++ b/tcl/board/renesas_gr_peach.cfg @@ -0,0 +1,5 @@ +# Renesas RZ/A1H GR-Peach board + +reset_config srst_only + +source [find target/renesas_r7s72100.cfg] -- _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
