openocd.git
14 years agoImprove BUGS file wording and layout.
zwelch [Tue, 30 Jun 2009 05:34:44 +0000 (05:34 +0000)]
Improve BUGS file wording and layout.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2427 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoFix doxygen 'undocumented parameter' warnings in membuf.h.
zwelch [Tue, 30 Jun 2009 05:34:36 +0000 (05:34 +0000)]
Fix doxygen 'undocumented parameter' warnings in membuf.h.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2426 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoFix search and replace casualty in flash.h doxygen block.
zwelch [Tue, 30 Jun 2009 05:34:28 +0000 (05:34 +0000)]
Fix search and replace casualty in flash.h doxygen block.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2425 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoFix doxygen warning in jtag.h caused by a changed parameter name.
zwelch [Tue, 30 Jun 2009 05:34:21 +0000 (05:34 +0000)]
Fix doxygen warning in jtag.h caused by a changed parameter name.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2424 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoFix doxygen warnings in new at91sam3 source file; normalize style.
zwelch [Tue, 30 Jun 2009 05:34:07 +0000 (05:34 +0000)]
Fix doxygen warnings in new at91sam3 source file; normalize style.
Remove editor configuration from end of file.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2423 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoFix @file documentation blocks in new interfaces source files.
zwelch [Tue, 30 Jun 2009 05:33:57 +0000 (05:33 +0000)]
Fix @file documentation blocks in new interfaces source files.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2422 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoMake bug reporting output at program start-ups use fewer new lines:
zwelch [Tue, 30 Jun 2009 05:33:41 +0000 (05:33 +0000)]
Make bug reporting output at program start-ups use fewer new lines:
- Move repository URL output associate it with the version; they relate.
- 'openocd --version' output now appears much more terse, as expected.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2421 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoFix logger.pl script to avoid spurious empty line in some cases.
zwelch [Tue, 30 Jun 2009 05:33:17 +0000 (05:33 +0000)]
Fix logger.pl script to avoid spurious empty line in some cases.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2420 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoKevin Bortis <stm32@bortis.ch> fix worksize
oharboe [Mon, 29 Jun 2009 22:08:34 +0000 (22:08 +0000)]
Kevin Bortis <stm32@bortis.ch> fix worksize

git-svn-id: svn://svn.berlios.de/openocd/trunk@2419 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoDavid Brownell <david-b@pacbell.net>:
zwelch [Mon, 29 Jun 2009 20:04:21 +0000 (20:04 +0000)]
David Brownell <david-b@pacbell.net>:

Minor bugfix ... previous version was tested *with* ICEpick active.
The "-disable" can swap with "-enable"; but not with an empty string.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2418 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoDavid Brownell <david-b@pacbell.net>:
zwelch [Mon, 29 Jun 2009 20:04:14 +0000 (20:04 +0000)]
David Brownell <david-b@pacbell.net>:

Remove some bogus warnings during server startup for ARM926ejs
targets that were already halted for debug ... e.g. started up
a freshly built instance.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2417 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoDavid Brownell <david-b@pacbell.net>:
zwelch [Mon, 29 Jun 2009 20:04:08 +0000 (20:04 +0000)]
David Brownell <david-b@pacbell.net>:

Improve the PXA255 target config:  move all that board-specific
setup to the pxa255_sst board.cfg, to which it evidently belongs
(it's the only PXA255 board now included).

Provide the PXA255 JTAG id from Intel docs, and add a comment
about how this chip is now EOL'd (last orders taken).

Note that I still can't get my old PXA255 board to work.  There's
something broken in the reset sequence, which is preventing the
TAP from coming up at all.  Old mailing list posts suggest this
is a longstanding bug...

git-svn-id: svn://svn.berlios.de/openocd/trunk@2416 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoDavid Brownell <david-b@pacbell.net>:
zwelch [Mon, 29 Jun 2009 20:03:59 +0000 (20:03 +0000)]
David Brownell <david-b@pacbell.net>:

Warn when people (or scripts) use numeric identifiers for TAPs,
instead of dotted.name values.  We want this usage to go away,
so that for example adding more TAPs doesn't cause config scripts
to break because some sequence number changed.

It's been deprecated since late 2008, but putting a warning on
this should help us remove it (say, in June 2010) by helping to
phase out old (ab)usage in config scripts.

Other than in various config files, the only code expecting such
a number was the almost unused str9xpec driver.  This code was
changed to use the TAP it was passed, instead of making its own
dubious lookup and ignoring that TAP.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2415 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoDavid Brownell <david-b@pacbell.net>:
zwelch [Mon, 29 Jun 2009 20:03:52 +0000 (20:03 +0000)]
David Brownell <david-b@pacbell.net>:

Minor fixup to the User's Guide, primarily related to the
handful of commands defined in "startup.tcl"; "help" was
not previously documented.

Also, be more consistent about "Config Command" definitions
(and to be explicit about that doc convention).

git-svn-id: svn://svn.berlios.de/openocd/trunk@2414 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoMove JTAG interface list to new files.
zwelch [Mon, 29 Jun 2009 00:00:50 +0000 (00:00 +0000)]
Move JTAG interface list to new files.
- Adds new source files to encapsulate static/dynamic module handling.
- Further work should implement the jtag_interface_modules_load routine,
  to populate the jtag_interfaces list from shared libraries in a path.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2413 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoDavid Brownell <david-b@pacbell.net> various missing commands
oharboe [Sun, 28 Jun 2009 18:46:51 +0000 (18:46 +0000)]
David Brownell <david-b@pacbell.net> various missing commands

git-svn-id: svn://svn.berlios.de/openocd/trunk@2412 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoRemove extra newline from debug log message
duane [Sun, 28 Jun 2009 03:09:15 +0000 (03:09 +0000)]
Remove extra newline from debug log message

git-svn-id: svn://svn.berlios.de/openocd/trunk@2411 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoA bit more log detail about connections comming and going
duane [Sun, 28 Jun 2009 02:54:19 +0000 (02:54 +0000)]
A bit more log detail about connections comming and going

git-svn-id: svn://svn.berlios.de/openocd/trunk@2410 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoRefactor code, create target_state_name()
duane [Sun, 28 Jun 2009 02:40:08 +0000 (02:40 +0000)]
Refactor code, create target_state_name()

git-svn-id: svn://svn.berlios.de/openocd/trunk@2409 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoAdd Breakpoint/Watchpoint unique ID to help debug hardware debug register leakage
duane [Sat, 27 Jun 2009 17:25:07 +0000 (17:25 +0000)]
Add Breakpoint/Watchpoint unique ID to help debug hardware debug register leakage

git-svn-id: svn://svn.berlios.de/openocd/trunk@2408 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoChange from alloca() to malloc()
duane [Sat, 27 Jun 2009 16:51:41 +0000 (16:51 +0000)]
Change from alloca() to malloc()

git-svn-id: svn://svn.berlios.de/openocd/trunk@2407 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoSwitch to strotk() grr....
duane [Sat, 27 Jun 2009 16:44:35 +0000 (16:44 +0000)]
Switch to strotk() grr....

git-svn-id: svn://svn.berlios.de/openocd/trunk@2406 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agozy1000 rev C work
oharboe [Fri, 26 Jun 2009 12:57:56 +0000 (12:57 +0000)]
zy1000 rev C work

git-svn-id: svn://svn.berlios.de/openocd/trunk@2405 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoDavid Brownell <david-b@pacbell.net> Add a short chapter on boundary scan support...
oharboe [Fri, 26 Jun 2009 07:30:21 +0000 (07:30 +0000)]
David Brownell <david-b@pacbell.net> Add a short chapter on boundary scan support, which currently
just documents the SVF and XSVF commands.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2404 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- fix issue when using gdb_port cmd
ntfreak [Thu, 25 Jun 2009 15:11:57 +0000 (15:11 +0000)]
- fix issue when using gdb_port cmd
- bug introduced in r2240

git-svn-id: svn://svn.berlios.de/openocd/trunk@2403 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoOleksandr Tymoshenko <gonzo@bluezbox.com> simple watchpoint support
oharboe [Thu, 25 Jun 2009 12:18:07 +0000 (12:18 +0000)]
Oleksandr Tymoshenko <gonzo@bluezbox.com> simple watchpoint support
for MIPS32/EJTAG (no value comparation yet).

git-svn-id: svn://svn.berlios.de/openocd/trunk@2402 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoFixes from Oleksandr Tymoshenko "gonzo@bluezbox.com"
duane [Thu, 25 Jun 2009 00:12:40 +0000 (00:12 +0000)]
Fixes from Oleksandr Tymoshenko "gonzo@bluezbox.com"

git-svn-id: svn://svn.berlios.de/openocd/trunk@2401 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoDavid Brownell <david-b@pacbell.net> Fix formatting bug in at91sam7 doc added with...
oharboe [Wed, 24 Jun 2009 16:56:11 +0000 (16:56 +0000)]
David Brownell <david-b@pacbell.net> Fix formatting bug in at91sam7 doc added with the at91sam3 support;
and some formatting issues with sam7 and stm32 keyword params.

Tweak at91sam3 docs.  Remove ninth nibble from flash bank addresses,
clarify "at91sam3 show" variants and that the flash bank layout is
not needed as a parameter (unlike with sam7); formatting fixes.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2400 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoMinor fixes to new at91sam3 files for x86-32/64 compilation problems.
zwelch [Wed, 24 Jun 2009 09:38:28 +0000 (09:38 +0000)]
Minor fixes to new at91sam3 files for x86-32/64 compilation problems.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2399 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoRemove whitespace at end of lines, step 2.
zwelch [Wed, 24 Jun 2009 09:38:21 +0000 (09:38 +0000)]
Remove whitespace at end of lines, step 2.
- Replace '\s*$' with ''.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2398 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Replace '){' with ') {'.
zwelch [Wed, 24 Jun 2009 09:38:15 +0000 (09:38 +0000)]
- Replace '){' with ') {'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2397 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoRemove whitespace that occurs before ')'.
zwelch [Wed, 24 Jun 2009 09:38:08 +0000 (09:38 +0000)]
Remove whitespace that occurs before ')'.
- Replace '[ \t]*[)]' with ')'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2396 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoRemove whitespace that occurs after '('.
zwelch [Wed, 24 Jun 2009 09:38:01 +0000 (09:38 +0000)]
Remove whitespace that occurs after '('.
- Replace '([ \t]*' with '('.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2395 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Fixes '[<>]' whitespace
zwelch [Wed, 24 Jun 2009 09:37:56 +0000 (09:37 +0000)]
- Fixes '[<>]' whitespace
- Replace '\(\w\)\([<>]\)\(\w\)' with '\1 \2 \3'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2394 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Fixes '[|]' whitespace
zwelch [Wed, 24 Jun 2009 09:37:50 +0000 (09:37 +0000)]
- Fixes '[|]' whitespace
- Replace '\(\w\)\([|]\)\(\w\)' with '\1 \2 \3'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2393 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Fixes '+' whitespace
zwelch [Wed, 24 Jun 2009 09:37:44 +0000 (09:37 +0000)]
- Fixes '+' whitespace
- Replace '\(\w\)\(+\)\(\w\)' with '\1 \2 \3'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2392 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Fixes '=' whitespace
zwelch [Wed, 24 Jun 2009 09:37:37 +0000 (09:37 +0000)]
- Fixes '=' whitespace
- Replace '\(\w\)\(=\)\(\w\)' with '\1 \2 \3'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2391 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Fixes '==' whitespace
zwelch [Wed, 24 Jun 2009 09:37:31 +0000 (09:37 +0000)]
- Fixes '==' whitespace
- Replace '\(\w\)\(==\)\(\w\)' with '\1 \2 \3'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2390 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Replace 'for(' with 'for ('.
zwelch [Wed, 24 Jun 2009 09:37:23 +0000 (09:37 +0000)]
- Replace 'for(' with 'for ('.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2389 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Replace 'switch(' with 'switch ('.
zwelch [Wed, 24 Jun 2009 09:37:18 +0000 (09:37 +0000)]
- Replace 'switch(' with 'switch ('.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2388 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Replace 'while(' with 'while ('.
zwelch [Wed, 24 Jun 2009 09:37:12 +0000 (09:37 +0000)]
- Replace 'while(' with 'while ('.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2387 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Replace 'if(' with 'if ('.
zwelch [Wed, 24 Jun 2009 09:37:05 +0000 (09:37 +0000)]
- Replace 'if(' with 'if ('.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2386 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- correct configure ftd2xx highspeed test
ntfreak [Wed, 24 Jun 2009 08:12:45 +0000 (08:12 +0000)]
- correct configure ftd2xx highspeed test

git-svn-id: svn://svn.berlios.de/openocd/trunk@2385 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoFix end-of-line style properties on newly added files.
zwelch [Wed, 24 Jun 2009 07:43:18 +0000 (07:43 +0000)]
Fix end-of-line style properties on newly added files.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2384 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoAdd support for ATMEL AT91SAM3U - CortexM3 Family
duane [Wed, 24 Jun 2009 02:01:14 +0000 (02:01 +0000)]
Add support for ATMEL AT91SAM3U - CortexM3 Family

git-svn-id: svn://svn.berlios.de/openocd/trunk@2383 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoAdd quick target - full cygwin builds take a long long long time, this shortens the...
duane [Wed, 24 Jun 2009 02:00:19 +0000 (02:00 +0000)]
Add quick target - full cygwin builds take a long long long time, this shortens the edit/build/debug cycle

git-svn-id: svn://svn.berlios.de/openocd/trunk@2382 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoAdd a growable sprintf memory buffer library
duane [Wed, 24 Jun 2009 01:54:25 +0000 (01:54 +0000)]
Add a growable sprintf memory buffer library

git-svn-id: svn://svn.berlios.de/openocd/trunk@2381 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoRemove whitespace at end of lines, step 2.
zwelch [Tue, 23 Jun 2009 22:50:08 +0000 (22:50 +0000)]
Remove whitespace at end of lines, step 2.
- Replace '\s*$' with ''.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2380 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoRemove whitespace at end of lines, step 1.
zwelch [Tue, 23 Jun 2009 22:49:23 +0000 (22:49 +0000)]
Remove whitespace at end of lines, step 1.
- Replace '\s*$' with ''.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2379 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Replace '){' with ') {'.
zwelch [Tue, 23 Jun 2009 22:49:06 +0000 (22:49 +0000)]
- Replace '){' with ') {'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2378 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoRemove whitespace that occurs before ')'.
zwelch [Tue, 23 Jun 2009 22:47:42 +0000 (22:47 +0000)]
Remove whitespace that occurs before ')'.
- Replace '[ \t]*[)]' with ')'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2377 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoRemove whitespace that occurs after '('.
zwelch [Tue, 23 Jun 2009 22:46:23 +0000 (22:46 +0000)]
Remove whitespace that occurs after '('.
- Replace '([ \t]*' with '('.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2376 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Fixes '[<>]' whitespace
zwelch [Tue, 23 Jun 2009 22:45:47 +0000 (22:45 +0000)]
- Fixes '[<>]' whitespace
- Replace ')\([<>]\)(' with ') \1 ('.
- Replace ')\([<>]\)\(\w\)' with ') \1 \2'.
- Replace '\(\w\)\([<>]\)(' with '\1 \2 ('.
- Replace '\(\w\)\([<>]\)\(\w\)' with '\1 \2 \3'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2375 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Fixes '[|]' whitespace
zwelch [Tue, 23 Jun 2009 22:45:15 +0000 (22:45 +0000)]
- Fixes '[|]' whitespace
- Replace ')\([|]\)(' with ') \1 ('.
- Replace ')\([|]\)\(\w\)' with ') \1 \2'.
- Replace '\(\w\)\([|]\)(' with '\1 \2 ('.
- Replace '\(\w\)\([|]\)\(\w\)' with '\1 \2 \3'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2374 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Fixes '+' whitespace
zwelch [Tue, 23 Jun 2009 22:44:17 +0000 (22:44 +0000)]
- Fixes '+' whitespace
- Replace ')\(+\)(' with ') \1 ('.
- Replace ')\(+\)\(\w\)' with ') \1 \2'.
- Replace '\(\w\)\(+\)(' with '\1 \2 ('.
- Replace '\(\w\)\(+\)\(\w\)' with '\1 \2 \3'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2373 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Fixes '=' whitespace
zwelch [Tue, 23 Jun 2009 22:42:54 +0000 (22:42 +0000)]
- Fixes '=' whitespace
- Replace ')\(=\)\(\w\)' with ') \1 \2'.
- Replace '\(\w\)\(=\)(' with '\1 \2 ('.
- Replace '\(\w\)\(=\)\(\w\)' with '\1 \2 \3'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2372 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Fixes '==' whitespace
zwelch [Tue, 23 Jun 2009 22:42:03 +0000 (22:42 +0000)]
- Fixes '==' whitespace
- Replace ')\(==\)\(\w\)' with ') \1 \2'.
- Replace '\(\w\)\(==\)\(\w\)' with '\1 \2 \3'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2371 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Fixes '<<' whitespace
zwelch [Tue, 23 Jun 2009 22:41:13 +0000 (22:41 +0000)]
- Fixes '<<' whitespace
- Replace ')\(<<\)\(\w\)' with ') \1 \2'.
- Replace '\(\w\)\(<<\)(' with '\1 \2 ('.
- Replace '\(\w\)\(<<\)\(\w\)' with '\1 \2 \3'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2370 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Fixes '>>' whitespace
zwelch [Tue, 23 Jun 2009 22:40:42 +0000 (22:40 +0000)]
- Fixes '>>' whitespace
- Replace ')\(>>\)\(\w\)' with ') \1 \2'.
- Replace '\(\w\)\(>>\)(' with '\1 \2 ('.
- Replace '\(\w\)\(>>\)\(\w\)' with '\1 \2 \3'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2369 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Fixes '<=' whitespace
zwelch [Tue, 23 Jun 2009 22:40:33 +0000 (22:40 +0000)]
- Fixes '<=' whitespace
- Replace '\(\w\)\(<=\)\(\w\)' with '\1 \2 \3'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2368 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Fixes '>=' whitespace
zwelch [Tue, 23 Jun 2009 22:40:10 +0000 (22:40 +0000)]
- Fixes '>=' whitespace
- Replace ')\(>=\)\(\w\)' with ') \1 \2'.
- Replace '\(\w\)\(>=\)\(\w\)' with '\1 \2 \3'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2367 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Fixes '&&' whitespace
zwelch [Tue, 23 Jun 2009 22:39:47 +0000 (22:39 +0000)]
- Fixes '&&' whitespace
- Replace ')\(&&\)(' with ') \1 ('.
- Replace '\(\w\)\(&&\)(' with '\1 \2 ('.
- Replace '\(\w\)\(&&\)\(\w\)' with '\1 \2 \3'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2366 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Fixes '[*]=' whitespace
zwelch [Tue, 23 Jun 2009 22:39:34 +0000 (22:39 +0000)]
- Fixes '[*]=' whitespace
- Replace '\(\w\)\([*]=\)\(\w\)' with '\1 \2 \3'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2365 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Fixes '[+]=' whitespace
zwelch [Tue, 23 Jun 2009 22:39:18 +0000 (22:39 +0000)]
- Fixes '[+]=' whitespace
- Replace '\(\w\)\([+]=\)(' with '\1 \2 ('.
- Replace '\(\w\)\([+]=\)\(\w\)' with '\1 \2 \3'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2364 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Fixes '!=' whitespace
zwelch [Tue, 23 Jun 2009 22:38:12 +0000 (22:38 +0000)]
- Fixes '!=' whitespace
- Replace ')\(!=\)\(\w\)' with ') \1 \2'.
- Replace '\(\w\)\(!=\)(' with '\1 \2 ('.
- Replace '\(\w\)\(!=\)\(\w\)' with '\1 \2 \3'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2363 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Fixes '-=' whitespace
zwelch [Tue, 23 Jun 2009 22:37:56 +0000 (22:37 +0000)]
- Fixes '-=' whitespace
- Replace '\(\w\)\(-=\)(' with '\1 \2 ('.
- Replace '\(\w\)\(-=\)\(\w\)' with '\1 \2 \3'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2362 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Replace 'do{' with 'do {'.
zwelch [Tue, 23 Jun 2009 22:37:49 +0000 (22:37 +0000)]
- Replace 'do{' with 'do {'.
- Replace '}while' with '} while'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2361 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Replace 'for(' with 'for ('.
zwelch [Tue, 23 Jun 2009 22:37:21 +0000 (22:37 +0000)]
- Replace 'for(' with 'for ('.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2360 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Replace 'switch(' with 'switch ('.
zwelch [Tue, 23 Jun 2009 22:36:56 +0000 (22:36 +0000)]
- Replace 'switch(' with 'switch ('.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2359 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Replace 'while(' with 'while ('.
zwelch [Tue, 23 Jun 2009 22:36:11 +0000 (22:36 +0000)]
- Replace 'while(' with 'while ('.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2358 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- Replace 'if(' with 'if ('.
zwelch [Tue, 23 Jun 2009 22:35:09 +0000 (22:35 +0000)]
- Replace 'if(' with 'if ('.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2357 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoupdate w/missing eCos definitions after latest round of compiler formatting warnings...
oharboe [Tue, 23 Jun 2009 07:38:01 +0000 (07:38 +0000)]
update w/missing eCos definitions after latest round of compiler formatting warnings fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@2356 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoDavid Brownell <david-b@pacbell.net>:
zwelch [Mon, 22 Jun 2009 22:37:04 +0000 (22:37 +0000)]
David Brownell <david-b@pacbell.net>:

Move the short chapter about JIM-Tcl earlier, so that we
can reasonably assume it's been introduced before we start
presenting things that presume such an introduction.
Plus a few minor typo-level fixes.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2355 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoDavid Brownell <david-b@pacbell.net>:
zwelch [Mon, 22 Jun 2009 22:36:53 +0000 (22:36 +0000)]
David Brownell <david-b@pacbell.net>:

This should be my last significant update of the User's Guide for
this release.  Mostly it's a rework of the config file chapter's
presentation of board and target config files.

 - Give the new path for scripts!
 - Move board-config material out of the target-config section
 - Add more board-config info, notably for reset-init events
 - Link out of the board-config section to NAND, NOR, and Reset chapters
 - Emphasize target input vs. output naming conventions
 - Other textual improvements

Plus some other updates, like adding my copyright (now that I've
basically rewritten much of this).

git-svn-id: svn://svn.berlios.de/openocd/trunk@2354 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agofix eol native
oharboe [Mon, 22 Jun 2009 19:22:10 +0000 (19:22 +0000)]
fix eol native

git-svn-id: svn://svn.berlios.de/openocd/trunk@2353 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoDavid Brownell <david-b@pacbell.net> Make the Hitex STM32-PerformanceStick board...
oharboe [Mon, 22 Jun 2009 17:32:17 +0000 (17:32 +0000)]
David Brownell <david-b@pacbell.net> Make the Hitex STM32-PerformanceStick board config behave better:
source the STM32 target config instead of using a private clone

git-svn-id: svn://svn.berlios.de/openocd/trunk@2352 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoDavid Brownell <david-b@pacbell.net> target config file for newish DM365 chip. Think...
oharboe [Mon, 22 Jun 2009 17:31:12 +0000 (17:31 +0000)]
David Brownell <david-b@pacbell.net> target config file for newish DM365 chip.  Think of this as
an improved DM355, integrating much better HD video support,
Ethernet, and other goodies.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2351 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- fix break caused by r2208 when using --pipe option
ntfreak [Sun, 21 Jun 2009 21:20:10 +0000 (21:20 +0000)]
- fix break caused by r2208 when using --pipe option
- issue is gdb stdin buffer gets full before we redirect openocd output

git-svn-id: svn://svn.berlios.de/openocd/trunk@2350 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoPaulius Zaleckas <paulius.zaleckas@gmail.com> Add config for CS351x CPUs
oharboe [Sun, 21 Jun 2009 21:06:23 +0000 (21:06 +0000)]
Paulius Zaleckas <paulius.zaleckas@gmail.com> Add config for CS351x CPUs

git-svn-id: svn://svn.berlios.de/openocd/trunk@2349 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoOleksandr Tymoshenko <gonzo@bluezbox.com>:
zwelch [Sun, 21 Jun 2009 04:58:53 +0000 (04:58 +0000)]
Oleksandr Tymoshenko <gonzo@bluezbox.com>:

Resume command works only if resume address is provided.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2348 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoC99 printf() -Werror fixes
duane [Sun, 21 Jun 2009 03:24:35 +0000 (03:24 +0000)]
C99 printf() -Werror fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@2347 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoC99 printf() -Werror fixes
duane [Sun, 21 Jun 2009 03:24:12 +0000 (03:24 +0000)]
C99 printf() -Werror fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@2346 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoC99 printf() -Werror fixes
duane [Sun, 21 Jun 2009 03:23:28 +0000 (03:23 +0000)]
C99 printf() -Werror fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@2345 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoC99 printf() -Werror fixes
duane [Sun, 21 Jun 2009 03:22:10 +0000 (03:22 +0000)]
C99 printf() -Werror fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@2344 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoC99 printf() -Werror fixes
duane [Sun, 21 Jun 2009 03:22:04 +0000 (03:22 +0000)]
C99 printf() -Werror fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@2343 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoC99 printf() -Werror fixes
duane [Sun, 21 Jun 2009 03:21:59 +0000 (03:21 +0000)]
C99 printf() -Werror fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@2342 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoC99 printf() -Werror fixes
duane [Sun, 21 Jun 2009 03:21:55 +0000 (03:21 +0000)]
C99 printf() -Werror fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@2341 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoC99 printf() -Werror fixes
duane [Sun, 21 Jun 2009 03:21:50 +0000 (03:21 +0000)]
C99 printf() -Werror fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@2340 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoC99 printf() -Werror fixes
duane [Sun, 21 Jun 2009 03:20:46 +0000 (03:20 +0000)]
C99 printf() -Werror fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@2339 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoC99 printf() -Werror fixes
duane [Sun, 21 Jun 2009 03:20:41 +0000 (03:20 +0000)]
C99 printf() -Werror fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@2338 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoC99 printf() -Werror fixes
duane [Sun, 21 Jun 2009 03:20:35 +0000 (03:20 +0000)]
C99 printf() -Werror fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@2337 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoC99 printf() -Werror fixes
duane [Sun, 21 Jun 2009 03:20:31 +0000 (03:20 +0000)]
C99 printf() -Werror fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@2336 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoC99 printf() -Werror fixes
duane [Sun, 21 Jun 2009 03:20:26 +0000 (03:20 +0000)]
C99 printf() -Werror fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@2335 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoC99 printf() -Werror fixes
duane [Sun, 21 Jun 2009 03:20:17 +0000 (03:20 +0000)]
C99 printf() -Werror fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@2334 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoC99 printf() -Werror fixes
duane [Sun, 21 Jun 2009 03:20:12 +0000 (03:20 +0000)]
C99 printf() -Werror fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@2333 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoC99 printf() -Werror fixes
duane [Sun, 21 Jun 2009 03:20:06 +0000 (03:20 +0000)]
C99 printf() -Werror fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@2332 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoC99 printf() -Werror fixes
duane [Sun, 21 Jun 2009 03:20:00 +0000 (03:20 +0000)]
C99 printf() -Werror fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@2331 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoC99 printf() -Werror fixes
duane [Sun, 21 Jun 2009 03:19:55 +0000 (03:19 +0000)]
C99 printf() -Werror fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@2330 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoC99 printf() -Werror fixes
duane [Sun, 21 Jun 2009 03:19:51 +0000 (03:19 +0000)]
C99 printf() -Werror fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@2329 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoC99 printf() -Werror fixes
duane [Sun, 21 Jun 2009 03:17:52 +0000 (03:17 +0000)]
C99 printf() -Werror fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@2328 b42882b7-edfa-0310-969c-e2dbd0fdcd60

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)