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/4340
-- gerrit commit 143629bf01cd656c3dbd09e9f58e8f54bee8ded2 Author: Andreas Färber <[email protected]> Date: Sun Jan 14 23:52:01 2018 +0100 tcl/board: Add Infineon TLE9879 Evaluation Kit Add a config for debugging the TLE9879 via on-board J-Link. Tested using "J-Link Lite-XMC4200 Rev.1 compiled Apr 5 2017 11:59:07". Change-Id: I0146221d76ae9745f49303c10ca16ed351b7fcd8 Signed-off-by: Andreas Färber <[email protected]> diff --git a/tcl/board/infineon_tle9879.cfg b/tcl/board/infineon_tle9879.cfg new file mode 100644 index 0000000..f51e526 --- /dev/null +++ b/tcl/board/infineon_tle9879.cfg @@ -0,0 +1,14 @@ +# +# Infineon TLE9879 Evaluation Kit +# + +# +# Segger J-Link Lite XMC4200 on-board +# +source [find interface/jlink.cfg] +transport select swd + +# There's also an unpopulated 10-pin 0.05" pinout. + +set CHIPNAME tle9879 +source [find target/infineon/tle987x.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
