]>
git.sur5r.net Git - openocd/log
zwelch [Wed, 1 Jul 2009 19:55:46 +0000 (19:55 +0000)]
Add missing copyright header to target_type.h.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2444
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60
zwelch [Wed, 1 Jul 2009 19:55:39 +0000 (19:55 +0000)]
Add missing copyright header and fix @page direction in membuf.h.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2443
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60
zwelch [Wed, 1 Jul 2009 19:55:34 +0000 (19:55 +0000)]
Update TODO list to relect 0.2.0 release.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2442
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60
zwelch [Wed, 1 Jul 2009 19:55:28 +0000 (19:55 +0000)]
Add comments to README about compiler and library dependencies.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2441
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60
ntfreak [Wed, 1 Jul 2009 10:29:10 +0000 (10:29 +0000)]
- add stm32 connectivity line tapid to stm32.cfg
git-svn-id: svn://svn.berlios.de/openocd/trunk@2440
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60
ntfreak [Wed, 1 Jul 2009 10:15:53 +0000 (10:15 +0000)]
- correct stm32 connectivity line programming as per latest manual
git-svn-id: svn://svn.berlios.de/openocd/trunk@2439
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60
zwelch [Tue, 30 Jun 2009 22:25:09 +0000 (22:25 +0000)]
Remove at91sam3.h from flash.c; use extern like other drivers.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2438
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60
zwelch [Tue, 30 Jun 2009 21:45:34 +0000 (21:45 +0000)]
Extend 'make dist' to produce both .tar.bz2 and .zip archives, to
complement to the standard .tar.gz package. Now, pick your poison!
git-svn-id: svn://svn.berlios.de/openocd/trunk@2437
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60
zwelch [Tue, 30 Jun 2009 21:45:26 +0000 (21:45 +0000)]
Provide some useful information in README file, rather than punting.
Add some text to introduce the project to new users.
Move packaging, configuration, and compilation of OpenOCD out of
the User's Guide and into README, where it can be used by users
before configuring and compiling the documentation.
Improve notes about required Subversion repository build steps.
Add reference to the standard GNU INSTALL file.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2436
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60
zwelch [Tue, 30 Jun 2009 21:44:48 +0000 (21:44 +0000)]
Switch automake handling to use --gnu mode, not --foreign.
Remove INSTALL file; automake generates a copy of the latest version.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2435
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60
ntfreak [Tue, 30 Jun 2009 21:13:53 +0000 (21:13 +0000)]
- remove cygwin build warnings in at91sam3.c
git-svn-id: svn://svn.berlios.de/openocd/trunk@2434
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60
zwelch [Tue, 30 Jun 2009 20:44:21 +0000 (20:44 +0000)]
Add svn:eol-style native property to TCL files that are missing it.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2433
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60
zwelch [Tue, 30 Jun 2009 20:39:02 +0000 (20:39 +0000)]
Remove executable bits from at91sam3 configuration files.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2432
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60
oharboe [Tue, 30 Jun 2009 11:50:04 +0000 (11:50 +0000)]
freddie_chopin@op.pl fix handling of workarea
git-svn-id: svn://svn.berlios.de/openocd/trunk@2431
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60
zwelch [Tue, 30 Jun 2009 09:11:10 +0000 (09:11 +0000)]
Add svn:eol-style properties missed in last commit.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2430
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60
zwelch [Tue, 30 Jun 2009 09:09:30 +0000 (09:09 +0000)]
Marcel Jost <marcel.jost@bfh.ch>:
This patch adds support for the Luminary Micro LM3S9B90 target and
LM3S9B92 Evaluation Kit. These kits include a new ft2232 adapter, the
Luminary In-Circuit Debug Interface (ICDI) Board, so this is added as a
new ft2232 layout called "luminary_icdi".
git-svn-id: svn://svn.berlios.de/openocd/trunk@2429
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60
zwelch [Tue, 30 Jun 2009 09:03:59 +0000 (09:03 +0000)]
David Brownell <david-b@pacbell.net>:
Add "jtag names" command, mirroring "target names" but returning
TAP names instead of target names. This starts letting TAPs be
manipulated in scripts ... much like what works now for targets.
It's a bit limited just yet, since "jtag cget $TAPNAME" doesn't
expose all TAP attributes. "$TARGETNAME cget" is more functional.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2428
b42882b7 -edfa-0310-969c-
e2dbd0fdcd60
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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