<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openocd+libswd.git/testing/examples/cortex, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://trygvis.io/git/junk/openocd+libswd.git/atom?h=master</id>
<link rel='self' href='https://trygvis.io/git/junk/openocd+libswd.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd+libswd.git/'/>
<updated>2010-08-11T15:24:55Z</updated>
<entry>
<title>tcl: remove silly ocd_ prefix to array2mem and mem2array</title>
<updated>2010-08-11T15:24:55Z</updated>
<author>
<name>Øyvind Harboe</name>
<email>oyvind.harboe@zylin.com</email>
</author>
<published>2010-08-11T15:24:55Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd+libswd.git/commit/?id=8f779cf66bf459616b7dad88e871c2f4a7315371'/>
<id>urn:sha1:8f779cf66bf459616b7dad88e871c2f4a7315371</id>
<content type='text'>
ocd_ prefix is used internally in OpenOCD as a kludge more
or less to deal with the two kinds of commands that OpenOCD
has.

Signed-off-by: Øyvind Harboe &lt;oyvind.harboe@zylin.com&gt;
</content>
</entry>
<entry>
<title>cm3-ftest: change to use arm disassemble</title>
<updated>2010-02-28T22:52:06Z</updated>
<author>
<name>Spencer Oliver</name>
<email>ntfreak@users.sourceforge.net</email>
</author>
<published>2010-02-28T22:52:06Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd+libswd.git/commit/?id=57fc63f9f16934be777a14707d518ea9c9c3db80'/>
<id>urn:sha1:57fc63f9f16934be777a14707d518ea9c9c3db80</id>
<content type='text'>
Signed-off-by: Spencer Oliver &lt;ntfreak@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>Cortex-M3 vector_catch testing support</title>
<updated>2010-01-20T19:07:42Z</updated>
<author>
<name>David Brownell</name>
<email>dbrownell@users.sourceforge.net</email>
</author>
<published>2010-01-20T19:07:42Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd+libswd.git/commit/?id=2a0c9b08d7ee0c1b0eb5b593d18f68d0c910927d'/>
<id>urn:sha1:2a0c9b08d7ee0c1b0eb5b593d18f68d0c910927d</id>
<content type='text'>
The "cm3-ftest.cfg" can be used to verify that OpenOCD handles
certain faults correctly:

 - Test #1: it ignores faults that it wasn't told to catch
 - Test #2: if vector_catch is told to catch, it catches

The "fault.c" generates ASM code to trigger faults, while the
config script loads and runs pre-compiled code.

This covers most, but not all, of the vector_catch options.

Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>Remove whitespace at end of lines, step 2.</title>
<updated>2009-06-23T22:50:08Z</updated>
<author>
<name>zwelch</name>
<email>zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60</email>
</author>
<published>2009-06-23T22:50:08Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd+libswd.git/commit/?id=c97caebccd07be7e5bae61d6d40921e01786ba06'/>
<id>urn:sha1:c97caebccd07be7e5bae61d6d40921e01786ba06</id>
<content type='text'>
- Replace '\s*$' with ''.


git-svn-id: svn://svn.berlios.de/openocd/trunk@2380 b42882b7-edfa-0310-969c-e2dbd0fdcd60
</content>
</entry>
<entry>
<title>- Fixes '[&lt;&gt;]' whitespace</title>
<updated>2009-06-23T22:45:47Z</updated>
<author>
<name>zwelch</name>
<email>zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60</email>
</author>
<published>2009-06-23T22:45:47Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd+libswd.git/commit/?id=6d1d58a1fc3dfd60e9cac89460b5a6e438d11efa'/>
<id>urn:sha1:6d1d58a1fc3dfd60e9cac89460b5a6e438d11efa</id>
<content type='text'>
- Replace ')\([&lt;&gt;]\)(' with ') \1 ('.
- Replace ')\([&lt;&gt;]\)\(\w\)' with ') \1 \2'.
- Replace '\(\w\)\([&lt;&gt;]\)(' with '\1 \2 ('.
- Replace '\(\w\)\([&lt;&gt;]\)\(\w\)' with '\1 \2 \3'.


git-svn-id: svn://svn.berlios.de/openocd/trunk@2375 b42882b7-edfa-0310-969c-e2dbd0fdcd60
</content>
</entry>
<entry>
<title>- Fixes '=' whitespace</title>
<updated>2009-06-23T22:42:54Z</updated>
<author>
<name>zwelch</name>
<email>zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60</email>
</author>
<published>2009-06-23T22:42:54Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd+libswd.git/commit/?id=84df52f9ea78e2d71bde648a16b69d80404c6421'/>
<id>urn:sha1:84df52f9ea78e2d71bde648a16b69d80404c6421</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>basic smoketest on lm3s3748.elf</title>
<updated>2008-10-06T12:14:52Z</updated>
<author>
<name>oharboe</name>
<email>oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60</email>
</author>
<published>2008-10-06T12:14:52Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd+libswd.git/commit/?id=5ec6a48a4b8c1d5b3ec0eea61d3ea30a1e1d5469'/>
<id>urn:sha1:5ec6a48a4b8c1d5b3ec0eea61d3ea30a1e1d5469</id>
<content type='text'>
git-svn-id: svn://svn.berlios.de/openocd/trunk@1020 b42882b7-edfa-0310-969c-e2dbd0fdcd60
</content>
</entry>
</feed>
