diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2010-01-26 18:09:27 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2010-01-26 18:13:10 -0800 |
commit | 30365886dab87f20c014d9ad1500c70edef48b00 (patch) | |
tree | fb94d852748c4c01c81dbeab31ff421eb14dddcc /testing/examples/SAM7S256Test/prj | |
parent | 9e52957efc93734f70295a489481f4f9f3944242 (diff) | |
download | openocd_libswd-30365886dab87f20c014d9ad1500c70edef48b00.tar.gz openocd_libswd-30365886dab87f20c014d9ad1500c70edef48b00.tar.bz2 openocd_libswd-30365886dab87f20c014d9ad1500c70edef48b00.tar.xz openocd_libswd-30365886dab87f20c014d9ad1500c70edef48b00.zip |
various: don't mention wiki
The openfacts.berlios wiki isn't particularly current, and isn't
publicly editable.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'testing/examples/SAM7S256Test/prj')
-rw-r--r-- | testing/examples/SAM7S256Test/prj/sam7s256_jtagkey.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/examples/SAM7S256Test/prj/sam7s256_jtagkey.cfg b/testing/examples/SAM7S256Test/prj/sam7s256_jtagkey.cfg index 4fd729e9..92c1e302 100644 --- a/testing/examples/SAM7S256Test/prj/sam7s256_jtagkey.cfg +++ b/testing/examples/SAM7S256Test/prj/sam7s256_jtagkey.cfg @@ -32,8 +32,8 @@ target_script 0 reset .\prj\sam7s256_reset.script #flash bank <driver> <base> <size> <chip_width> <bus_width> 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 +# For more information about the configuration files, +# look at the OpenOCD User's Guide. init reset halt |