<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/firmware/drivers/rds.c, branch working</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>Fix uninitialized variable in decoding of RDS radio text</title>
<updated>2012-11-09T18:09:39+00:00</updated>
<author>
<name>Bertrik Sikken</name>
<email>bertrik@sikken.nl</email>
</author>
<published>2012-11-09T18:09:39+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=1272e8529956e0e4c73ee9cd61a401bdd20dc2d7'/>
<id>1272e8529956e0e4c73ee9cd61a401bdd20dc2d7</id>
<content type='text'>
Change-Id: Ifc678166ac70cc8fc76897c76ccbc4bc3f88cc14
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ifc678166ac70cc8fc76897c76ccbc4bc3f88cc14
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix red</title>
<updated>2012-05-31T17:20:02+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2012-05-31T17:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=f8aa5c4ec0e08a87cfcd765f89bbbc571d75d2ae'/>
<id>f8aa5c4ec0e08a87cfcd765f89bbbc571d75d2ae</id>
<content type='text'>
Change-Id: Ifa8b360c97bb1036210b2563cfb87be2630eaab6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ifa8b360c97bb1036210b2563cfb87be2630eaab6
</pre>
</div>
</content>
</entry>
<entry>
<title>rds: implement more robust PS/RT parsing</title>
<updated>2012-05-31T17:04:38+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2012-05-10T16:57:13+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=f7b2e3153b8ee1ca925da9ff99df863987bb2ec1'/>
<id>f7b2e3153b8ee1ca925da9ff99df863987bb2ec1</id>
<content type='text'>
Our current PS and RT parser is very strict: it requires
all segments to be received in order. This is too strong
of an assumption even when the reception in good, particularly
for long RT messages. This parser handles segments in any order
and completes a message only when all segments are present. To
avoid keeping obsolete segments, each segment has an associated
timeout and is trashed if not updated for a certain period.

Change-Id: I79841bb5ab1f838c7702d8281044e226f6510199
Reviewed-on: http://gerrit.rockbox.org/237
Tested-by: Bertrik Sikken &lt;bertrik@sikken.nl&gt;
Reviewed-by: Bertrik Sikken &lt;bertrik@sikken.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Our current PS and RT parser is very strict: it requires
all segments to be received in order. This is too strong
of an assumption even when the reception in good, particularly
for long RT messages. This parser handles segments in any order
and completes a message only when all segments are present. To
avoid keeping obsolete segments, each segment has an associated
timeout and is trashed if not updated for a certain period.

Change-Id: I79841bb5ab1f838c7702d8281044e226f6510199
Reviewed-on: http://gerrit.rockbox.org/237
Tested-by: Bertrik Sikken &lt;bertrik@sikken.nl&gt;
Reviewed-by: Bertrik Sikken &lt;bertrik@sikken.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rds: add basic RDS clock-time support</title>
<updated>2012-02-18T10:02:13+00:00</updated>
<author>
<name>Bertrik Sikken</name>
<email>bertrik@sikken.nl</email>
</author>
<published>2012-02-07T18:50:33+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=43a940c8cb7201c8e925ac4ef28aff86cb02f42f'/>
<id>43a940c8cb7201c8e925ac4ef28aff86cb02f42f</id>
<content type='text'>
Change-Id: I931182ccd20cf8899f3ce9b6b8d7c7c5f4ea006f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I931182ccd20cf8899f3ce9b6b8d7c7c5f4ea006f
</pre>
</div>
</content>
</entry>
<entry>
<title>rds: make programme identification (pi) decoding safer, show pi in the debug screen</title>
<updated>2012-02-16T19:49:06+00:00</updated>
<author>
<name>Bertrik Sikken</name>
<email>bertrik@sikken.nl</email>
</author>
<published>2012-02-16T19:49:06+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=565a4b5baadad431e63ec183a2eaea6564346940'/>
<id>565a4b5baadad431e63ec183a2eaea6564346940</id>
<content type='text'>
Change-Id: I8b547400f4a28ee387157848b9640a3361df937f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I8b547400f4a28ee387157848b9640a3361df937f
</pre>
</div>
</content>
</entry>
<entry>
<title>RDS: Use a define that doesn't imply any particular hardware dependency.</title>
<updated>2011-12-29T14:55:49+00:00</updated>
<author>
<name>Michael Sevakis</name>
<email>jethead71@rockbox.org</email>
</author>
<published>2011-12-29T14:55:49+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=2403f38c1fd8bc35d4d8e4b12047265366fbf1b7'/>
<id>2403f38c1fd8bc35d4d8e4b12047265366fbf1b7</id>
<content type='text'>
Theoretically, anything with the capability could implement the decoding
action in an ISR on any radio chip supporting RDS.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31464 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Theoretically, anything with the capability could implement the decoding
action in an ISR on any radio chip supporting RDS.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31464 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Gigabeat S: Update RDS processing to use asynchronous I2C rather than thread.</title>
<updated>2011-12-29T12:02:49+00:00</updated>
<author>
<name>Michael Sevakis</name>
<email>jethead71@rockbox.org</email>
</author>
<published>2011-12-29T12:02:49+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=7b596416bf2cf533a514b4d1f7b95c6de6efa7d5'/>
<id>7b596416bf2cf533a514b4d1f7b95c6de6efa7d5</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31462 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31462 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>FS#12370: Initial RDS support for Si4701/Si4703 tuner (beast and clip zip)</title>
<updated>2011-12-17T20:24:19+00:00</updated>
<author>
<name>Bertrik Sikken</name>
<email>bertrik@sikken.nl</email>
</author>
<published>2011-12-17T20:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=8c19dcd598144d028ff1647d850d3a17483e6b9c'/>
<id>8c19dcd598144d028ff1647d850d3a17483e6b9c</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31346 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31346 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
</feed>
