<feed xmlns='http://www.w3.org/2005/Atom'>
<title>OpenOCD/testing/examples, branch v0.8.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://git.amat.us/openocd/atom/testing/examples?h=v0.8.0</id>
<link rel='self' href='https://git.amat.us/openocd/atom/testing/examples?h=v0.8.0'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/'/>
<updated>2013-10-10T20:51:03Z</updated>
<entry>
<title>cortex_m: target implementation renames cortex_m3 to cortex_m</title>
<updated>2013-10-10T20:51:03Z</updated>
<author>
<name>Spencer Oliver</name>
<email>spen@spen-soft.co.uk</email>
</author>
<published>2013-10-10T20:16:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=1c975fe30b8fb380907133462cc38a0b2e9de565'/>
<id>urn:sha1:1c975fe30b8fb380907133462cc38a0b2e9de565</id>
<content type='text'>
We changed the actual target name quite a while ago.
This changes the actual target function names/defines to also match
this change.

Change-Id: I4f22fb107636db2279865b45350c9c776e608a75
Signed-off-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
Reviewed-on: http://openocd.zylin.com/1626
Tested-by: jenkins
</content>
</entry>
<entry>
<title>update files to correct FSF address</title>
<updated>2013-06-05T19:52:42Z</updated>
<author>
<name>Spencer Oliver</name>
<email>spen@spen-soft.co.uk</email>
</author>
<published>2013-06-02T19:32:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=08d4411b59dd8bd0e7d8009003b71d23acbf6eee'/>
<id>urn:sha1:08d4411b59dd8bd0e7d8009003b71d23acbf6eee</id>
<content type='text'>
Change-Id: I429f7fd51f77b0e7c86d7a7f110ca31afd76c173
Signed-off-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
Reviewed-on: http://openocd.zylin.com/1426
Tested-by: jenkins
Reviewed-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<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://git.amat.us/openocd/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://git.amat.us/openocd/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>various: don't mention wiki</title>
<updated>2010-01-27T02:13:10Z</updated>
<author>
<name>David Brownell</name>
<email>dbrownell@users.sourceforge.net</email>
</author>
<published>2010-01-27T02:09:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=30365886dab87f20c014d9ad1500c70edef48b00'/>
<id>urn:sha1:30365886dab87f20c014d9ad1500c70edef48b00</id>
<content type='text'>
The openfacts.berlios wiki isn't particularly current, and isn't
publicly editable.

Signed-off-by: David Brownell &lt;dbrownell@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://git.amat.us/openocd/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>testing: fix str710 test case now builds</title>
<updated>2010-01-20T14:12:31Z</updated>
<author>
<name>Øyvind Harboe</name>
<email>oyvind.harboe@zylin.com</email>
</author>
<published>2010-01-20T14:11:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=87cb29dcfe1e6900620319c3f90ed67f8ebefa0e'/>
<id>urn:sha1:87cb29dcfe1e6900620319c3f90ed67f8ebefa0e</id>
<content type='text'>
Make the test case easily adjustable in size. str710
has very peculiar flash sector layout, nice for testing,
but a larget test_rom.elf is required.

Signed-off-by: Øyvind Harboe &lt;oyvind.harboe@zylin.com&gt;
</content>
</entry>
<entry>
<title>whitespace cleanup, mostly for docs</title>
<updated>2009-12-30T19:51:29Z</updated>
<author>
<name>Antonio Borneo</name>
<email>borneo.antonio@gmail.com</email>
</author>
<published>2009-12-29T23:48:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=7c5acf8660ddfce4746152e03749b699532f513f'/>
<id>urn:sha1:7c5acf8660ddfce4746152e03749b699532f513f</id>
<content type='text'>
Remove useless space/tab at end of lines.
Remove spaces in indentation and replace with tab.

Signed-off-by: Antonio Borneo &lt;borneo.antonio@gmail.com&gt;
Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>testing/examples/.../*cfg: rm jtag_device calls</title>
<updated>2009-12-15T22:45:26Z</updated>
<author>
<name>David Brownell</name>
<email>dbrownell@users.sourceforge.net</email>
</author>
<published>2009-12-15T17:15:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=80a757d82eafb36ffd54414f33ce91302f4522da'/>
<id>urn:sha1:80a757d82eafb36ffd54414f33ce91302f4522da</id>
<content type='text'>
That syntax has been obsolete forever and is now gone; remove a few
remaining references.  Shows how seldom this stuff gets used.

Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>Fix incorrect line endings</title>
<updated>2009-10-26T22:39:24Z</updated>
<author>
<name>Spencer Oliver</name>
<email>ntfreak@users.sourceforge.net</email>
</author>
<published>2009-10-26T22:39:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=8f3b28ff4199a64d6f7aff1584a48f18661969ae'/>
<id>urn:sha1:8f3b28ff4199a64d6f7aff1584a48f18661969ae</id>
<content type='text'>
Signed-off-by: Spencer Oliver &lt;ntfreak@users.sourceforge.net&gt;
</content>
</entry>
</feed>
