summaryrefslogtreecommitdiff
path: root/src/flash/str9x.c
diff options
context:
space:
mode:
authordrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-07-15 11:19:33 +0000
committerdrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-07-15 11:19:33 +0000
commit1429d2c659ab9b84dee673e7697da7eab44a8f90 (patch)
tree03230f43a7404b1e22f0ffdafb69e41196808b30 /src/flash/str9x.c
parent32c6d70f6acd41dd1af5ea73051dd6c8a46eac14 (diff)
downloadopenocd+libswd-1429d2c659ab9b84dee673e7697da7eab44a8f90.tar.gz
openocd+libswd-1429d2c659ab9b84dee673e7697da7eab44a8f90.tar.bz2
openocd+libswd-1429d2c659ab9b84dee673e7697da7eab44a8f90.tar.xz
openocd+libswd-1429d2c659ab9b84dee673e7697da7eab44a8f90.zip
- added support for Asix Presto JTAG interface (thanks to Pavel Chromy and Asix for making this addition possible)
- added support for usbprog (thanks to Benedikt Sauter) - make OpenOCD listen for WM_QUIT messages on windows (thanks to Pavel Chromy) - register at_exit handler to do necessary unregistering (thanks to Pavel Chromy) - added dummy ETM capture driver to allow ETM to be registered without a capture driver git-svn-id: svn://svn.berlios.de/openocd/trunk@180 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/flash/str9x.c')
-rw-r--r--src/flash/str9x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/str9x.c b/src/flash/str9x.c
index c07bc757..b47758d2 100644
--- a/src/flash/str9x.c
+++ b/src/flash/str9x.c
@@ -610,7 +610,7 @@ int str9x_handle_flash_config_command(struct command_context_s *cmd_ctx, char *c
if (argc < 4)
{
- command_print(cmd_ctx, "usage: str9x flash_config b0size b1size b0start b1start");
+ command_print(cmd_ctx, "usage: str9x flash_config <b0size> <b1size> <b0start> <b1start>");
return ERROR_OK;
}