openocd.git
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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

git-svn-id: svn://svn.berlios.de/openocd/trunk@2309 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)