<?xml version="1.0" encoding="ANSI_X3.4-1968"?>
<rss version="2.0">
  <channel>
    <link>http://www.kernellabs.com/hg/~dheitmueller/zilog_broadway/</link>
    <language>en-us</language>

    <title>~dheitmueller/zilog_broadway Changelog</title>
    <description>~dheitmueller/zilog_broadway Changelog</description>
    <item>
    <title>Make sure we reset the pointer to NULL after free</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/zilog_broadway/rev/91fa55030120</link>
    <description><![CDATA[Make sure we reset the pointer to NULL after free]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#104;&#97;&#117;&#112;&#112;&#97;&#117;&#103;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 03 Feb 2011 17:11:45 -0500</pubDate>
</item>
<item>
    <title>Make learning API properly handle error cases and add test code</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/zilog_broadway/rev/c4aa7336daf7</link>
    <description><![CDATA[Make learning API properly handle error cases and add test code]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#104;&#97;&#117;&#112;&#112;&#97;&#117;&#103;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 03 Feb 2011 14:53:44 -0500</pubDate>
</item>
<item>
    <title>Make learning work on Broadway platform.</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/zilog_broadway/rev/191ae31ae544</link>
    <description><![CDATA[Make learning work on Broadway platform.<br/>
<br/>
Make the learning mode work properly when running on Broadway.  Also re-enable<br/>
the test harness section that does learning.]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#104;&#97;&#117;&#112;&#112;&#97;&#117;&#103;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 03 Feb 2011 14:44:30 -0500</pubDate>
</item>
<item>
    <title>Properly implement checking for I2C busy condition in RX read</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/zilog_broadway/rev/0966a677e541</link>
    <description><![CDATA[Properly implement checking for I2C busy condition in RX read<br/>
<br/>
The Zilog can be too busy to service the RC5 receiver, which according to<br/>
the documentation is indicated by setting byte 5 to non-zero.<br/>
<br/>
Add a check which will do a couple of retries if we detect this condition.]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#104;&#97;&#117;&#112;&#112;&#97;&#117;&#103;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 03 Feb 2011 12:47:19 -0500</pubDate>
</item>
<item>
    <title>Extend API to include ability to receive RC5/RC6 codes</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/zilog_broadway/rev/33073dbf4037</link>
    <description><![CDATA[Extend API to include ability to receive RC5/RC6 codes<br/>
<br/>
Provide a new function in the API to interact with the RC5/RC6 receiver, and<br/>
extend the test application as well to demonstrate the new support.]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#104;&#97;&#117;&#112;&#112;&#97;&#117;&#103;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 03 Feb 2011 12:18:06 -0500</pubDate>
</item>
<item>
    <title>By default, build the MIPS version of the library and test app</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/zilog_broadway/rev/026758cdd878</link>
    <description><![CDATA[By default, build the MIPS version of the library and test app]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#104;&#97;&#117;&#112;&#112;&#97;&#117;&#103;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 03 Feb 2011 12:17:19 -0500</pubDate>
</item>
<item>
    <title>Add RX support to the Zilog driver</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/zilog_broadway/rev/bd118be7b510</link>
    <description><![CDATA[Add RX support to the Zilog driver]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#104;&#97;&#117;&#112;&#112;&#97;&#117;&#103;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 03 Feb 2011 11:45:06 -0500</pubDate>
</item>
<item>
    <title>Get Zilog firmware into source control</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/zilog_broadway/rev/5d6cc6b6f5d5</link>
    <description><![CDATA[Get Zilog firmware into source control<br/>
<br/>
This is the firmware downloaded from the Internet, which was reverse<br/>
engineered by some code which blasts every code in conjunction with a capture<br/>
of the i2c bus traffic.<br/>
<br/>
Downloaded from:<br/>
<br/>
http://www.blushingpenguin.com/mark/lmilk/<br/>
<br/>
Note that this apparently corresponds to database version 6.0, whereas our<br/>
current database is 7.0.]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#104;&#97;&#117;&#112;&#112;&#97;&#117;&#103;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 03 Feb 2011 10:40:08 -0500</pubDate>
</item>
<item>
    <title>Turn off library debugging output by default</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/zilog_broadway/rev/f5c81f907826</link>
    <description><![CDATA[Turn off library debugging output by default]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#104;&#97;&#117;&#112;&#112;&#97;&#117;&#103;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 31 Jan 2011 18:28:26 -0500</pubDate>
</item>
<item>
    <title>Add -Wall -Werror to CFLAGS</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/zilog_broadway/rev/3cf9633a22bb</link>
    <description><![CDATA[Add -Wall -Werror to CFLAGS]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#104;&#97;&#117;&#112;&#112;&#97;&#117;&#103;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 31 Jan 2011 18:24:25 -0500</pubDate>
</item>

  </channel>
</rss>
