Browse Source

openocd.texi is the authoratitive source for documentation. Wiki is dead.

git-svn-id: svn://svn.berlios.de/openocd/trunk@926 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.1.0
oharboe 15 years ago
parent
commit
20feb0431a
8 changed files with 8 additions and 8 deletions
  1. +1
    -1
      src/target/target/at91r40008.cfg
  2. +1
    -1
      src/target/target/lpc2294.cfg
  3. +1
    -1
      src/target/target/pic32mx.cfg
  4. +1
    -1
      src/target/target/sam7x256.cfg
  5. +1
    -1
      src/target/target/stm32.cfg
  6. +1
    -1
      src/target/target/stm32stick.cfg
  7. +1
    -1
      src/target/target/str710.cfg
  8. +1
    -1
      src/target/target/str912.cfg

+ 1
- 1
src/target/target/at91r40008.cfg View File

@@ -19,4 +19,4 @@ working_area 0 0x3C000 0x4000 nobackup
flash bank cfi 0x10000000 0x400000 2 2 0

# For more information about the configuration files, take a look at:
# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger
# openocd.texi

+ 1
- 1
src/target/target/lpc2294.cfg View File

@@ -17,4 +17,4 @@ working_area 0 0x40000000 0x4000 nobackup
flash bank lpc2000 0x0 0x40000 0 0 0 lpc2000_v1 14765 calc_checksum

# For more information about the configuration files, take a look at:
# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger
# openocd.texi

+ 1
- 1
src/target/target/pic32mx.cfg View File

@@ -19,4 +19,4 @@ working_area 0 0xa0000000 16384 nobackup
#flash bank stm32x 0 0 0 0 0

# For more information about the configuration files, take a look at:
# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger
# openocd.texi

+ 1
- 1
src/target/target/sam7x256.cfg View File

@@ -18,4 +18,4 @@ working_area 0 0x00200000 0x4000 nobackup
flash bank at91sam7 0 0 0 0 0

# For more information about the configuration files, take a look at:
# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger
# openocd.texi

+ 1
- 1
src/target/target/stm32.cfg View File

@@ -25,4 +25,4 @@ working_area 0 0x20000000 16384 nobackup
flash bank stm32x 0 0 0 0 0

# For more information about the configuration files, take a look at:
# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger
# openocd.texi

+ 1
- 1
src/target/target/stm32stick.cfg View File

@@ -26,4 +26,4 @@ working_area 0 0x20000000 16384 nobackup
flash bank stm32x 0 0 0 0 0

# For more information about the configuration files, take a look at:
# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger
# openocd.texi

+ 1
- 1
src/target/target/str710.cfg View File

@@ -29,4 +29,4 @@ flash bank str7x 0x40000000 0x00040000 0 0 0 STR71x
flash bank str7x 0x400C0000 0x00004000 0 0 0 STR71x

# For more information about the configuration files, take a look at:
# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger
# openocd.texi

+ 1
- 1
src/target/target/str912.cfg View File

@@ -47,4 +47,4 @@ flash bank str9x 0x00000000 0x00080000 0 0 0
flash bank str9x 0x00080000 0x00008000 0 0 0

# For more information about the configuration files, take a look at:
# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger
# openocd.texi

Loading…
Cancel
Save