config scripts: remove useless reference to OpenOCD docs
authorØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 11 Aug 2010 08:53:54 +0000 (10:53 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 11 Aug 2010 08:53:54 +0000 (10:53 +0200)
clutters config scripts.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
tcl/board/microchip_explorer16.cfg
tcl/board/str910-eval.cfg
tcl/target/at91sam7sx.cfg
tcl/target/lpc2294.cfg
tcl/target/mega128.cfg
tcl/target/pic32mx.cfg
tcl/target/sam7x256.cfg
tcl/target/stm32.cfg
tcl/target/str710.cfg
tcl/target/str912.cfg

index f5c4faab441d55b6987bb44d96a7ada148f332e5..7c036c665cb02c295bfa7ee511ba76a95a6fbcf0 100644 (file)
@@ -8,6 +8,3 @@ set CPUTAPID 0x30938053
 set WORKAREASIZE 32768
 
 source [find target/pic32mx.cfg]
-
-# For more information about the configuration files, take a look at:
-# openocd.texi
index 9e3f88108fb86a2a69493dabbf7452dfaf15ab31..38a1477cdac13429c2c6385c987aad99cc8012cf 100644 (file)
@@ -62,6 +62,3 @@ set _FLASHNAME $_CHIPNAME.flash0
 flash bank $_FLASHNAME str9x 0x00000000 0x00080000 0 0 0
 set _FLASHNAME $_CHIPNAME.flash1
 flash bank $_FLASHNAME str9x 0x00080000 0x00008000 0 0 0
-
-# For more information about the configuration files, take a look at:
-# openocd.texi
index f3cc88e99c9625e6bd73b08166c2d596f066ccc5..6cbd6b674146982dbb8b8f84de40c9e1765cbb82 100644 (file)
@@ -51,6 +51,3 @@ $_TARGETNAME configure -work-area-phys 0x00200000 -work-area-size 0x4000 -work-a
 #flash bank <driver> <base_addr> <size> <chip_width> <bus_width> <target_number> [<target_name> <banks> <sectors_per_bank> <pages_per_sector> <page_size> <num_nvmbits> <ext_freq_khz>]
 set _FLASHNAME $_CHIPNAME.flash
 flash bank $_FLASHNAME at91sam7 0 0 0 0 0 0 0 0 0 0 0 0 18432
-
-# For more information about the configuration files, take a look at:
-# openocd.texi
index 8ed6352cda52a1f9a2698b2b811b3539493a77c7..6f3417171f77abe354fddabfa45be8b88bc7f884 100644 (file)
@@ -28,6 +28,3 @@ $_TARGETNAME configure -work-area-phys 0x40000000 -work-area-size 0x4000 -work-a
 # flash bank <name> lpc2000 <base> <size> 0 0 <target#> <variant> <clock> [calc checksum]
 set _FLASHNAME $_CHIPNAME.flash
 flash bank $_FLASHNAME lpc2000 0x0 0x40000 0 0 $_TARGETNAME lpc2000_v1 14765 calc_checksum
-
-# For more information about the configuration files, take a look at:
-# openocd.texi
index bb7cdeefa61fd9d1bf0cfdbb9423eaca032b6679..212a26731dd54ef7b939aa7ca6295a2b8474cb53 100644 (file)
@@ -38,6 +38,3 @@ flash bank $_FLASHNAME avr 0 0 0 0 $_TARGETNAME
 #flash write_image E:/Versaloon/Software/CAMERAPROTOCOLAGENT.hex
 #reset run
 #shutdown
-#
-# For more information about the configuration files, take a look at:
-# openocd.texi
index 202668b88ae57a5ed317f9b9b9fbe104e54c66cc..efffd040b048bfc9b5d387b966832f623477390f 100644 (file)
@@ -78,6 +78,3 @@ flash bank $_FLASHNAME pic32mx 0x1d000000 0 0 0 $_TARGETNAME
 # add virtual banks for kseg0 and kseg1
 flash bank vbank2 virtual 0xbd000000 0 0 0 $_TARGETNAME $_FLASHNAME
 flash bank vbank3 virtual 0x9d000000 0 0 0 $_TARGETNAME $_FLASHNAME
-
-# For more information about the configuration files, take a look at:
-# openocd.texi
index 19145e5c528c6ddc9e0393570bdf0e69df97a5c3..dd364585feba5a7b407449600893608f646114db 100644 (file)
@@ -48,6 +48,3 @@ $_TARGETNAME configure -work-area-phys 0x00200000 -work-area-size 0x4000 -work-a
 #flash bank <driver> <base_addr> <size> <chip_width> <bus_width> <target_number> [<target_name> <banks> <sectors_per_bank> <pages_per_sector> <page_size> <num_nvmbits> <ext_freq_khz>]
 set _FLASHNAME $_CHIPNAME.flash
 flash bank $_FLASHNAME at91sam7 0 0 0 0 $_TARGETNAME 0 0 0 0 0 0 0 18432
-
-# For more information about the configuration files, take a look at:
-# openocd.texi
index a13dc3142f88136175e269c81969c1614483667f..fa59e351d57506445aa6e1cbc723068af8153ad1 100644 (file)
@@ -64,6 +64,3 @@ $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE
 
 set _FLASHNAME $_CHIPNAME.flash
 flash bank $_FLASHNAME stm32x 0 0 0 0 $_TARGETNAME
-
-# For more information about the configuration files, take a look at:
-# openocd.texi
index a5955b68c83d1857cd422bc7153383e8ab7fc659..0f61d4438dae228969c6613167e099668bc57a43 100644 (file)
@@ -51,6 +51,3 @@ set _FLASHNAME $_CHIPNAME.flash0
 flash bank $_FLASHNAME str7x 0x40000000 0x00040000 0 0 $_TARGETNAME STR71x
 set _FLASHNAME $_CHIPNAME.flash1
 flash bank $_FLASHNAME str7x 0x400C0000 0x00004000 0 0 $_TARGETNAME STR71x
-
-# For more information about the configuration files, take a look at:
-# openocd.texi
index a16c83a04e0acd9ff7057a92b7dd35e8d2fa9cf1..9b0a708308f4aa1ab18cf3a4a2c2aac33726aeb4 100644 (file)
@@ -67,6 +67,3 @@ set _FLASHNAME $_CHIPNAME.flash0
 flash bank $_FLASHNAME str9x 0x00000000 0x00080000 0 0 $_TARGETNAME
 set _FLASHNAME $_CHIPNAME.flash1
 flash bank $_FLASHNAME str9x 0x00080000 0x00008000 0 0 $_TARGETNAME
-
-# For more information about the configuration files, take a look at:
-# openocd.texi

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)