aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2019-05-12 12:51:28 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2020-02-24 10:31:17 +0000
commit6bac2828b287e1d8d41f0239ffb21f5855b96896 (patch)
treef94c3d93799282fb12bb5fb5f5995aa303e43cc9
parent74634d177b6c9853d6d38144c8783ff10c1b2e9b (diff)
coding style: testing: remove empty lines at end of text files
Empty lines at end of text files are useless. Remove them. Change-Id: Id05a7bd944edccaa03ed9eb48599b2e262664cf0 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5169 Tested-by: jenkins
-rw-r--r--testing/build.test1/Makefile3
-rw-r--r--testing/build.test1/README.TXT1
-rw-r--r--testing/build.test1/mingw32_help/include/sys/cdefs.h1
-rw-r--r--testing/build.test2/README.txt1
-rw-r--r--testing/examples/AT91R40008Test/prj/ethernut3_ram.ld1
-rw-r--r--testing/examples/AT91R40008Test/src/crt.s4
-rw-r--r--testing/examples/LPC2148Test/prj/lpc2148_ram.ld1
-rw-r--r--testing/examples/LPC2148Test/prj/lpc2148_rom.ld1
-rw-r--r--testing/examples/LPC2148Test/src/crt.s4
-rw-r--r--testing/examples/LPC2294Test/prj/lpc2294_ram.ld1
-rw-r--r--testing/examples/LPC2294Test/prj/lpc2294_rom.ld1
-rw-r--r--testing/examples/LPC2294Test/src/crt.s4
-rw-r--r--testing/examples/SAM7S256Test/prj/sam7s256_ram.ld1
-rw-r--r--testing/examples/SAM7S256Test/prj/sam7s256_rom.ld1
-rw-r--r--testing/examples/SAM7S256Test/src/crt.s4
-rw-r--r--testing/examples/SAM7X256Test/prj/sam7x256_ram.ld1
-rw-r--r--testing/examples/SAM7X256Test/prj/sam7x256_rom.ld1
-rw-r--r--testing/examples/SAM7X256Test/src/crt.s4
-rw-r--r--testing/examples/STR710JtagSpeed/prj/eclipse_ft2232_ram.gdb7
-rw-r--r--testing/examples/STR710JtagSpeed/prj/str7_ram.ld1
-rw-r--r--testing/examples/STR710JtagSpeed/src/crt.s4
-rw-r--r--testing/examples/STR710Test/prj/hitex_str7_rom.ld1
-rw-r--r--testing/examples/STR710Test/prj/str710_program.script7
-rw-r--r--testing/examples/STR710Test/src/crt.s1
-rw-r--r--testing/examples/STR912Test/prj/eclipse_ram.gdb4
-rw-r--r--testing/examples/STR912Test/prj/eclipse_rom.gdb4
-rw-r--r--testing/examples/STR912Test/prj/str912_program.script7
-rw-r--r--testing/examples/STR912Test/prj/str912_ram.ld1
-rw-r--r--testing/examples/STR912Test/prj/str912_rom.ld1
-rw-r--r--testing/examples/ledtest-imx27ads/Makefile1
-rw-r--r--testing/examples/ledtest-imx27ads/crt0.S1
-rw-r--r--testing/examples/ledtest-imx27ads/gdbinit-imx27ads1
-rw-r--r--testing/examples/ledtest-imx27ads/test.c2
-rw-r--r--testing/examples/ledtest-imx31pdk/Makefile1
-rw-r--r--testing/examples/ledtest-imx31pdk/crt0.S1
-rw-r--r--testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk1
-rw-r--r--testing/examples/ledtest-imx31pdk/test.c2
-rw-r--r--testing/profile_stm32.txt1
-rw-r--r--testing/tcl_test.tcl3
39 files changed, 6 insertions, 81 deletions
diff --git a/testing/build.test1/Makefile b/testing/build.test1/Makefile
index 7271bf2c..02b75230 100644
--- a/testing/build.test1/Makefile
+++ b/testing/build.test1/Makefile
@@ -93,6 +93,3 @@ all.download:
linux.ftd2xx_installed \
linux.ft22232_libftdi \
linux.ftd2xx_installed.setup
-
-
-
diff --git a/testing/build.test1/README.TXT b/testing/build.test1/README.TXT
index c8244382..7f4d401e 100644
--- a/testing/build.test1/README.TXT
+++ b/testing/build.test1/README.TXT
@@ -36,4 +36,3 @@ Dec 26,2008
cd ~/work
make cygwin.buildtest
-
diff --git a/testing/build.test1/mingw32_help/include/sys/cdefs.h b/testing/build.test1/mingw32_help/include/sys/cdefs.h
index c401ce79..606205a5 100644
--- a/testing/build.test1/mingw32_help/include/sys/cdefs.h
+++ b/testing/build.test1/mingw32_help/include/sys/cdefs.h
@@ -20,4 +20,3 @@ details. */
#define __P(protos) protos /* full-blown ANSI C */
#define __CONCAT(__x,__y) __x##__y
#endif
-
diff --git a/testing/build.test2/README.txt b/testing/build.test2/README.txt
index d71c14b5..382105ef 100644
--- a/testing/build.test2/README.txt
+++ b/testing/build.test2/README.txt
@@ -56,4 +56,3 @@ For example - in cygwin, type this:
=======
**END**
=======
-
diff --git a/testing/examples/AT91R40008Test/prj/ethernut3_ram.ld b/testing/examples/AT91R40008Test/prj/ethernut3_ram.ld
index 604e7041..a5ae16eb 100644
--- a/testing/examples/AT91R40008Test/prj/ethernut3_ram.ld
+++ b/testing/examples/AT91R40008Test/prj/ethernut3_ram.ld
@@ -137,4 +137,3 @@ SECTIONS
}
/*** EOF ***/
-
diff --git a/testing/examples/AT91R40008Test/src/crt.s b/testing/examples/AT91R40008Test/src/crt.s
index 0b702611..bab4609a 100644
--- a/testing/examples/AT91R40008Test/src/crt.s
+++ b/testing/examples/AT91R40008Test/src/crt.s
@@ -167,6 +167,4 @@ FIQHandler:
.weak IRQHandler, FIQHandler
.ltorg
-/*** EOF ***/
-
-
+/*** EOF ***/
diff --git a/testing/examples/LPC2148Test/prj/lpc2148_ram.ld b/testing/examples/LPC2148Test/prj/lpc2148_ram.ld
index b7951342..3cbb616f 100644
--- a/testing/examples/LPC2148Test/prj/lpc2148_ram.ld
+++ b/testing/examples/LPC2148Test/prj/lpc2148_ram.ld
@@ -137,4 +137,3 @@ SECTIONS
}
/*** EOF ***/
-
diff --git a/testing/examples/LPC2148Test/prj/lpc2148_rom.ld b/testing/examples/LPC2148Test/prj/lpc2148_rom.ld
index 5844fffc..9cb12e4f 100644
--- a/testing/examples/LPC2148Test/prj/lpc2148_rom.ld
+++ b/testing/examples/LPC2148Test/prj/lpc2148_rom.ld
@@ -138,4 +138,3 @@ SECTIONS
}
/*** EOF ***/
-
diff --git a/testing/examples/LPC2148Test/src/crt.s b/testing/examples/LPC2148Test/src/crt.s
index 774f6b4a..6fd1d305 100644
--- a/testing/examples/LPC2148Test/src/crt.s
+++ b/testing/examples/LPC2148Test/src/crt.s
@@ -184,6 +184,4 @@ FIQHandler:
.weak IRQHandler, FIQHandler
.ltorg
-/*** EOF ***/
-
-
+/*** EOF ***/
diff --git a/testing/examples/LPC2294Test/prj/lpc2294_ram.ld b/testing/examples/LPC2294Test/prj/lpc2294_ram.ld
index 17eaedd8..bc4b9394 100644
--- a/testing/examples/LPC2294Test/prj/lpc2294_ram.ld
+++ b/testing/examples/LPC2294Test/prj/lpc2294_ram.ld
@@ -137,4 +137,3 @@ SECTIONS
}
/*** EOF ***/
-
diff --git a/testing/examples/LPC2294Test/prj/lpc2294_rom.ld b/testing/examples/LPC2294Test/prj/lpc2294_rom.ld
index 64a28f0c..ca71c28c 100644
--- a/testing/examples/LPC2294Test/prj/lpc2294_rom.ld
+++ b/testing/examples/LPC2294Test/prj/lpc2294_rom.ld
@@ -138,4 +138,3 @@ SECTIONS
}
/*** EOF ***/
-
diff --git a/testing/examples/LPC2294Test/src/crt.s b/testing/examples/LPC2294Test/src/crt.s
index ac17dcd5..8b24cc19 100644
--- a/testing/examples/LPC2294Test/src/crt.s
+++ b/testing/examples/LPC2294Test/src/crt.s
@@ -184,6 +184,4 @@ FIQHandler:
.weak IRQHandler, FIQHandler
.ltorg
-/*** EOF ***/
-
-
+/*** EOF ***/
diff --git a/testing/examples/SAM7S256Test/prj/sam7s256_ram.ld b/testing/examples/SAM7S256Test/prj/sam7s256_ram.ld
index 1b857c99..593e17ca 100644
--- a/testing/examples/SAM7S256Test/prj/sam7s256_ram.ld
+++ b/testing/examples/SAM7S256Test/prj/sam7s256_ram.ld
@@ -129,4 +129,3 @@ SECTIONS
}
/*** EOF ***/
-
diff --git a/testing/examples/SAM7S256Test/prj/sam7s256_rom.ld b/testing/examples/SAM7S256Test/prj/sam7s256_rom.ld
index b64854ac..b181023b 100644
--- a/testing/examples/SAM7S256Test/prj/sam7s256_rom.ld
+++ b/testing/examples/SAM7S256Test/prj/sam7s256_rom.ld
@@ -130,4 +130,3 @@ SECTIONS
}
/*** EOF ***/
-
diff --git a/testing/examples/SAM7S256Test/src/crt.s b/testing/examples/SAM7S256Test/src/crt.s
index 16e5865e..b0bae0d6 100644
--- a/testing/examples/SAM7S256Test/src/crt.s
+++ b/testing/examples/SAM7S256Test/src/crt.s
@@ -220,6 +220,4 @@ FIQHandler:
.weak IRQHandler, FIQHandler
.ltorg
-/*** EOF ***/
-
-
+/*** EOF ***/
diff --git a/testing/examples/SAM7X256Test/prj/sam7x256_ram.ld b/testing/examples/SAM7X256Test/prj/sam7x256_ram.ld
index 1b857c99..593e17ca 100644
--- a/testing/examples/SAM7X256Test/prj/sam7x256_ram.ld
+++ b/testing/examples/SAM7X256Test/prj/sam7x256_ram.ld
@@ -129,4 +129,3 @@ SECTIONS
}
/*** EOF ***/
-
diff --git a/testing/examples/SAM7X256Test/prj/sam7x256_rom.ld b/testing/examples/SAM7X256Test/prj/sam7x256_rom.ld
index b64854ac..b181023b 100644
--- a/testing/examples/SAM7X256Test/prj/sam7x256_rom.ld
+++ b/testing/examples/SAM7X256Test/prj/sam7x256_rom.ld
@@ -130,4 +130,3 @@ SECTIONS
}
/*** EOF ***/
-
diff --git a/testing/examples/SAM7X256Test/src/crt.s b/testing/examples/SAM7X256Test/src/crt.s
index 16e5865e..b0bae0d6 100644
--- a/testing/examples/SAM7X256Test/src/crt.s
+++ b/testing/examples/SAM7X256Test/src/crt.s
@@ -220,6 +220,4 @@ FIQHandler:
.weak IRQHandler, FIQHandler
.ltorg
-/*** EOF ***/
-
-
+/*** EOF ***/
diff --git a/testing/examples/STR710JtagSpeed/prj/eclipse_ft2232_ram.gdb b/testing/examples/STR710JtagSpeed/prj/eclipse_ft2232_ram.gdb
index 92f8e18e..9c48e357 100644
--- a/testing/examples/STR710JtagSpeed/prj/eclipse_ft2232_ram.gdb
+++ b/testing/examples/STR710JtagSpeed/prj/eclipse_ft2232_ram.gdb
@@ -24,10 +24,3 @@ monitor verify_ircapture disable
load
break main
continue
-
-
-
-
-
-
-
diff --git a/testing/examples/STR710JtagSpeed/prj/str7_ram.ld b/testing/examples/STR710JtagSpeed/prj/str7_ram.ld
index d760f262..ded9ab4b 100644
--- a/testing/examples/STR710JtagSpeed/prj/str7_ram.ld
+++ b/testing/examples/STR710JtagSpeed/prj/str7_ram.ld
@@ -137,4 +137,3 @@ SECTIONS
}
/*** EOF ***/
-
diff --git a/testing/examples/STR710JtagSpeed/src/crt.s b/testing/examples/STR710JtagSpeed/src/crt.s
index d1c238c7..c27d18e0 100644
--- a/testing/examples/STR710JtagSpeed/src/crt.s
+++ b/testing/examples/STR710JtagSpeed/src/crt.s
@@ -258,6 +258,4 @@ FIQHandler:
.weak IRQHandler, FIQHandler
.ltorg
-/*** EOF ***/
-
-
+/*** EOF ***/
diff --git a/testing/examples/STR710Test/prj/hitex_str7_rom.ld b/testing/examples/STR710Test/prj/hitex_str7_rom.ld
index 11ac4b62..329dbe01 100644
--- a/testing/examples/STR710Test/prj/hitex_str7_rom.ld
+++ b/testing/examples/STR710Test/prj/hitex_str7_rom.ld
@@ -256,4 +256,3 @@ SECTIONS
.debug_typenames 0 : { *(.debug_typenames) }
.debug_varnames 0 : { *(.debug_varnames) }
}
-
diff --git a/testing/examples/STR710Test/prj/str710_program.script b/testing/examples/STR710Test/prj/str710_program.script
index b268adf0..b1601b84 100644
--- a/testing/examples/STR710Test/prj/str710_program.script
+++ b/testing/examples/STR710Test/prj/str710_program.script
@@ -1,8 +1 @@
flash protect 0 0 7 off
-
-
-
-
-
-
-
diff --git a/testing/examples/STR710Test/src/crt.s b/testing/examples/STR710Test/src/crt.s
index c9db5f5e..0e7cd37d 100644
--- a/testing/examples/STR710Test/src/crt.s
+++ b/testing/examples/STR710Test/src/crt.s
@@ -296,4 +296,3 @@ FIQHandler:
.ltorg
/*** EOF ***/
-
diff --git a/testing/examples/STR912Test/prj/eclipse_ram.gdb b/testing/examples/STR912Test/prj/eclipse_ram.gdb
index 00a62d70..67def3c4 100644
--- a/testing/examples/STR912Test/prj/eclipse_ram.gdb
+++ b/testing/examples/STR912Test/prj/eclipse_ram.gdb
@@ -15,7 +15,3 @@ monitor mww 0x54000000 0xf
load
break main
continue
-
-
-
-
diff --git a/testing/examples/STR912Test/prj/eclipse_rom.gdb b/testing/examples/STR912Test/prj/eclipse_rom.gdb
index 58977cfc..35cbff8e 100644
--- a/testing/examples/STR912Test/prj/eclipse_rom.gdb
+++ b/testing/examples/STR912Test/prj/eclipse_rom.gdb
@@ -15,7 +15,3 @@ monitor mww 0x54000000 0xf
load
break main
continue
-
-
-
-
diff --git a/testing/examples/STR912Test/prj/str912_program.script b/testing/examples/STR912Test/prj/str912_program.script
index df0239b9..45ec8a7a 100644
--- a/testing/examples/STR912Test/prj/str912_program.script
+++ b/testing/examples/STR912Test/prj/str912_program.script
@@ -1,9 +1,2 @@
str9x flash_config 0 4 2 0 0x80000
flash protect 0 0 7 off
-
-
-
-
-
-
-
diff --git a/testing/examples/STR912Test/prj/str912_ram.ld b/testing/examples/STR912Test/prj/str912_ram.ld
index 269ada9b..9b9e731d 100644
--- a/testing/examples/STR912Test/prj/str912_ram.ld
+++ b/testing/examples/STR912Test/prj/str912_ram.ld
@@ -215,4 +215,3 @@ SECTIONS
.debug_typenames 0 : { *(.debug_typenames) }
.debug_varnames 0 : { *(.debug_varnames) }
}
-
diff --git a/testing/examples/STR912Test/prj/str912_rom.ld b/testing/examples/STR912Test/prj/str912_rom.ld
index 804149d2..aace268c 100644
--- a/testing/examples/STR912Test/prj/str912_rom.ld
+++ b/testing/examples/STR912Test/prj/str912_rom.ld
@@ -246,4 +246,3 @@ SECTIONS
.debug_typenames 0 : { *(.debug_typenames) }
.debug_varnames 0 : { *(.debug_varnames) }
}
-
diff --git a/testing/examples/ledtest-imx27ads/Makefile b/testing/examples/ledtest-imx27ads/Makefile
index 4009c41b..a1e0ba3a 100644
--- a/testing/examples/ledtest-imx27ads/Makefile
+++ b/testing/examples/ledtest-imx27ads/Makefile
@@ -39,4 +39,3 @@ dump_full:
clean:
-/bin/rm -f *.o *~ test.elf
-
diff --git a/testing/examples/ledtest-imx27ads/crt0.S b/testing/examples/ledtest-imx27ads/crt0.S
index d7498814..770982b3 100644
--- a/testing/examples/ledtest-imx27ads/crt0.S
+++ b/testing/examples/ledtest-imx27ads/crt0.S
@@ -44,4 +44,3 @@ _mainCRTStartup:
.word __bss_start__
.LC2:
.word __bss_end__
-
diff --git a/testing/examples/ledtest-imx27ads/gdbinit-imx27ads b/testing/examples/ledtest-imx27ads/gdbinit-imx27ads
index 4764bc73..88fc78a3 100644
--- a/testing/examples/ledtest-imx27ads/gdbinit-imx27ads
+++ b/testing/examples/ledtest-imx27ads/gdbinit-imx27ads
@@ -33,4 +33,3 @@ b main
# Run to the breakpoint.
c
-
diff --git a/testing/examples/ledtest-imx27ads/test.c b/testing/examples/ledtest-imx27ads/test.c
index a3dd5223..01dc284d 100644
--- a/testing/examples/ledtest-imx27ads/test.c
+++ b/testing/examples/ledtest-imx27ads/test.c
@@ -54,5 +54,3 @@ atexit()
{
while (1);
} /* ATEXIT */
-
-
diff --git a/testing/examples/ledtest-imx31pdk/Makefile b/testing/examples/ledtest-imx31pdk/Makefile
index 74e2fc23..1ca6a8d1 100644
--- a/testing/examples/ledtest-imx31pdk/Makefile
+++ b/testing/examples/ledtest-imx31pdk/Makefile
@@ -39,4 +39,3 @@ dump_full:
clean:
-/bin/rm -f *.o *~ test.elf
-
diff --git a/testing/examples/ledtest-imx31pdk/crt0.S b/testing/examples/ledtest-imx31pdk/crt0.S
index d7498814..770982b3 100644
--- a/testing/examples/ledtest-imx31pdk/crt0.S
+++ b/testing/examples/ledtest-imx31pdk/crt0.S
@@ -44,4 +44,3 @@ _mainCRTStartup:
.word __bss_start__
.LC2:
.word __bss_end__
-
diff --git a/testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk b/testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk
index 304a8d89..8374f5ac 100644
--- a/testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk
+++ b/testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk
@@ -33,4 +33,3 @@ b main
# Run to the breakpoint.
c
-
diff --git a/testing/examples/ledtest-imx31pdk/test.c b/testing/examples/ledtest-imx31pdk/test.c
index 4135f89c..a7e37b44 100644
--- a/testing/examples/ledtest-imx31pdk/test.c
+++ b/testing/examples/ledtest-imx31pdk/test.c
@@ -52,5 +52,3 @@ atexit()
{
while (1);
} /* ATEXIT */
-
-
diff --git a/testing/profile_stm32.txt b/testing/profile_stm32.txt
index a7e03b08..e0eb875a 100644
--- a/testing/profile_stm32.txt
+++ b/testing/profile_stm32.txt
@@ -49,4 +49,3 @@ step 114
mem 96
erase 1547
flash fill 15564
-
diff --git a/testing/tcl_test.tcl b/testing/tcl_test.tcl
index 476e1c21..3883dd96 100644
--- a/testing/tcl_test.tcl
+++ b/testing/tcl_test.tcl
@@ -60,6 +60,3 @@ puts "Running help on PC using data from OpenOCD"
global ocd_helptext
set ocd_helptext [get_help_text]
puts [pc_help]
-
-
-