<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openocd+libswd.git/src/svf, 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>2011-06-04T07:35:13Z</updated>
<entry>
<title>Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes</title>
<updated>2011-06-04T07:35:13Z</updated>
<author>
<name>Freddie Chopin</name>
<email>freddie_chopin@op.pl</email>
</author>
<published>2011-06-03T20:10:03Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd+libswd.git/commit/?id=f6315d5e5b7b71515ef051711e5f818a42d6b3b3'/>
<id>urn:sha1:f6315d5e5b7b71515ef051711e5f818a42d6b3b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>types: write memory now uses const</title>
<updated>2011-04-01T06:59:07Z</updated>
<author>
<name>Øyvind Harboe</name>
<email>oyvind.harboe@zylin.com</email>
</author>
<published>2011-03-31T16:37:19Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd+libswd.git/commit/?id=2615bf4398f393ee1e387128064093dcd44749c8'/>
<id>urn:sha1:2615bf4398f393ee1e387128064093dcd44749c8</id>
<content type='text'>
Signed-off-by: Øyvind Harboe &lt;oyvind.harboe@zylin.com&gt;
</content>
</entry>
<entry>
<title>Fix a bunch of typos.</title>
<updated>2011-03-17T06:25:25Z</updated>
<author>
<name>Uwe Hermann</name>
<email>uwe@hermann-uwe.de</email>
</author>
<published>2011-03-17T02:22:12Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd+libswd.git/commit/?id=33a17fd35995a7f679f92600055a8f55ae380022'/>
<id>urn:sha1:33a17fd35995a7f679f92600055a8f55ae380022</id>
<content type='text'>
Fix a bunch of typos.

Most are in code comments, so nothing should break. UNKOWN_COMMAND and
CMD_UNKOWN are not used elsewhere, so correcting the spelling should
also not break anything.
</content>
</entry>
<entry>
<title>svf: add nil option that just runs through the svf file</title>
<updated>2011-02-28T07:54:48Z</updated>
<author>
<name>Øyvind Harboe</name>
<email>oyvind.harboe@zylin.com</email>
</author>
<published>2011-02-25T13:09:39Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd+libswd.git/commit/?id=e5677ce9e523550f0de36d77b46461645a764cb3'/>
<id>urn:sha1:e5677ce9e523550f0de36d77b46461645a764cb3</id>
<content type='text'>
useful for debugging without access to hardware to e.g.
regression test, reproduce memory corruption problems,
etc.

Signed-off-by: Øyvind Harboe &lt;oyvind.harboe@zylin.com&gt;
</content>
</entry>
<entry>
<title>svf: implement sleep for RUNTEST min_time</title>
<updated>2011-01-02T19:02:16Z</updated>
<author>
<name>Jon Povey</name>
<email>jon.povey@racelogic.co.uk</email>
</author>
<published>2011-01-02T14:52:48Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd+libswd.git/commit/?id=d356034f03eb60fd4e8b3537bd979d9e7e5e25f8'/>
<id>urn:sha1:d356034f03eb60fd4e8b3537bd979d9e7e5e25f8</id>
<content type='text'>
Signed-off-by: Jon Povey &lt;jon.povey@racelogic.co.uk&gt;

min_time was effectively ignored, I needed it to program a Lattice MachXO
which uses a RUNTEST to wait for an erase operation, amongst other things.

With this patch pauses happen and I can program the device with an SVF
generated in LSC ispVM (with "Rev D Standard" checked to suppress
nonstandard LOOP statements)
</content>
</entry>
<entry>
<title>svf: fix USAGE and related error reporting</title>
<updated>2011-01-02T19:01:20Z</updated>
<author>
<name>Jon Povey</name>
<email>jon.povey@racelogic.co.uk</email>
</author>
<published>2011-01-02T14:52:47Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd+libswd.git/commit/?id=18a5a46bd94f6e224151ba62c0b9094a96b7387a'/>
<id>urn:sha1:18a5a46bd94f6e224151ba62c0b9094a96b7387a</id>
<content type='text'>
Signed-off-by: Jon Povey &lt;jon.povey@racelogic.co.uk&gt;
</content>
</entry>
<entry>
<title>svf: various improvements</title>
<updated>2010-12-07T07:17:39Z</updated>
<author>
<name>Andrew Leech</name>
<email>coronasensei@gmail.com</email>
</author>
<published>2010-12-06T21:05:56Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd+libswd.git/commit/?id=5cd931ed1ccc75bdbaab821686ceff04c3cb002b'/>
<id>urn:sha1:5cd931ed1ccc75bdbaab821686ceff04c3cb002b</id>
<content type='text'>
* added support for targeting particular tap
* improved file reading
* improved command line parsing
* added progress meter
* more readable time measurement output
</content>
</entry>
<entry>
<title>build: add common.mk</title>
<updated>2010-11-18T14:05:56Z</updated>
<author>
<name>Spencer Oliver</name>
<email>ntfreak@users.sourceforge.net</email>
</author>
<published>2010-11-12T11:41:55Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd+libswd.git/commit/?id=838cd58e24a18102b8a140df9fa993fe65706828'/>
<id>urn:sha1:838cd58e24a18102b8a140df9fa993fe65706828</id>
<content type='text'>
Rather than specifying common makefile variables move
them all to a common.mk.

Signed-off-by: Spencer Oliver &lt;ntfreak@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>svf: -Wshadow warning fixes</title>
<updated>2010-06-16T06:17:27Z</updated>
<author>
<name>Øyvind Harboe</name>
<email>oyvind.harboe@zylin.com</email>
</author>
<published>2010-06-16T06:17:27Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd+libswd.git/commit/?id=9bbbbdc0bd244b09f846b1acdf28327da2a166d8'/>
<id>urn:sha1:9bbbbdc0bd244b09f846b1acdf28327da2a166d8</id>
<content type='text'>
Signed-off-by: Øyvind Harboe &lt;oyvind.harboe@zylin.com&gt;
</content>
</entry>
<entry>
<title>rename jtag_khz as adapter_khz</title>
<updated>2010-03-15T15:37:43Z</updated>
<author>
<name>David Brownell</name>
<email>dbrownell@users.sourceforge.net</email>
</author>
<published>2010-03-15T15:37:43Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/junk/openocd+libswd.git/commit/?id=96f9790279f74f39b35fc3ad09340fd03123180c'/>
<id>urn:sha1:96f9790279f74f39b35fc3ad09340fd03123180c</id>
<content type='text'>
Globally rename "jtag_khz" as "adapter_khz", and move it out of the "jtag"
command group ...  it needs to be used with non-JTAG transports

Includes a migration aid (in jtag/startup.tcl) so that old user scripts
won't break.  That aid should Sunset in about a year.  (We may want to
update it to include a nag message too.)

Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
</content>
</entry>
</feed>
