<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <link>https://hg.ecoscentric.com/ecos/</link>
    <language>en-us</language>

    <title>ecos: packages/devs/serial/generic/16x5x/current/ChangeLog history</title>
    <description>packages/devs/serial/generic/16x5x/current/ChangeLog revision history</description>
    <item>
    <title>* src/ser_16x5x.c (serial_config_port): Clear potential Overrun Error</title>
    <link>https://hg.ecoscentric.com/ecos/log/328e85803252/packages/devs/serial/generic/16x5x/current/ChangeLog</link>
    <description><![CDATA[* src/ser_16x5x.c (serial_config_port): Clear potential Overrun Error<br/>
condition at init by always reading RHR.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 02 Apr 2012 22:18:58 +0000</pubDate>
</item>
<item>
    <title>* src/ser_16x5x.c:</title>
    <link>https://hg.ecoscentric.com/ecos/log/7894f6bee6e5/packages/devs/serial/generic/16x5x/current/ChangeLog</link>
    <description><![CDATA[* src/ser_16x5x.c:<br/>
        Allow platform code to override the default implementation for<br/>
        writing the LCR register and reading the ISR register by using<br/>
        the SER_16X5X_WRITE_LCR() and SER_16X5X_READ_ISR() macros.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 19 Feb 2009 01:02:15 +0000</pubDate>
</item>
<item>
    <title>Update all copyright banners to reflect FSF ownership; fix and improve licence text.</title>
    <link>https://hg.ecoscentric.com/ecos/log/74dbf4c3f2e1/packages/devs/serial/generic/16x5x/current/ChangeLog</link>
    <description><![CDATA[Update all copyright banners to reflect FSF ownership; fix and improve licence text.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 29 Jan 2009 17:47:46 +0000</pubDate>
</item>
<item>
    <title>* cdl/ser_generic_16x5x.cdl</title>
    <link>https://hg.ecoscentric.com/ecos/log/fc0255fc3781/packages/devs/serial/generic/16x5x/current/ChangeLog</link>
    <description><![CDATA[* cdl/ser_generic_16x5x.cdl<br/>
        (CYGINT_IO_SERIAL_GENERIC_16X5X_CHAN_INTPRIO): New interface<br/>
        for devices that support per channel interrupt priorities.<br/>
<br/>
        * src/ser_16x5x.c Added int_prio to pc_serial_info type.<br/>
        serial_config_port(): uses macro<br/>
        CYG_IO_SERIAL_GENERIC_16X5X_CHAN_BAUD_GENERATOR() to get the baud<br/>
        devisor from platform if device suppports per channel baudrate<br/>
        clocks, pc_serial_init(): Use interrupt priority from int_prio<br/>
        data field if device implements<br/>
        CYGINT_IO_SERIAL_GENERIC_16X5X_CHAN_INTPRIO]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Fri, 11 Jul 2008 17:33:39 +0000</pubDate>
</item>
<item>
    <title>Add option to 'prime' UART Tx - on behalf of Alexander Aganichev</title>
    <link>https://hg.ecoscentric.com/ecos/log/55aa7418e249/packages/devs/serial/generic/16x5x/current/ChangeLog</link>
    <description><![CDATA[Add option to 'prime' UART Tx - on behalf of Alexander Aganichev]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Fri, 22 Jun 2007 11:41:49 +0000</pubDate>
</item>
<item>
    <title>* src/ser_16x5x.c (serial_config_port): Add</title>
    <link>https://hg.ecoscentric.com/ecos/log/29ca0a2d4a0f/packages/devs/serial/generic/16x5x/current/ChangeLog</link>
    <description><![CDATA[* src/ser_16x5x.c (serial_config_port): Add<br/>
        CYGPRI_IO_SERIAL_GENERIC_16X5X_PLF_INIT_HOOK<br/>
        in case devices need extra initialization.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 27 Nov 2006 13:59:50 +0000</pubDate>
</item>
<item>
    <title>* cdl/ser_generic_16x5x.cdl</title>
    <link>https://hg.ecoscentric.com/ecos/log/272d1110cda1/packages/devs/serial/generic/16x5x/current/ChangeLog</link>
    <description><![CDATA[* cdl/ser_generic_16x5x.cdl<br/>
        (CYGNUM_IO_SERIAL_GENERIC_16X5X_FIFO_TX_SIZE): New option.<br/>
<br/>
        * src/ser_16x5x.c (serial_config_port, pc_serial_putc,<br/>
        pc_serial_DSR): At TX interrupt, write up to<br/>
        CYGNUM_IO_SERIAL_GENERIC_16X5X_FIFO_TX_SIZE bytes to the transmit<br/>
        FIFO. This makes better use of the FIFO, since the LSR_THE flag<br/>
        resets when the FIFO is non-empty (not when it's full, as this<br/>
        code previously assumed).]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Wed, 08 Feb 2006 10:28:04 +0000</pubDate>
</item>
<item>
    <title>New platform - TAMS MOAB - and generic changes to support it</title>
    <link>https://hg.ecoscentric.com/ecos/log/dbcfe4e0dbd2/packages/devs/serial/generic/16x5x/current/ChangeLog</link>
    <description><![CDATA[New platform - TAMS MOAB - and generic changes to support it]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Fri, 19 Sep 2003 17:11:18 +0000</pubDate>
</item>
<item>
    <title>* src/ser_16x5x.c (CYG_IO_SERIAL_GENERIC_16X5X_INT_PRIORITY): Add</title>
    <link>https://hg.ecoscentric.com/ecos/log/4b4f3b3ba6e4/packages/devs/serial/generic/16x5x/current/ChangeLog</link>
    <description><![CDATA[* src/ser_16x5x.c (CYG_IO_SERIAL_GENERIC_16X5X_INT_PRIORITY): Add<br/>
	so that the calling hardware-specific drivers can override priorities.<br/>
	Clarify flow control comment.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 16 Jul 2003 02:09:28 +0000</pubDate>
</item>
<item>
    <title>Fix inconsistent use of CYG_IO_SET_CONFIG_SERIAL_HW_RX_FLOW_THROTTLE &quot;flag&quot;</title>
    <link>https://hg.ecoscentric.com/ecos/log/e34f641b6e5c/packages/devs/serial/generic/16x5x/current/ChangeLog</link>
    <description><![CDATA[Fix inconsistent use of CYG_IO_SET_CONFIG_SERIAL_HW_RX_FLOW_THROTTLE &quot;flag&quot;]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Tue, 18 Mar 2003 18:18:38 +0000</pubDate>
</item>
<item>
    <title>* cdl/ser_generic_16x5x.cdl: Remove irrelevant doc link.</title>
    <link>https://hg.ecoscentric.com/ecos/log/0ff2fd50676a/packages/devs/serial/generic/16x5x/current/ChangeLog</link>
    <description><![CDATA[* cdl/ser_generic_16x5x.cdl: Remove irrelevant doc link.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 24 Feb 2003 14:15:19 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2002-05-23-21:39:14-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/d2c90368aeef/packages/devs/serial/generic/16x5x/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2002-05-23-21:39:14-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 23 May 2002 22:59:51 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2002-05-20-20:11:54-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/e0c0827131d1/packages/devs/serial/generic/16x5x/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2002-05-20-20:11:54-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 20 May 2002 22:19:26 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-06-22-17:38:39-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/0d2b193a635f/packages/devs/serial/generic/16x5x/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-06-22-17:38:39-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 22 Jun 2001 18:18:44 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-06-08-21:11:51-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/ac086aa3217e/packages/devs/serial/generic/16x5x/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-06-08-21:11:51-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Sun, 10 Jun 2001 19:35:23 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-03-29-21:44:39-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/b939e9cada46/packages/devs/serial/generic/16x5x/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-03-29-21:44:39-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 06 Apr 2001 17:20:13 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-01-26-06:43:02-GMT</title>
    <link>https://hg.ecoscentric.com/ecos/log/f0e3fb000de8/packages/devs/serial/generic/16x5x/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-01-26-06:43:02-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 26 Jan 2001 08:15:27 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-12-21-14:18:40-GMT</title>
    <link>https://hg.ecoscentric.com/ecos/log/2e9a636d9de9/packages/devs/serial/generic/16x5x/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2000-12-21-14:18:40-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 22 Dec 2000 02:37:28 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-12-08-02:09:36-GMT</title>
    <link>https://hg.ecoscentric.com/ecos/log/6b5f480c6929/packages/devs/serial/generic/16x5x/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2000-12-08-02:09:36-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 08 Dec 2000 03:30:06 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-09-19-06:25:26-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/518f42066aba/packages/devs/serial/generic/16x5x/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2000-09-19-06:25:26-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 19 Sep 2000 05:53:51 +0000</pubDate>
</item>

  </channel>
</rss>
