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/LPC2148Test | |
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/LPC2148Test')
-rw-r--r-- | testing/examples/LPC2148Test/prj/lpc2148_jtagkey.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/examples/LPC2148Test/prj/lpc2148_jtagkey.cfg b/testing/examples/LPC2148Test/prj/lpc2148_jtagkey.cfg index d491d7d0..e6b1e9eb 100644 --- a/testing/examples/LPC2148Test/prj/lpc2148_jtagkey.cfg +++ b/testing/examples/LPC2148Test/prj/lpc2148_jtagkey.cfg @@ -27,8 +27,8 @@ target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdm #flash bank lpc2000 <base> <size> 0 0 <target#> <variant> flash bank lpc2000 0x0 0x7d000 0 0 0 lpc2000_v2 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 +# For more information about the configuration files, +# look at the OpenOCD User's Guide. init reset halt |