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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

14 years agoC99 Type updates, include inttypes.h - it is catagorically required
duane [Sun, 21 Jun 2009 02:59:39 +0000 (02:59 +0000)]
C99 Type updates, include inttypes.h - it is catagorically required

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

14 years agoSet default for want_ftd2xx_highspeed to "no" instead of "maybe"
mifi [Sat, 20 Jun 2009 18:19:21 +0000 (18:19 +0000)]
Set default for want_ftd2xx_highspeed to "no" instead of "maybe"

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

14 years agoRemove editor preferences from source files.
zwelch [Fri, 19 Jun 2009 23:56:52 +0000 (23:56 +0000)]
Remove editor preferences from source files.

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

14 years agoprintf() warning fixes due to uint32_t change-over
duane [Fri, 19 Jun 2009 23:15:58 +0000 (23:15 +0000)]
printf() warning fixes due to uint32_t change-over

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

14 years agoPaulius Zaleckas <paulius.zaleckas@gmail.com>:
zwelch [Fri, 19 Jun 2009 22:39:35 +0000 (22:39 +0000)]
Paulius Zaleckas <paulius.zaleckas@gmail.com>:

This is minimal patch to support FA526 ARMv4 compatible core.
Since it is very similar to ARM920T I tried to reuse as much
code as possible.

CPU and board configs will follow soon.

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

14 years agoless warnings
oharboe [Fri, 19 Jun 2009 09:09:25 +0000 (09:09 +0000)]
less warnings

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

14 years agofix jtag_add_callback() args. The first argument is nothing special, it's just anothe...
oharboe [Fri, 19 Jun 2009 08:18:36 +0000 (08:18 +0000)]
fix jtag_add_callback() args. The first argument is nothing special, it's just another generic argument.

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

14 years agocommit test from Duane
duane [Fri, 19 Jun 2009 06:05:46 +0000 (06:05 +0000)]
commit test from Duane

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