diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-03-19 15:51:28 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-03-19 15:51:28 +0000 |
commit | af6d1db2fb42c7050c35db78f91608c3179790ea (patch) | |
tree | c41d51ff1f53c1150e30dbb259c085b5a6929438 /src | |
parent | 9f2a76e7b68696c41d6fa16ff77467be97fbdbed (diff) | |
download | openocd+libswd-af6d1db2fb42c7050c35db78f91608c3179790ea.tar.gz openocd+libswd-af6d1db2fb42c7050c35db78f91608c3179790ea.tar.bz2 openocd+libswd-af6d1db2fb42c7050c35db78f91608c3179790ea.tar.xz openocd+libswd-af6d1db2fb42c7050c35db78f91608c3179790ea.zip |
Thomas Kindler <mail+ocd@t-kindler.de> typos
git-svn-id: svn://svn.berlios.de/openocd/trunk@1418 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r-- | src/jtag/jtag.c | 6 | ||||
-rw-r--r-- | src/target/board/stm32f10x_128k_eval.cfg | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/jtag/jtag.c b/src/jtag/jtag.c index 72fe9898..0c892b29 100644 --- a/src/jtag/jtag.c +++ b/src/jtag/jtag.c @@ -2391,9 +2391,9 @@ int handle_jtag_device_command(struct command_context_s *cmd_ctx, char *cmd, cha args[0], args[1], args[2] ); - command_print( cmd_ctx, "Example: STM32 has 2 taps, the cortexM3(len4) + boundryscan(len5)"); - command_print( cmd_ctx, "jtag newtap stm32 cortexm3 ....., thus creating the tap: \"stm32.cortexm3\""); - command_print( cmd_ctx, "jtag newtap stm32 boundry ....., and the tap: \"stm32.boundery\""); + command_print( cmd_ctx, "Example: STM32 has 2 taps, the cortexM3(len4) + boundaryscan(len5)"); + command_print( cmd_ctx, "jtag newtap stm32 cortexm3 ....., thus creating the tap: \"stm32.cortexm3\""); + command_print( cmd_ctx, "jtag newtap stm32 boundary ....., and the tap: \"stm32.boundary\""); command_print( cmd_ctx, "And then refer to the taps by the dotted name."); newargs[0] = Jim_NewStringObj( interp, "jtag", -1 ); diff --git a/src/target/board/stm32f10x_128k_eval.cfg b/src/target/board/stm32f10x_128k_eval.cfg index 6835ece3..67772d27 100644 --- a/src/target/board/stm32f10x_128k_eval.cfg +++ b/src/target/board/stm32f10x_128k_eval.cfg @@ -1,4 +1,4 @@ -# This is an STM32 eval board with a single STM32F103ZET6 chip on it. +# This is an STM32 eval board with a single STM32F103VBT6 chip on it. # My test board has a "Rev1" tap id. set BSTAPID 0x16410041 |