This is an automated email from Gerrit. Jiri Kastner ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4303
-- gerrit commit 81a0c041575400a2bcc46d969121d9d4b130bc0d Author: Jiri Kastner <[email protected]> Date: Wed Nov 29 14:14:56 2017 +0100 config for ESSPRESSOBin from Globalscale Tech. Inc. version comes from print on pcb. there are various versions having different memory size and clocking. Change-Id: I77f536a9d2e901ebcef0a7dd0f205e5332b1d382 Signed-off-by: Jiri Kastner <[email protected]> diff --git a/tcl/board/gti-espressobin_v5.cfg b/tcl/board/gti-espressobin_v5.cfg new file mode 100644 index 0000000..05d552d --- /dev/null +++ b/tcl/board/gti-espressobin_v5.cfg @@ -0,0 +1,15 @@ +# config for ESPRESSOBin from +# Globalscale Technologies Inc. + +# tested with flyswatter +adapter_khz 10000 + +# srst is isolated through missing resistor +reset_config trst_only + +set CORES 2 + +set CTIS {0x80820000 0x80920000} + +source [find target/a37xx.cfg] + -- ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
