]> git.sur5r.net Git - openocd/blobdiff - contrib/libdcc/example.c
tcl/target: ti_tms570.cfg restructure dap support
[openocd] / contrib / libdcc / example.c
index d456f3955125197db28300c7f5911c7d94883e94..99b7bf60244591f158659c5b373bcf9fea2023ab 100644 (file)
  *   GNU General Public License for more details.                          *
  *                                                                         *
  *   You should have received a copy of the GNU General Public License     *
- *   along with this program; if not, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
 #include "dcc_stdio.h"
 
 /* enable openocd debugmsg at the gdb prompt:
- * monitor target_request debugmsgs enable 
- * 
+ * monitor target_request debugmsgs enable
+ *
  * create a trace point:
  * monitor trace point 1
- * 
+ *
  * to show how often the trace point was hit:
  * monitor trace point
 */