Browse Source

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
jim
Antonio Borneo 4 years ago
parent
commit
6bac2828b2
39 changed files with 6 additions and 81 deletions
  1. +0
    -3
      testing/build.test1/Makefile
  2. +0
    -1
      testing/build.test1/README.TXT
  3. +0
    -1
      testing/build.test1/mingw32_help/include/sys/cdefs.h
  4. +0
    -1
      testing/build.test2/README.txt
  5. +0
    -1
      testing/examples/AT91R40008Test/prj/ethernut3_ram.ld
  6. +1
    -3
      testing/examples/AT91R40008Test/src/crt.s
  7. +0
    -1
      testing/examples/LPC2148Test/prj/lpc2148_ram.ld
  8. +0
    -1
      testing/examples/LPC2148Test/prj/lpc2148_rom.ld
  9. +1
    -3
      testing/examples/LPC2148Test/src/crt.s
  10. +0
    -1
      testing/examples/LPC2294Test/prj/lpc2294_ram.ld
  11. +0
    -1
      testing/examples/LPC2294Test/prj/lpc2294_rom.ld
  12. +1
    -3
      testing/examples/LPC2294Test/src/crt.s
  13. +0
    -1
      testing/examples/SAM7S256Test/prj/sam7s256_ram.ld
  14. +0
    -1
      testing/examples/SAM7S256Test/prj/sam7s256_rom.ld
  15. +1
    -3
      testing/examples/SAM7S256Test/src/crt.s
  16. +0
    -1
      testing/examples/SAM7X256Test/prj/sam7x256_ram.ld
  17. +0
    -1
      testing/examples/SAM7X256Test/prj/sam7x256_rom.ld
  18. +1
    -3
      testing/examples/SAM7X256Test/src/crt.s
  19. +0
    -7
      testing/examples/STR710JtagSpeed/prj/eclipse_ft2232_ram.gdb
  20. +0
    -1
      testing/examples/STR710JtagSpeed/prj/str7_ram.ld
  21. +1
    -3
      testing/examples/STR710JtagSpeed/src/crt.s
  22. +0
    -1
      testing/examples/STR710Test/prj/hitex_str7_rom.ld
  23. +0
    -7
      testing/examples/STR710Test/prj/str710_program.script
  24. +0
    -1
      testing/examples/STR710Test/src/crt.s
  25. +0
    -4
      testing/examples/STR912Test/prj/eclipse_ram.gdb
  26. +0
    -4
      testing/examples/STR912Test/prj/eclipse_rom.gdb
  27. +0
    -7
      testing/examples/STR912Test/prj/str912_program.script
  28. +0
    -1
      testing/examples/STR912Test/prj/str912_ram.ld
  29. +0
    -1
      testing/examples/STR912Test/prj/str912_rom.ld
  30. +0
    -1
      testing/examples/ledtest-imx27ads/Makefile
  31. +0
    -1
      testing/examples/ledtest-imx27ads/crt0.S
  32. +0
    -1
      testing/examples/ledtest-imx27ads/gdbinit-imx27ads
  33. +0
    -2
      testing/examples/ledtest-imx27ads/test.c
  34. +0
    -1
      testing/examples/ledtest-imx31pdk/Makefile
  35. +0
    -1
      testing/examples/ledtest-imx31pdk/crt0.S
  36. +0
    -1
      testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk
  37. +0
    -2
      testing/examples/ledtest-imx31pdk/test.c
  38. +0
    -1
      testing/profile_stm32.txt
  39. +0
    -3
      testing/tcl_test.tcl

+ 0
- 3
testing/build.test1/Makefile View File

@@ -93,6 +93,3 @@ all.download:
linux.ftd2xx_installed \
linux.ft22232_libftdi \
linux.ftd2xx_installed.setup




+ 0
- 1
testing/build.test1/README.TXT View File

@@ -36,4 +36,3 @@ Dec 26,2008

cd ~/work
make cygwin.buildtest


+ 0
- 1
testing/build.test1/mingw32_help/include/sys/cdefs.h View File

@@ -20,4 +20,3 @@ details. */
#define __P(protos) protos /* full-blown ANSI C */
#define __CONCAT(__x,__y) __x##__y
#endif


+ 0
- 1
testing/build.test2/README.txt View File

@@ -56,4 +56,3 @@ For example - in cygwin, type this:
=======
**END**
=======


+ 0
- 1
testing/examples/AT91R40008Test/prj/ethernut3_ram.ld View File

@@ -137,4 +137,3 @@ SECTIONS
}
/*** EOF ***/


+ 1
- 3
testing/examples/AT91R40008Test/src/crt.s View File

@@ -167,6 +167,4 @@ FIQHandler:
.weak IRQHandler, FIQHandler

.ltorg
/*** EOF ***/

/*** EOF ***/

+ 0
- 1
testing/examples/LPC2148Test/prj/lpc2148_ram.ld View File

@@ -137,4 +137,3 @@ SECTIONS
}
/*** EOF ***/


+ 0
- 1
testing/examples/LPC2148Test/prj/lpc2148_rom.ld View File

@@ -138,4 +138,3 @@ SECTIONS
}
/*** EOF ***/


+ 1
- 3
testing/examples/LPC2148Test/src/crt.s View File

@@ -184,6 +184,4 @@ FIQHandler:
.weak IRQHandler, FIQHandler

.ltorg
/*** EOF ***/

/*** EOF ***/

+ 0
- 1
testing/examples/LPC2294Test/prj/lpc2294_ram.ld View File

@@ -137,4 +137,3 @@ SECTIONS
}
/*** EOF ***/


+ 0
- 1
testing/examples/LPC2294Test/prj/lpc2294_rom.ld View File

@@ -138,4 +138,3 @@ SECTIONS
}
/*** EOF ***/


+ 1
- 3
testing/examples/LPC2294Test/src/crt.s View File

@@ -184,6 +184,4 @@ FIQHandler:
.weak IRQHandler, FIQHandler

.ltorg
/*** EOF ***/

/*** EOF ***/

+ 0
- 1
testing/examples/SAM7S256Test/prj/sam7s256_ram.ld View File

@@ -129,4 +129,3 @@ SECTIONS
}
/*** EOF ***/


+ 0
- 1
testing/examples/SAM7S256Test/prj/sam7s256_rom.ld View File

@@ -130,4 +130,3 @@ SECTIONS
}
/*** EOF ***/


+ 1
- 3
testing/examples/SAM7S256Test/src/crt.s View File

@@ -220,6 +220,4 @@ FIQHandler:
.weak IRQHandler, FIQHandler

.ltorg
/*** EOF ***/

/*** EOF ***/

+ 0
- 1
testing/examples/SAM7X256Test/prj/sam7x256_ram.ld View File

@@ -129,4 +129,3 @@ SECTIONS
}
/*** EOF ***/


+ 0
- 1
testing/examples/SAM7X256Test/prj/sam7x256_rom.ld View File

@@ -130,4 +130,3 @@ SECTIONS
}
/*** EOF ***/


+ 1
- 3
testing/examples/SAM7X256Test/src/crt.s View File

@@ -220,6 +220,4 @@ FIQHandler:
.weak IRQHandler, FIQHandler

.ltorg
/*** EOF ***/

/*** EOF ***/

+ 0
- 7
testing/examples/STR710JtagSpeed/prj/eclipse_ft2232_ram.gdb View File

@@ -24,10 +24,3 @@ monitor verify_ircapture disable
load
break main
continue








+ 0
- 1
testing/examples/STR710JtagSpeed/prj/str7_ram.ld View File

@@ -137,4 +137,3 @@ SECTIONS
}
/*** EOF ***/


+ 1
- 3
testing/examples/STR710JtagSpeed/src/crt.s View File

@@ -258,6 +258,4 @@ FIQHandler:
.weak IRQHandler, FIQHandler

.ltorg
/*** EOF ***/

/*** EOF ***/

+ 0
- 1
testing/examples/STR710Test/prj/hitex_str7_rom.ld View File

@@ -256,4 +256,3 @@ SECTIONS
.debug_typenames 0 : { *(.debug_typenames) }
.debug_varnames 0 : { *(.debug_varnames) }
}


+ 0
- 7
testing/examples/STR710Test/prj/str710_program.script View File

@@ -1,8 +1 @@
flash protect 0 0 7 off








+ 0
- 1
testing/examples/STR710Test/src/crt.s View File

@@ -296,4 +296,3 @@ FIQHandler:

.ltorg
/*** EOF ***/


+ 0
- 4
testing/examples/STR912Test/prj/eclipse_ram.gdb View File

@@ -15,7 +15,3 @@ monitor mww 0x54000000 0xf
load
break main
continue





+ 0
- 4
testing/examples/STR912Test/prj/eclipse_rom.gdb View File

@@ -15,7 +15,3 @@ monitor mww 0x54000000 0xf
load
break main
continue





+ 0
- 7
testing/examples/STR912Test/prj/str912_program.script View File

@@ -1,9 +1,2 @@
str9x flash_config 0 4 2 0 0x80000
flash protect 0 0 7 off








+ 0
- 1
testing/examples/STR912Test/prj/str912_ram.ld View File

@@ -215,4 +215,3 @@ SECTIONS
.debug_typenames 0 : { *(.debug_typenames) }
.debug_varnames 0 : { *(.debug_varnames) }
}


+ 0
- 1
testing/examples/STR912Test/prj/str912_rom.ld View File

@@ -246,4 +246,3 @@ SECTIONS
.debug_typenames 0 : { *(.debug_typenames) }
.debug_varnames 0 : { *(.debug_varnames) }
}


+ 0
- 1
testing/examples/ledtest-imx27ads/Makefile View File

@@ -39,4 +39,3 @@ dump_full:

clean:
-/bin/rm -f *.o *~ test.elf


+ 0
- 1
testing/examples/ledtest-imx27ads/crt0.S View File

@@ -44,4 +44,3 @@ _mainCRTStartup:
.word __bss_start__
.LC2:
.word __bss_end__


+ 0
- 1
testing/examples/ledtest-imx27ads/gdbinit-imx27ads View File

@@ -33,4 +33,3 @@ b main

# Run to the breakpoint.
c


+ 0
- 2
testing/examples/ledtest-imx27ads/test.c View File

@@ -54,5 +54,3 @@ atexit()
{
while (1);
} /* ATEXIT */



+ 0
- 1
testing/examples/ledtest-imx31pdk/Makefile View File

@@ -39,4 +39,3 @@ dump_full:

clean:
-/bin/rm -f *.o *~ test.elf


+ 0
- 1
testing/examples/ledtest-imx31pdk/crt0.S View File

@@ -44,4 +44,3 @@ _mainCRTStartup:
.word __bss_start__
.LC2:
.word __bss_end__


+ 0
- 1
testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk View File

@@ -33,4 +33,3 @@ b main

# Run to the breakpoint.
c


+ 0
- 2
testing/examples/ledtest-imx31pdk/test.c View File

@@ -52,5 +52,3 @@ atexit()
{
while (1);
} /* ATEXIT */



+ 0
- 1
testing/profile_stm32.txt View File

@@ -49,4 +49,3 @@ step 114
mem 96
erase 1547
flash fill 15564


+ 0
- 3
testing/tcl_test.tcl View File

@@ -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]




Loading…
Cancel
Save