f7c85c42a0
Add missing copyright header and fix @page direction in membuf.h.
zwelch
2009-07-01 19:55:39 +00:00
44f72dbdb2
Update TODO list to relect 0.2.0 release.
zwelch
2009-07-01 19:55:34 +00:00
3731bc5877
Add comments to README about compiler and library dependencies.
zwelch
2009-07-01 19:55:28 +00:00
917f92f052
- add stm32 connectivity line tapid to stm32.cfg
ntfreak
2009-07-01 10:29:10 +00:00
f486f86c6c
- correct stm32 connectivity line programming as per latest manual
ntfreak
2009-07-01 10:15:53 +00:00
3eb441bbcc
Remove at91sam3.h from flash.c; use extern like other drivers.
zwelch
2009-06-30 22:25:09 +00:00
7d3706c980
Extend 'make dist' to produce both .tar.bz2 and .zip archives, to complement to the standard .tar.gz package. Now, pick your poison!
zwelch
2009-06-30 21:45:34 +00:00
92ddc0266b
Provide some useful information in README file, rather than punting. Add some text to introduce the project to new users.
zwelch
2009-06-30 21:45:26 +00:00
ef733b48e9
Switch automake handling to use --gnu mode, not --foreign. Remove INSTALL file; automake generates a copy of the latest version.
zwelch
2009-06-30 21:44:48 +00:00
48b3b3afba
Fix search and replace casualty in flash.h doxygen block.
zwelch
2009-06-30 05:34:28 +00:00
0c9d86b273
Fix doxygen warning in jtag.h caused by a changed parameter name.
zwelch
2009-06-30 05:34:21 +00:00
54b32f4cd6
Fix doxygen warnings in new at91sam3 source file; normalize style. Remove editor configuration from end of file.
zwelch
2009-06-30 05:34:07 +00:00
44b06db783
Fix @file documentation blocks in new interfaces source files.
zwelch
2009-06-30 05:33:57 +00:00
4d26afdf5c
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.
zwelch
2009-06-30 05:33:41 +00:00
557cafcc70
Fix logger.pl script to avoid spurious empty line in some cases.
zwelch
2009-06-30 05:33:17 +00:00
c2cecc74b0
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.
zwelch
2009-06-29 00:00:50 +00:00
78c0e873d2
Add Breakpoint/Watchpoint unique ID to help debug hardware debug register leakage
duane
2009-06-27 17:25:07 +00:00
f538794bf6
Change from alloca() to malloc()
duane
2009-06-27 16:51:41 +00:00
9c05c92c14
Switch to strotk() grr....
duane
2009-06-27 16:44:35 +00:00
92db0c58b0
zy1000 rev C work
oharboe
2009-06-26 12:57:56 +00:00
37b15fb2c4
David Brownell <david-b@pacbell.net> Add a short chapter on boundary scan support, which currently just documents the SVF and XSVF commands.
oharboe
2009-06-26 07:30:21 +00:00
374f6c8b70
- fix issue when using gdb_port cmd - bug introduced in r2240
ntfreak
2009-06-25 15:11:57 +00:00
1e8225c738
Oleksandr Tymoshenko <gonzo@bluezbox.com> simple watchpoint support for MIPS32/EJTAG (no value comparation yet).
oharboe
2009-06-25 12:18:07 +00:00
5505b8fa63
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.
oharboe
2009-06-24 16:56:11 +00:00
997df70f6e
Minor fixes to new at91sam3 files for x86-32/64 compilation problems.
zwelch
2009-06-24 09:38:28 +00:00
fddbc58091
Remove whitespace at end of lines, step 2. - Replace '\s*$' with ''.
zwelch
2009-06-24 09:38:21 +00:00
1f28b934ce
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
oharboe
2009-06-22 17:32:17 +00:00
26807d1935
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.
oharboe
2009-06-22 17:31:12 +00:00
1d9ce8d2b3
- fix break caused by r2208 when using --pipe option - issue is gdb stdin buffer gets full before we redirect openocd output
ntfreak
2009-06-21 21:20:10 +00:00