This is an automated email from Gerrit. Andreas Färber ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3852
-- gerrit commit f93819b46736cfb92302552b6b0e287e4fc0e061 Author: Andreas Färber <[email protected]> Date: Tue Nov 1 16:01:33 2016 +0100 tcl/board: Add Realtek Ameba RTL8195 config Tested with DAP firmware V10_2_3. Change-Id: I655062e0041db645a761ca4da30dde0a1e76cd97 Signed-off-by: Andreas Färber <[email protected]> diff --git a/tcl/board/realtek_ameba_rtl8195.cfg b/tcl/board/realtek_ameba_rtl8195.cfg new file mode 100644 index 0000000..f8815dd --- /dev/null +++ b/tcl/board/realtek_ameba_rtl8195.cfg @@ -0,0 +1,11 @@ +# +# Realtek Ameba RTL8195 board +# + +source [find interface/cmsis-dap.cfg] +transport select swd + +# There is also a JTAG solder option. + +set CHIPNAME rtl8195am +source [find target/rtl8195.cfg] -- ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today. http://sdm.link/xeonphi _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
