<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.ratatanek.cz/hg/avrlib/</link>
    <language>en-us</language>

    <title>avrlib Changelog</title>
    <description>avrlib Changelog</description>
    <item>
    <title>A sketch of support of higher bitrates.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/avrlib/rev/8717ee347576</guid>
    <description><![CDATA[A sketch of support of higher bitrates.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#114;&#97;&#116;&#97;&#116;&#97;&#110;&#101;&#107;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sat, 17 Jul 2010 17:12:01 +0200</pubDate>
</item>
<item>
    <title>Buffer can now handle capacities larger than 254.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/avrlib/rev/d377c299bcca</guid>
    <description><![CDATA[Buffer can now handle capacities larger than 254.<br/>
<br/>
The buffer still maintains minimal overhead if the capacity is small.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#114;&#97;&#116;&#97;&#116;&#97;&#110;&#101;&#107;&#46;&#99;&#122;&#62;</author>
    <pubDate>Fri, 16 Jul 2010 11:57:50 +0200</pubDate>
</item>
<item>
    <title>Added some advanced functionality to buffer (reader/writer interfaces).</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/avrlib/rev/73423c3d5027</guid>
    <description><![CDATA[Added some advanced functionality to buffer (reader/writer interfaces).]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#114;&#97;&#116;&#97;&#116;&#97;&#110;&#101;&#107;&#46;&#99;&#122;&#62;</author>
    <pubDate>Wed, 14 Jul 2010 13:56:28 +0200</pubDate>
</item>
<item>
    <title>Some changes in assert.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/avrlib/rev/22728eb39eb1</guid>
    <description><![CDATA[Some changes in assert.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#114;&#97;&#116;&#97;&#116;&#97;&#110;&#101;&#107;&#46;&#99;&#122;&#62;</author>
    <pubDate>Mon, 12 Jul 2010 10:14:26 +0200</pubDate>
</item>
<item>
    <title>Added atomic&lt;T&gt;.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/avrlib/rev/11d251972577</guid>
    <description><![CDATA[Added atomic&lt;T&gt;.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#114;&#97;&#116;&#97;&#116;&#97;&#110;&#101;&#107;&#46;&#99;&#122;&#62;</author>
    <pubDate>Mon, 28 Jun 2010 19:25:11 +0200</pubDate>
</item>
<item>
    <title>Added avrlib::legacy_bootseq in order to support atmega48.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/avrlib/rev/0f39742da608</guid>
    <description><![CDATA[Added avrlib::legacy_bootseq in order to support atmega48.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#114;&#97;&#116;&#97;&#116;&#97;&#110;&#101;&#107;&#46;&#99;&#122;&#62;</author>
    <pubDate>Thu, 01 Apr 2010 16:42:10 +0200</pubDate>
</item>
<item>
    <title>Added a missing include.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/avrlib/rev/bd47f3574166</guid>
    <description><![CDATA[Added a missing include.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#114;&#97;&#116;&#97;&#116;&#97;&#110;&#101;&#107;&#46;&#99;&#122;&#62;</author>
    <pubDate>Thu, 01 Apr 2010 16:41:31 +0200</pubDate>
</item>
<item>
    <title>Added support for input capture interrupt handling.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/avrlib/rev/1e65b110dcf7</guid>
    <description><![CDATA[Added support for input capture interrupt handling.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#114;&#97;&#116;&#97;&#116;&#97;&#110;&#101;&#107;&#46;&#99;&#122;&#62;</author>
    <pubDate>Tue, 02 Mar 2010 13:42:46 +0100</pubDate>
</item>
<item>
    <title>counter::value() is now used instead of value::operator().</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/avrlib/rev/826b1709c911</guid>
    <description><![CDATA[counter::value() is now used instead of value::operator().<br/>
<br/>
Low-level timers and counters now have the same interface and<br/>
the interface can be static.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#114;&#97;&#116;&#97;&#116;&#97;&#110;&#101;&#107;&#46;&#99;&#122;&#62;</author>
    <pubDate>Tue, 02 Mar 2010 13:42:06 +0100</pubDate>
</item>
<item>
    <title>async_usart now performs input processing even during blocking read() call.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/avrlib/rev/258e7554194a</guid>
    <description><![CDATA[async_usart now performs input processing even during blocking read() call.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#114;&#97;&#116;&#97;&#116;&#97;&#110;&#101;&#107;&#46;&#99;&#122;&#62;</author>
    <pubDate>Tue, 02 Mar 2010 13:37:52 +0100</pubDate>
</item>

  </channel>
</rss>
