]>
 
 
git.sur5r.net Git - openocd/log 
 
 
 
 
 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
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 
 
oharboe  [Thu, 18 Jun 2009 13:40:38 +0000  (13:40 +0000)] 
 
less warnings
git-svn-id: svn://svn.berlios.de/openocd/trunk@2288 
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60 
 
oharboe  [Thu, 18 Jun 2009 13:35:18 +0000  (13:35 +0000)] 
 
less warnings
git-svn-id: svn://svn.berlios.de/openocd/trunk@2287 
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60 
 
zwelch  [Thu, 18 Jun 2009 10:42:40 +0000  (10:42 +0000)] 
 
Oyvind Harboe <oyvind.harboe@zylin.com>:
Ecos uses sys/types.h not stdint.h.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2286 
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60 
 
zwelch  [Thu, 18 Jun 2009 10:40:33 +0000  (10:40 +0000)] 
 
Cast 64-bit trace hit_counter to long long; fixes format warning.
What is the correct way to handle this?
git-svn-id: svn://svn.berlios.de/openocd/trunk@2285 
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60 
 
zwelch  [Thu, 18 Jun 2009 07:11:55 +0000  (07:11 +0000)] 
 
Update Style Guide documentation to explain basic type rules.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2284 
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60 
 
zwelch  [Thu, 18 Jun 2009 07:11:48 +0000  (07:11 +0000)] 
 
Remove redundant typedefs in types.h; include stdint.h unconditionally.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2283 
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60 
 
zwelch  [Thu, 18 Jun 2009 07:11:40 +0000  (07:11 +0000)] 
 
Transform 'u64' to 'uint64_t'
- Replace '\([^_]\)u64' with '\1uint64_t'.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2282 
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60 
 
zwelch  [Thu, 18 Jun 2009 07:11:11 +0000  (07:11 +0000)] 
 
Finish transforming 'u32' to 'uint32_t'.
- Replace '\([^_]\)u32' with '\1uint32_t'.
- Replace '^u32' with 'uint32_t'.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2281 
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60 
 
zwelch  [Thu, 18 Jun 2009 07:10:25 +0000  (07:10 +0000)] 
 
Transform 'u32' to 'uint32_t' in src/flash.
- Replace '\([^_]\)u32' with '\1uint32_t'.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2280 
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60 
 
zwelch  [Thu, 18 Jun 2009 07:09:35 +0000  (07:09 +0000)] 
 
Transform 'u32' to 'uint32_t' in src/target
- Replace '\([^_]\)u32' with '\1uint32_t'.
- Replace '^u32' with 'uint32_t'.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2279 
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60 
 
zwelch  [Thu, 18 Jun 2009 07:08:52 +0000  (07:08 +0000)] 
 
Transform 'u32' to 'uint32_t' in src/target/arm*
- Replace '\([^_]\)u32' with '\1uint32_t'.
- Replace '^u32' with 'uint32_t'.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2278 
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60 
 
zwelch  [Thu, 18 Jun 2009 07:07:59 +0000  (07:07 +0000)] 
 
Transform 'u16' to 'uint16_t'
- Replace '\([^_]\)u16' with '\1uint16_t'.
- Replace '^u16' with 'uint16_t'.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2277 
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60 
 
zwelch  [Thu, 18 Jun 2009 07:07:12 +0000  (07:07 +0000)] 
 
Transform 'u8' to 'uint8_t'
- Replace '\([^_]\)u8' with '\1uint8_t'.
- Replace '^u8' with 'uint8_t'.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2276 
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60 
 
zwelch  [Thu, 18 Jun 2009 07:06:25 +0000  (07:06 +0000)] 
 
Transform 'u8' to 'uint8_t' in src/flash
- Replace '\([^_]\)u8' with '\1uint8_t'.
- Replace '^u8' with 'uint8_t'.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2275 
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60 
 
zwelch  [Thu, 18 Jun 2009 07:04:08 +0000  (07:04 +0000)] 
 
Transform 'u8' to 'uint8_t' in src/target
- Replace '\([^_]\)u8' with '\1uint8_t'.
- Replace '^u8' with 'uint8_t'.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2274 
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60 
 
zwelch  [Thu, 18 Jun 2009 04:08:51 +0000  (04:08  +0000)] 
 
David Brownell <david-b@pacbell.net>:
The PLD stuff hasn't been documented yet.  It's just Virtex2 for now,
but it looks like adding others would be easy.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2273 
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60 
 
zwelch  [Thu, 18 Jun 2009 00:29:45 +0000  (00:29  +0000)] 
 
David Brownell <david-b@pacbell.net>:
Clean up the PLD files:
 - Get rid of some extraneous whitespace
 - Make various functions static
 - Wrap overlong lines
git-svn-id: svn://svn.berlios.de/openocd/trunk@2272 
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60 
 
zwelch  [Thu, 18 Jun 2009 00:29:39 +0000  (00:29  +0000)] 
 
David Brownell <david-b@pacbell.net>:
Various bits of cleanup, mostly to match the style hints
I just got around to writing up.
 - Various @cindex improvements
 - Cross reference the command line options in a few spots,
   notably for @command{debug_level}
 - Clean the config file guidelines a bit:
    * They're for all users, not just integrators
    * Reference the interface config chapter
    * Don't emphasize command line usage here
    * Tweak board and target config introductory text
Plus two minor bits of cleanup:  remove most date references,
and refer to the reader as "you" not "the user".
git-svn-id: svn://svn.berlios.de/openocd/trunk@2271 
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60 
 
zwelch  [Thu, 18 Jun 2009 00:29:33 +0000  (00:29  +0000)] 
 
David Brownell <david-b@pacbell.net>:
Take a whack at providing some texinfo style docs.
Mostly it's just basic "how 2 write sane dox" stuff.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2270 
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60 
 
oharboe  [Wed, 17 Jun 2009 20:49:55 +0000  (20:49 +0000)] 
 
Freddie Chopin <freddie_chopin@op.pl> makes lpc2478.cfg file more "standard" and - what is most important - correct (it's working [; ). I've also added some comments which try to clarify the meaning of all that's in there.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2269 
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60 
 
oharboe  [Wed, 17 Jun 2009 10:51:34 +0000  (10:51 +0000)] 
 
dummy driver now works under eCos
git-svn-id: svn://svn.berlios.de/openocd/trunk@2268 
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60