review.openocd Code Review - openocd.git/rss - tcl/target/readme.txt history https://review.openocd.org/gitweb?p=openocd.git;a=history;f=tcl/target/readme.txt Open On-Chip Debugger en Gerrit gitweb-logo.png review.openocd Code Review - openocd.git/rss - tcl/target/readme.txt history https://review.openocd.org/gitweb?p=openocd.git;a=history;f=tcl/target/readme.txt Fri, 24 Jun 2022 21:53:35 +0000 Fri, 24 Jun 2022 21:53:35 +0000 gitweb v.2.30.2/2.30.2 tcl/target: add SPDX tag Antonio Borneo <borneo.antonio@gmail.com> Sun, 12 Jun 2022 21:42:27 +0000 https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff;h=e6505b04892ccacf75603c3d173616f5d92809e7 https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff;h=e6505b04892ccacf75603c3d173616f5d92809e7 tcl/target: add SPDX tag tcl/target: add SPDX tag For historical reasons, no license information was added to the tcl files. This makes trivial adding the SPDX tag through script: fgrep -rL SPDX tcl/ target| while read a;do \ sed -i '1{i# SPDX-License-Identifier: GPL-2.0-or-later\n }' $a;done With no specific license information from the author, let's extend the OpenOCD project license GPL-2.0-or-later to the files. Change-Id: I7b2610300b24cccd07bfa6fb5f1266970d5d3a1b Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7027 Tested-by: jenkins
  • [D] tcl/target/readme.txt
]]>
coding style: tcl: remove empty lines at end of text files Antonio Borneo <borneo.antonio@gmail.com> Sun, 12 May 2019 10:53:56 +0000 https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff;h=9e23c9ae3551dc14e15bdfe129fd9e03c6970f33 https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff;h=9e23c9ae3551dc14e15bdfe129fd9e03c6970f33 coding style: tcl: remove empty lines at end of text files coding style: tcl: remove empty lines at end of text files Empty lines at end of text files are useless. Remove them. Change-Id: I503cb0a96c7ccb132f4486c206a48831121d7abd Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5171 Tested-by: jenkins
  • [D] tcl/target/readme.txt
]]>
tcl: replace the deprecated commands with "adapter ..." Antonio Borneo <borneo.antonio@gmail.com> Fri, 23 Aug 2019 13:51:00 +0000 https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff;h=38ac08c1c25adf42cf20e48e10e6ddeab6a12d71 https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff;h=38ac08c1c25adf42cf20e48e10e6ddeab6a12d71 tcl: replace the deprecated commands with "adapter ..." tcl: replace the deprecated commands with "adapter ..." Avoid annoying "deprecated" messages while running the scripts distributed with OpenOCD code. Change automatically created with commands sed -i 's/adapter_khz/adapter speed/g' $(find tcl/ -type f) sed -i 's/adapter_nsrst_delay/adapter srst delay/g' $(find tcl/ -type f) sed -i 's/adapter_nsrst_assert_width/adapter srst pulse_width/g' $(find tcl/ -type f) Minor indentation issue fixed manually in tcl/board/at91sam9g20-ek.cfg tcl/target/at91sam9260_ext_RAM_ext_flash.cfg Change-Id: I425fd56c0c88cd6b06124621306eeb89166dfe71 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5284 Tested-by: jenkins Reviewed-by: Oleksij Rempel <linux@rempel-privat.de>
  • [D] tcl/target/readme.txt
]]>
rename jtag_khz as adapter_khz David Brownell <dbrownell@users.sourceforge.net> Mon, 15 Mar 2010 15:37:43 +0000 https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff;h=96f9790279f74f39b35fc3ad09340fd03123180c https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff;h=96f9790279f74f39b35fc3ad09340fd03123180c rename jtag_khz as adapter_khz rename jtag_khz as adapter_khz Globally rename "jtag_khz" as "adapter_khz", and move it out of the "jtag" command group ... it needs to be used with non-JTAG transports Includes a migration aid (in jtag/startup.tcl) so that old user scripts won't break. That aid should Sunset in about a year. (We may want to update it to include a nag message too.) Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
  • [D] tcl/target/readme.txt
]]>
Remove annoying end-of-line whitespace from tcl/* files dbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60> Mon, 21 Sep 2009 18:48:22 +0000 https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff;h=71af49ca7fb11b0bd0c1ba9578826f49288b68ef https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff;h=71af49ca7fb11b0bd0c1ba9578826f49288b68ef Remove annoying end-of-line whitespace from tcl/* files Remove annoying end-of-line whitespace from tcl/* files git-svn-id: svn://svn.berlios.de/openocd/trunk@2743 b42882b7-edfa-0310-969c-e2dbd0fdcd60
  • [D] tcl/target/readme.txt
]]>
Move TCL script files -- Step 2 of 2: zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> Wed, 27 May 2009 06:49:24 +0000 https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff;h=dbbc9c41f7db210b0a4e226540a28e0a8a5019bf https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff;h=dbbc9c41f7db210b0a4e226540a28e0a8a5019bf Move TCL script files -- Step 2 of 2: Move TCL script files -- Step 2 of 2: - Move src/tcl to tcl/. - Update top Makefile.am to use new path name. git-svn-id: svn://svn.berlios.de/openocd/trunk@1919 b42882b7-edfa-0310-969c-e2dbd0fdcd60
  • [D] tcl/target/readme.txt
]]>