X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Fboard%2Fek-lm3s3748.cfg;h=36ecfcd321b802edea0388ab22e0f7ba6af25e68;hb=27473588a40604822dcbee1c1950d27fdf248fe9;hp=7613a0ad28f87800491ae7a7627e10cb77a9404e;hpb=ec297e4bf10f7d903d8b5fc3237a7c6bbfa6273d;p=openocd.git diff --git a/tcl/board/ek-lm3s3748.cfg b/tcl/board/ek-lm3s3748.cfg index 7613a0ad28..36ecfcd321 100644 --- a/tcl/board/ek-lm3s3748.cfg +++ b/tcl/board/ek-lm3s3748.cfg @@ -1,11 +1,14 @@ -# Stellaris lm3s3748 Evaluation Kit -# http://www.luminarymicro.com/products/lm3s3748_usb_h_d_evaluation_kits.html +# +# TI/Luminary Stellaris lm3s3748 Evaluation Kits +# +# http://www.ti.com/tool/ek-lm3s3748 +# # NOTE: using the on-board FT2232 JTAG/SWD/SWO interface is optional! -source [find interface/luminary.cfg] +# so is using it in JTAG mode, as done here. +source [find interface/ftdi/luminary.cfg] +# 20k working area +set WORKAREASIZE 0x4000 +set CHIPNAME lm3s3748 source [find target/stellaris.cfg] - -# Board has only srst -reset_config srst_only -