Browse Source

config scripts: remove useless reference to OpenOCD docs

clutters config scripts.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
tags/v0.5.0-rc1
Øyvind Harboe 13 years ago
parent
commit
ba951aede3
10 changed files with 0 additions and 30 deletions
  1. +0
    -3
      tcl/board/microchip_explorer16.cfg
  2. +0
    -3
      tcl/board/str910-eval.cfg
  3. +0
    -3
      tcl/target/at91sam7sx.cfg
  4. +0
    -3
      tcl/target/lpc2294.cfg
  5. +0
    -3
      tcl/target/mega128.cfg
  6. +0
    -3
      tcl/target/pic32mx.cfg
  7. +0
    -3
      tcl/target/sam7x256.cfg
  8. +0
    -3
      tcl/target/stm32.cfg
  9. +0
    -3
      tcl/target/str710.cfg
  10. +0
    -3
      tcl/target/str912.cfg

+ 0
- 3
tcl/board/microchip_explorer16.cfg View 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

+ 0
- 3
tcl/board/str910-eval.cfg View 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

+ 0
- 3
tcl/target/at91sam7sx.cfg View 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

+ 0
- 3
tcl/target/lpc2294.cfg View 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

+ 0
- 3
tcl/target/mega128.cfg View 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

+ 0
- 3
tcl/target/pic32mx.cfg View 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

+ 0
- 3
tcl/target/sam7x256.cfg View 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

+ 0
- 3
tcl/target/stm32.cfg View 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

+ 0
- 3
tcl/target/str710.cfg View 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

+ 0
- 3
tcl/target/str912.cfg View 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

Loading…
Cancel
Save