<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/utils/regtools/qeditor/std_analysers.cpp, branch 2048sp5</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>qeditor: add copyright</title>
<updated>2014-12-15T21:52:26+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2014-09-26T08:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=fe1fed88732ac84f5a4196c5936c99e9750a6525'/>
<id>fe1fed88732ac84f5a4196c5936c99e9750a6525</id>
<content type='text'>
Change-Id: I7834bc09b21f2a2d84b1c9edbbe1188372809c63
Reviewed-on: http://gerrit.rockbox.org/983
Reviewed-by: Amaury Pouly &lt;amaury.pouly@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I7834bc09b21f2a2d84b1c9edbbe1188372809c63
Reviewed-on: http://gerrit.rockbox.org/983
Reviewed-by: Amaury Pouly &lt;amaury.pouly@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>qeditor: add clock analyser for ATJ213x</title>
<updated>2014-11-28T18:39:15+00:00</updated>
<author>
<name>Marcin Bukat</name>
<email>marcin.bukat@gmail.com</email>
</author>
<published>2014-11-27T23:18:02+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=5e1381be8719d0eeace0e1d2b0fdd6c61d60cd63'/>
<id>5e1381be8719d0eeace0e1d2b0fdd6c61d60cd63</id>
<content type='text'>
Change-Id: I5f5a3537d1ddf6b02684dd4c1dd13be862d3a918
Reviewed-on: http://gerrit.rockbox.org/1054
Reviewed-by: Marcin Bukat &lt;marcin.bukat@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5f5a3537d1ddf6b02684dd4c1dd13be862d3a918
Reviewed-on: http://gerrit.rockbox.org/1054
Reviewed-by: Marcin Bukat &lt;marcin.bukat@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>qeditor: Implement clock analyzer for rk27xx</title>
<updated>2014-09-19T09:00:31+00:00</updated>
<author>
<name>Marcin Bukat</name>
<email>marcin.bukat@gmail.com</email>
</author>
<published>2014-09-18T08:04:14+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=b888743cac9c0af26632672796934fe9eaaa471d'/>
<id>b888743cac9c0af26632672796934fe9eaaa471d</id>
<content type='text'>
Change-Id: Ib8f53d32120893b6c1054299ed434a6650a0d7c2
Reviewed-on: http://gerrit.rockbox.org/971
Reviewed-by: Marcin Bukat &lt;marcin.bukat@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib8f53d32120893b6c1054299ed434a6650a0d7c2
Reviewed-on: http://gerrit.rockbox.org/971
Reviewed-by: Marcin Bukat &lt;marcin.bukat@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>qeditor: fix horrible out of bound bug</title>
<updated>2014-09-19T08:58:07+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2014-09-18T17:04:05+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=79c5a07b4d067c00fa5ad4decf1d269bae2cb72f'/>
<id>79c5a07b4d067c00fa5ad4decf1d269bae2cb72f</id>
<content type='text'>
Change-Id: I1b34b1cd7be83d90e38559e386d0c6c64797b707
Reviewed-on: http://gerrit.rockbox.org/977
Reviewed-by: Amaury Pouly &lt;amaury.pouly@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1b34b1cd7be83d90e38559e386d0c6c64797b707
Reviewed-on: http://gerrit.rockbox.org/977
Reviewed-by: Amaury Pouly &lt;amaury.pouly@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>regtools: completely rework qeditor, improve soc desc library and tools</title>
<updated>2014-05-01T17:34:18+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2014-04-07T09:28:04+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=4356666101e0e7985e65a19f86bc4a74519e93f9'/>
<id>4356666101e0e7985e65a19f86bc4a74519e93f9</id>
<content type='text'>
The graphical editor can now display and editor description files.
The library has been improved to provide more useful function.
The XML format has been slightly changed: only one soc is allowed per file
(this is was already de facto the case since &lt;soc&gt; was the root tag).
Also introduce a DTD to validate the files.

Change-Id: If70ba35b6dc0242bdb87411cf4baee9597798aac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The graphical editor can now display and editor description files.
The library has been improved to provide more useful function.
The XML format has been slightly changed: only one soc is allowed per file
(this is was already de facto the case since &lt;soc&gt; was the root tag).
Also introduce a DTD to validate the files.

Change-Id: If70ba35b6dc0242bdb87411cf4baee9597798aac
</pre>
</div>
</content>
</entry>
<entry>
<title>regtools/qeditor: rewrite soc handling</title>
<updated>2014-02-10T22:14:26+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2014-02-09T01:13:53+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=3d07706c05c46878533f55f26bbe02d7904efd75'/>
<id>3d07706c05c46878533f55f26bbe02d7904efd75</id>
<content type='text'>
The code was a mess with respect to soc handling: some code just plain copied
the SoC descriptor which are big objects, some was using indexes. The new soc
factor out everything in a few classes which hide these ugly details so that
descriptors are never copied.

Change-Id: I17af8b47f997a528b58221621389d42d24fded93
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code was a mess with respect to soc handling: some code just plain copied
the SoC descriptor which are big objects, some was using indexes. The new soc
factor out everything in a few classes which hide these ugly details so that
descriptors are never copied.

Change-Id: I17af8b47f997a528b58221621389d42d24fded93
</pre>
</div>
</content>
</entry>
<entry>
<title>utils/regtools/qeditor: fix compilation by avoiding g++ specific syntax</title>
<updated>2013-11-25T12:50:33+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2013-11-25T12:49:55+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=85578cdc4d441c7197c69ab68dfe7c293331e6c8'/>
<id>85578cdc4d441c7197c69ab68dfe7c293331e6c8</id>
<content type='text'>
Change-Id: Ie3d36c6c235a5fd70ffc51552fae3392a015beb0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie3d36c6c235a5fd70ffc51552fae3392a015beb0
</pre>
</div>
</content>
</entry>
<entry>
<title>regtools/qeditor: improve pinctrl analyser display</title>
<updated>2013-09-18T11:37:25+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2013-09-18T11:37:25+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=b8c98a86fb18adf475d56872bf4b30c4fe67d751'/>
<id>b8c98a86fb18adf475d56872bf4b30c4fe67d751</id>
<content type='text'>
Change-Id: I45850f4f0213aac5f0538c865cfa84137fcb83e3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I45850f4f0213aac5f0538c865cfa84137fcb83e3
</pre>
</div>
</content>
</entry>
<entry>
<title>regtools/qeditor: enhance pinctrl analyser</title>
<updated>2013-09-18T11:18:12+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2013-09-18T11:04:59+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=963dfc529cd836beb8c19ae458a7d2cc0a465565'/>
<id>963dfc529cd836beb8c19ae458a7d2cc0a465565</id>
<content type='text'>
Change-Id: I82c5a86ade4c804872ac7665bce583499467cae9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I82c5a86ade4c804872ac7665bce583499467cae9
</pre>
</div>
</content>
</entry>
<entry>
<title>retools/qeditor: add pin decoder (very basic add the moment)</title>
<updated>2013-09-18T11:18:00+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2013-09-13T12:36:16+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=30b20bf2e7c1a52e467a70090cb5063df2f556ab'/>
<id>30b20bf2e7c1a52e467a70090cb5063df2f556ab</id>
<content type='text'>
Change-Id: I5309794efda67fd3bf5c265b35ea7da5faf662f6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5309794efda67fd3bf5c265b35ea7da5faf662f6
</pre>
</div>
</content>
</entry>
</feed>
