aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2019-05-12 12:26:46 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2020-02-24 10:30:53 +0000
commit9d5767b6b005e426f77460c42bafce157de74a25 (patch)
tree5310a5c72efb9b1bca129f2038450f48c7bce3be
parente7306d361b5d503cf27dfb3dc69298ddad495f88 (diff)
downloadriscv-openocd-9d5767b6b005e426f77460c42bafce157de74a25.zip
riscv-openocd-9d5767b6b005e426f77460c42bafce157de74a25.tar.gz
riscv-openocd-9d5767b6b005e426f77460c42bafce157de74a25.tar.bz2
coding style: add newline at end of text files
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
-rw-r--r--contrib/loaders/flash/at91sam7x/makefile2
-rw-r--r--tcl/board/hilscher_nxhx10.cfg2
-rw-r--r--tcl/board/iar_str912_sk.cfg2
-rw-r--r--tcl/board/twr-vf65gs10_cmsisdap.cfg2
-rw-r--r--tcl/interface/imx-native.cfg2
-rw-r--r--tcl/interface/openjtag.cfg2
-rw-r--r--tcl/target/c100config.tcl2
-rw-r--r--testing/examples/AT91R40008Test/makefile2
-rw-r--r--testing/examples/LPC2148Test/makefile2
-rw-r--r--testing/examples/LPC2148Test/prj/eclipse_ram.gdb2
-rw-r--r--testing/examples/LPC2148Test/prj/eclipse_rom.gdb2
-rw-r--r--testing/examples/LPC2294Test/makefile2
-rw-r--r--testing/examples/LPC2294Test/prj/eclipse_ram.gdb2
-rw-r--r--testing/examples/LPC2294Test/prj/eclipse_rom.gdb2
-rw-r--r--testing/examples/SAM7S256Test/makefile2
-rw-r--r--testing/examples/SAM7S256Test/results/607.html2
-rw-r--r--testing/examples/SAM7X256Test/makefile2
-rw-r--r--testing/examples/STM32-103/readme.txt2
-rw-r--r--testing/examples/STR710JtagSpeed/makefile2
-rw-r--r--testing/examples/STR710Test/makefile2
-rw-r--r--testing/examples/STR710Test/prj/eclipse_ram.gdb2
-rw-r--r--testing/examples/STR710Test/prj/eclipse_rom.gdb2
-rw-r--r--testing/examples/STR912Test/makefile2
-rw-r--r--testing/results/template.html2
-rwxr-xr-xtesting/results/v0.4.0-rc1/AT91FR40162.html2
-rwxr-xr-xtesting/results/v0.4.0-rc1/LPC2148.html2
-rwxr-xr-xtesting/results/v0.4.0-rc1/SAM7.html2
-rwxr-xr-xtesting/results/v0.4.0-rc1/STR710.html2
-rwxr-xr-xtesting/results/v0.4.0-rc1/STR912.html2
-rw-r--r--testing/testcases.html2
30 files changed, 30 insertions, 30 deletions
diff --git a/contrib/loaders/flash/at91sam7x/makefile b/contrib/loaders/flash/at91sam7x/makefile
index c3eaf12..3948297 100644
--- a/contrib/loaders/flash/at91sam7x/makefile
+++ b/contrib/loaders/flash/at91sam7x/makefile
@@ -127,4 +127,4 @@ clean:
#
#-include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
-# *** EOF *** \ No newline at end of file
+# *** EOF ***
diff --git a/tcl/board/hilscher_nxhx10.cfg b/tcl/board/hilscher_nxhx10.cfg
index 7ff9916..add424d 100644
--- a/tcl/board/hilscher_nxhx10.cfg
+++ b/tcl/board/hilscher_nxhx10.cfg
@@ -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
diff --git a/tcl/board/iar_str912_sk.cfg b/tcl/board/iar_str912_sk.cfg
index ba060a0..54f517b 100644
--- a/tcl/board/iar_str912_sk.cfg
+++ b/tcl/board/iar_str912_sk.cfg
@@ -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]
diff --git a/tcl/board/twr-vf65gs10_cmsisdap.cfg b/tcl/board/twr-vf65gs10_cmsisdap.cfg
index e8db754..ab4548f 100644
--- a/tcl/board/twr-vf65gs10_cmsisdap.cfg
+++ b/tcl/board/twr-vf65gs10_cmsisdap.cfg
@@ -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
diff --git a/tcl/interface/imx-native.cfg b/tcl/interface/imx-native.cfg
index d9bc7eb..9e1f38d 100644
--- a/tcl/interface/imx-native.cfg
+++ b/tcl/interface/imx-native.cfg
@@ -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
diff --git a/tcl/interface/openjtag.cfg b/tcl/interface/openjtag.cfg
index 7bd5325..9a5827b 100644
--- a/tcl/interface/openjtag.cfg
+++ b/tcl/interface/openjtag.cfg
@@ -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"
diff --git a/tcl/target/c100config.tcl b/tcl/target/c100config.tcl
index 52efa83..a72a2fa 100644
--- a/tcl/target/c100config.tcl
+++ b/tcl/target/c100config.tcl
@@ -409,4 +409,4 @@ proc flashUBOOT {file} {
putsUART0 "done.\n"
putsUART0 "Rebooting, please wait!\n"
reboot
-} \ No newline at end of file
+}
diff --git a/testing/examples/AT91R40008Test/makefile b/testing/examples/AT91R40008Test/makefile
index c57130a..24898a3 100644
--- a/testing/examples/AT91R40008Test/makefile
+++ b/testing/examples/AT91R40008Test/makefile
@@ -134,4 +134,4 @@ clean:
#
-include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
-# *** EOF *** \ No newline at end of file
+# *** EOF ***
diff --git a/testing/examples/LPC2148Test/makefile b/testing/examples/LPC2148Test/makefile
index 3a098c3..53f45f6 100644
--- a/testing/examples/LPC2148Test/makefile
+++ b/testing/examples/LPC2148Test/makefile
@@ -144,4 +144,4 @@ clean:
#
-include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
-# *** EOF *** \ No newline at end of file
+# *** EOF ***
diff --git a/testing/examples/LPC2148Test/prj/eclipse_ram.gdb b/testing/examples/LPC2148Test/prj/eclipse_ram.gdb
index 4f42312..ea0e21f 100644
--- a/testing/examples/LPC2148Test/prj/eclipse_ram.gdb
+++ b/testing/examples/LPC2148Test/prj/eclipse_ram.gdb
@@ -8,4 +8,4 @@ monitor mww 0xE01FC040 0x0002
monitor mdw 0xE01FC040
load
break main
-continue \ No newline at end of file
+continue
diff --git a/testing/examples/LPC2148Test/prj/eclipse_rom.gdb b/testing/examples/LPC2148Test/prj/eclipse_rom.gdb
index 8678005..3d372a0 100644
--- a/testing/examples/LPC2148Test/prj/eclipse_rom.gdb
+++ b/testing/examples/LPC2148Test/prj/eclipse_rom.gdb
@@ -8,4 +8,4 @@ monitor mww 0xE01FC040 0x0002
monitor mdw 0xE01FC040
load
break main
-continue \ No newline at end of file
+continue
diff --git a/testing/examples/LPC2294Test/makefile b/testing/examples/LPC2294Test/makefile
index 6af02fb..9ac7fe8 100644
--- a/testing/examples/LPC2294Test/makefile
+++ b/testing/examples/LPC2294Test/makefile
@@ -144,4 +144,4 @@ clean:
#
-include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
-# *** EOF *** \ No newline at end of file
+# *** EOF ***
diff --git a/testing/examples/LPC2294Test/prj/eclipse_ram.gdb b/testing/examples/LPC2294Test/prj/eclipse_ram.gdb
index 4f42312..ea0e21f 100644
--- a/testing/examples/LPC2294Test/prj/eclipse_ram.gdb
+++ b/testing/examples/LPC2294Test/prj/eclipse_ram.gdb
@@ -8,4 +8,4 @@ monitor mww 0xE01FC040 0x0002
monitor mdw 0xE01FC040
load
break main
-continue \ No newline at end of file
+continue
diff --git a/testing/examples/LPC2294Test/prj/eclipse_rom.gdb b/testing/examples/LPC2294Test/prj/eclipse_rom.gdb
index 8678005..3d372a0 100644
--- a/testing/examples/LPC2294Test/prj/eclipse_rom.gdb
+++ b/testing/examples/LPC2294Test/prj/eclipse_rom.gdb
@@ -8,4 +8,4 @@ monitor mww 0xE01FC040 0x0002
monitor mdw 0xE01FC040
load
break main
-continue \ No newline at end of file
+continue
diff --git a/testing/examples/SAM7S256Test/makefile b/testing/examples/SAM7S256Test/makefile
index 9e1e83f..dabe9a3 100644
--- a/testing/examples/SAM7S256Test/makefile
+++ b/testing/examples/SAM7S256Test/makefile
@@ -143,4 +143,4 @@ clean:
#
-include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
-# *** EOF *** \ No newline at end of file
+# *** EOF ***
diff --git a/testing/examples/SAM7S256Test/results/607.html b/testing/examples/SAM7S256Test/results/607.html
index 852c0ad..e097586 100644
--- a/testing/examples/SAM7S256Test/results/607.html
+++ b/testing/examples/SAM7S256Test/results/607.html
@@ -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>
diff --git a/testing/examples/SAM7X256Test/makefile b/testing/examples/SAM7X256Test/makefile
index 4ad44cf..4a5a730 100644
--- a/testing/examples/SAM7X256Test/makefile
+++ b/testing/examples/SAM7X256Test/makefile
@@ -143,4 +143,4 @@ clean:
#
-include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
-# *** EOF *** \ No newline at end of file
+# *** EOF ***
diff --git a/testing/examples/STM32-103/readme.txt b/testing/examples/STM32-103/readme.txt
index 39b080d..f41a03d 100644
--- a/testing/examples/STM32-103/readme.txt
+++ b/testing/examples/STM32-103/readme.txt
@@ -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
diff --git a/testing/examples/STR710JtagSpeed/makefile b/testing/examples/STR710JtagSpeed/makefile
index 816ab23..72be715 100644
--- a/testing/examples/STR710JtagSpeed/makefile
+++ b/testing/examples/STR710JtagSpeed/makefile
@@ -131,4 +131,4 @@ clean:
#
-include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
-# *** EOF *** \ No newline at end of file
+# *** EOF ***
diff --git a/testing/examples/STR710Test/makefile b/testing/examples/STR710Test/makefile
index 1450b73..adac243 100644
--- a/testing/examples/STR710Test/makefile
+++ b/testing/examples/STR710Test/makefile
@@ -143,4 +143,4 @@ clean:
#
-include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
-# *** EOF *** \ No newline at end of file
+# *** EOF ***
diff --git a/testing/examples/STR710Test/prj/eclipse_ram.gdb b/testing/examples/STR710Test/prj/eclipse_ram.gdb
index 511ed59..80efec4 100644
--- a/testing/examples/STR710Test/prj/eclipse_ram.gdb
+++ b/testing/examples/STR710Test/prj/eclipse_ram.gdb
@@ -8,4 +8,4 @@ monitor mww 0xA0000050 0x01c2
monitor mdw 0xA0000050
load
break main
-continue \ No newline at end of file
+continue
diff --git a/testing/examples/STR710Test/prj/eclipse_rom.gdb b/testing/examples/STR710Test/prj/eclipse_rom.gdb
index 9e2c370..d8eaf1e 100644
--- a/testing/examples/STR710Test/prj/eclipse_rom.gdb
+++ b/testing/examples/STR710Test/prj/eclipse_rom.gdb
@@ -8,4 +8,4 @@ monitor mww 0xA0000050 0x01c2
monitor mdw 0xA0000050
load
break main
-continue \ No newline at end of file
+continue
diff --git a/testing/examples/STR912Test/makefile b/testing/examples/STR912Test/makefile
index ee76857..6f8309e 100644
--- a/testing/examples/STR912Test/makefile
+++ b/testing/examples/STR912Test/makefile
@@ -143,4 +143,4 @@ clean:
#
-include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
-# *** EOF *** \ No newline at end of file
+# *** EOF ***
diff --git a/testing/results/template.html b/testing/results/template.html
index 286bf2e..ffc9bbf 100644
--- a/testing/results/template.html
+++ b/testing/results/template.html
@@ -15,4 +15,4 @@
</table>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/testing/results/v0.4.0-rc1/AT91FR40162.html b/testing/results/v0.4.0-rc1/AT91FR40162.html
index 0baa31e..8dcdf48 100755
--- a/testing/results/v0.4.0-rc1/AT91FR40162.html
+++ b/testing/results/v0.4.0-rc1/AT91FR40162.html
@@ -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>
diff --git a/testing/results/v0.4.0-rc1/LPC2148.html b/testing/results/v0.4.0-rc1/LPC2148.html
index 425b524..24d1011 100755
--- a/testing/results/v0.4.0-rc1/LPC2148.html
+++ b/testing/results/v0.4.0-rc1/LPC2148.html
@@ -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>
diff --git a/testing/results/v0.4.0-rc1/SAM7.html b/testing/results/v0.4.0-rc1/SAM7.html
index a400a47..9dcabf8 100755
--- a/testing/results/v0.4.0-rc1/SAM7.html
+++ b/testing/results/v0.4.0-rc1/SAM7.html
@@ -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>
diff --git a/testing/results/v0.4.0-rc1/STR710.html b/testing/results/v0.4.0-rc1/STR710.html
index 1a18ad0..075d549 100755
--- a/testing/results/v0.4.0-rc1/STR710.html
+++ b/testing/results/v0.4.0-rc1/STR710.html
@@ -904,4 +904,4 @@ The current source language is "auto; currently asm".<br>
</table>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/testing/results/v0.4.0-rc1/STR912.html b/testing/results/v0.4.0-rc1/STR912.html
index c8df034..e9be17b 100755
--- a/testing/results/v0.4.0-rc1/STR912.html
+++ b/testing/results/v0.4.0-rc1/STR912.html
@@ -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>
diff --git a/testing/testcases.html b/testing/testcases.html
index a151e9f..13b9e72 100644
--- a/testing/testcases.html
+++ b/testing/testcases.html
@@ -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>