coding style: add newline at end of text files 67/5167/5
authorAntonio Borneo <borneo.antonio@gmail.com>
Sun, 12 May 2019 10:26:46 +0000 (12:26 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Mon, 24 Feb 2020 10:30:53 +0000 (10:30 +0000)
Some text file is missing newline at EOF.
Add it.

Change-Id: Ieebc790096f40961283c644642e56fde975e957f
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5167
Tested-by: jenkins
30 files changed:
contrib/loaders/flash/at91sam7x/makefile
tcl/board/hilscher_nxhx10.cfg
tcl/board/iar_str912_sk.cfg
tcl/board/twr-vf65gs10_cmsisdap.cfg
tcl/interface/imx-native.cfg
tcl/interface/openjtag.cfg
tcl/target/c100config.tcl
testing/examples/AT91R40008Test/makefile
testing/examples/LPC2148Test/makefile
testing/examples/LPC2148Test/prj/eclipse_ram.gdb
testing/examples/LPC2148Test/prj/eclipse_rom.gdb
testing/examples/LPC2294Test/makefile
testing/examples/LPC2294Test/prj/eclipse_ram.gdb
testing/examples/LPC2294Test/prj/eclipse_rom.gdb
testing/examples/SAM7S256Test/makefile
testing/examples/SAM7S256Test/results/607.html
testing/examples/SAM7X256Test/makefile
testing/examples/STM32-103/readme.txt
testing/examples/STR710JtagSpeed/makefile
testing/examples/STR710Test/makefile
testing/examples/STR710Test/prj/eclipse_ram.gdb
testing/examples/STR710Test/prj/eclipse_rom.gdb
testing/examples/STR912Test/makefile
testing/results/template.html
testing/results/v0.4.0-rc1/AT91FR40162.html
testing/results/v0.4.0-rc1/LPC2148.html
testing/results/v0.4.0-rc1/SAM7.html
testing/results/v0.4.0-rc1/STR710.html
testing/results/v0.4.0-rc1/STR912.html
testing/testcases.html

index c3eaf126be6c72b9b3f322c21c14e5041011b6ba..39482976ec189c386a1617fef54d74fdf49a5b6d 100644 (file)
@@ -127,4 +127,4 @@ clean:
 #
 #-include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
 
-# *** EOF ***
\ No newline at end of file
+# *** EOF ***
index 7ff99165a9007ee6ddf17858889226d7604866bc..add424d4ed91a4d4715a717acb125da17c68a7ed 100644 (file)
@@ -79,4 +79,4 @@ $_TARGETNAME configure -event reset-init {
 #flash bank parflash cfi 0xC0000000 0x01000000 2 2 $_TARGETNAME
 
 init
-reset init
\ No newline at end of file
+reset init
index ba060a046bcedf26307a5d597d932afe1ca18569..54f517b7388dd18525dd0b2fb90f27c4b662f308 100644 (file)
@@ -1,3 +1,3 @@
 # The IAR str912-sk evaluation kick start board has an str912
 
-source [find target/str912.cfg]
\ No newline at end of file
+source [find target/str912.cfg]
index e8db75491d5e5ba498b1d64fb5d5062b3c286d99..ab4548f99c5acde645fffc46b90db7b17a959e0c 100644 (file)
@@ -12,4 +12,4 @@ transport select swd
 source [find board/twr-vf65gs10.cfg]
 
 # override reset configuration
-reset_config srst_only
\ No newline at end of file
+reset_config srst_only
index d9bc7eb04d4cd2281ba1558781b19329f4941d8f..9e1f38d03a85975763dc7703d44552d23e713b4f 100644 (file)
@@ -32,4 +32,4 @@ imx_gpio_swd_nums 1 6
 # reset_config srst_only srst_push_pull
 
 # or if you have both connected,
-# reset_config trst_and_srst srst_push_pull
\ No newline at end of file
+# reset_config trst_and_srst srst_push_pull
index 7bd532545ac05738ffa699e1a8887db8d126b5fb..9a5827b147a6b190e842c3d2bcd15d4387d29edb 100644 (file)
@@ -5,4 +5,4 @@
 #
 
 adapter driver openjtag
-openjtag_device_desc "Open JTAG Project"
\ No newline at end of file
+openjtag_device_desc "Open JTAG Project"
index 52efa83c255b575671ae91448a1320adf0ebb331..a72a2fa844f3ce1509b1f2032d0bcfc581cbcc11 100644 (file)
@@ -409,4 +409,4 @@ proc flashUBOOT {file} {
     putsUART0 "done.\n"
     putsUART0 "Rebooting, please wait!\n"
     reboot
-}
\ No newline at end of file
+}
index c57130a7bf3c936644514cf1c65e786bb8605778..24898a3298db477e90927cee28d25a10ae09bd52 100644 (file)
@@ -134,4 +134,4 @@ clean:
 #
 -include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
 
-# *** EOF ***
\ No newline at end of file
+# *** EOF ***
index 3a098c33b723fe50a59d10d0fb85f371d6bef05f..53f45f668a6749a573eed753ab2ac11034292e77 100644 (file)
@@ -144,4 +144,4 @@ clean:
 #
 -include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
 
-# *** EOF ***
\ No newline at end of file
+# *** EOF ***
index 4f423124d8ad2f7f338e02a15f0ba793e8c7a214..ea0e21fc32d4444e9257936269d550d13ba09a97 100644 (file)
@@ -8,4 +8,4 @@ monitor mww 0xE01FC040 0x0002
 monitor mdw 0xE01FC040
 load
 break main
-continue
\ No newline at end of file
+continue
index 86780056d11e91e03e8909c392c3d635c3aca212..3d372a0596eb813587500e1102ab0fff7b4aae4c 100644 (file)
@@ -8,4 +8,4 @@ monitor mww 0xE01FC040 0x0002
 monitor mdw 0xE01FC040
 load
 break main
-continue
\ No newline at end of file
+continue
index 6af02fbe1a5e2942e4e7c6822805afee256c39fb..9ac7fe8673aeb1c58e4e3a8fb67cc2257c0a519d 100644 (file)
@@ -144,4 +144,4 @@ clean:
 #
 -include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
 
-# *** EOF ***
\ No newline at end of file
+# *** EOF ***
index 4f423124d8ad2f7f338e02a15f0ba793e8c7a214..ea0e21fc32d4444e9257936269d550d13ba09a97 100644 (file)
@@ -8,4 +8,4 @@ monitor mww 0xE01FC040 0x0002
 monitor mdw 0xE01FC040
 load
 break main
-continue
\ No newline at end of file
+continue
index 86780056d11e91e03e8909c392c3d635c3aca212..3d372a0596eb813587500e1102ab0fff7b4aae4c 100644 (file)
@@ -8,4 +8,4 @@ monitor mww 0xE01FC040 0x0002
 monitor mdw 0xE01FC040
 load
 break main
-continue
\ No newline at end of file
+continue
index 9e1e83f8e0dd9378a53591bba63735b9a23ad53d..dabe9a3d8c869814a14a0e6872c79476064ede82 100644 (file)
@@ -143,4 +143,4 @@ clean:
 #
 -include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
 
-# *** EOF ***
\ No newline at end of file
+# *** EOF ***
index 852c0ad670fe41382542ffaa3c90375163e41a68..e097586eefbc8fe38e7bd27fb2a5d9d90739cf7a 100644 (file)
@@ -695,4 +695,4 @@ Note: these tests are not designed to test/debug the target, but to test functio
 </table>
 
 </body>
-</html>
\ No newline at end of file
+</html>
index 4ad44cf0b5fae16f5303b5a19dffb7e589637cf6..4a5a730da0bd3559771e306940547e29bde44623 100644 (file)
@@ -143,4 +143,4 @@ clean:
 #
 -include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
 
-# *** EOF ***
\ No newline at end of file
+# *** EOF ***
index 39b080dd61a80e0564022191d66edf7fc57ed46c..f41a03df0a6dc6089fdaababe2bb14d87cb9604d 100644 (file)
@@ -3,4 +3,4 @@ Olimex STM32-p103 board.
 main.elf is a file that can be programmed to flash for
 testing purposes(e.g. test GDB load performance).
 
-http://www.olimex.com/dev/stm32-p103.html
\ No newline at end of file
+http://www.olimex.com/dev/stm32-p103.html
index 816ab233e8021f0e7cdee959b8c5bf1d996438f4..72be7159be18aea8ff2c41fc9ba6893c10d9e4b3 100644 (file)
@@ -131,4 +131,4 @@ clean:
 #
 -include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
 
-# *** EOF ***
\ No newline at end of file
+# *** EOF ***
index 1450b73d5d25a75d5fb1a86511eeee555c100842..adac2433a8e959c3e445586d13b689ad417a9048 100644 (file)
@@ -143,4 +143,4 @@ clean:
 #
 -include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
 
-# *** EOF ***
\ No newline at end of file
+# *** EOF ***
index 511ed59142dccfe11c2f9c991f891f3e244ed2d1..80efec42d9a21f34d7ef21e928265f45401fc56d 100644 (file)
@@ -8,4 +8,4 @@ monitor mww 0xA0000050 0x01c2
 monitor mdw 0xA0000050
 load
 break main
-continue
\ No newline at end of file
+continue
index 9e2c3700590204a785efd6abdd0f24c3c0b63a0a..d8eaf1e9f0d241ab57da4b1391cb1160d968b43b 100644 (file)
@@ -8,4 +8,4 @@ monitor mww 0xA0000050 0x01c2
 monitor mdw 0xA0000050
 load
 break main
-continue
\ No newline at end of file
+continue
index ee768579507f42c5abb41565fb7a12e73b8b681b..6f8309eab3763d1d163f3160fc191dabe88a23cd 100644 (file)
@@ -143,4 +143,4 @@ clean:
 #
 -include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
 
-# *** EOF ***
\ No newline at end of file
+# *** EOF ***
index 286bf2e3a36197c52da284fa1f92ba46ae328e7a..ffc9bbf1f1572b5bd0f865637749e01f15fedcd7 100644 (file)
@@ -15,4 +15,4 @@
        </table>
        </body>
 
-</html>
\ No newline at end of file
+</html>
index 0baa31e6b6861d4bd4934137d04dee7c716ffa6b..8dcdf487c7220fa36a5c9e6c9aa63bddde7e67cd 100755 (executable)
@@ -853,4 +853,4 @@ Note: these tests are not designed to test/debug the target, but to test functio
 </table>
 
 </body>
-</html>
\ No newline at end of file
+</html>
index 425b52484419c800a50a8794e6419cf3a1bb7d0d..24d101129fb7cdf9a6c60e6a7d21789f96ff7a9d 100755 (executable)
@@ -930,4 +930,4 @@ Note: these tests are not designed to test/debug the target, but to test functio
 </table>
 
 </body>
-</html>
\ No newline at end of file
+</html>
index a400a476f4dcd0a0cbee3001986aed3299a59096..9dcabf88ce6e782df65dfc358e8679e69dbf94a7 100755 (executable)
@@ -850,4 +850,4 @@ Note: these tests are not designed to test/debug the target, but to test functio
 </table>
 
 </body>
-</html>
\ No newline at end of file
+</html>
index 1a18ad0e687a5fb5e490eaec0d194458b15a6701..075d549e3a45b90278c77dade7229006633ac61c 100755 (executable)
@@ -904,4 +904,4 @@ The current source language is "auto; currently asm".<br>
 </table>
 
 </body>
-</html>
\ No newline at end of file
+</html>
index c8df03488f61a26e04a5e06659985d79cd15ccd7..e9be17b987fbcea9ef3f842f3b60fa5829be45c7 100755 (executable)
@@ -1005,4 +1005,4 @@ verified 420 bytes in 0.350000s (1.172 kb/s)<br>
 </table>
 
 </body>
-</html>
\ No newline at end of file
+</html>
index a151e9f68dd698c034d1b1f985c58bc5f67158df..13b9e72565d72c45ccac47eaf562e4720f37a66c 100644 (file)
@@ -563,4 +563,4 @@ Note: these tests are not designed to test/debug the target, but to test functio
 </table>
 
 </body>
-</html>
\ No newline at end of file
+</html>

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)