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

    <title>ecos-v3_0-branch: packages/io/flash/current/ChangeLog history</title>
    <description>packages/io/flash/current/ChangeLog revision history</description>
    <item>
    <title>* doc/flash.sgml: Fix typos in a FLASH API listing. [ Bugzilla 1000704 ]</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/3cba13e908be/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[* doc/flash.sgml: Fix typos in a FLASH API listing. [ Bugzilla 1000704 ]]]></description>
    <author>&#106;&#108;&#100;</author>
    <pubDate>Sat, 07 Mar 2009 11:59:42 +0000</pubDate>
</item>
<item>
    <title>* include/flash.h: Reinstate printf arg to cyg_flash_init, but it</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/c4521b91e076/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[* include/flash.h: Reinstate printf arg to cyg_flash_init, but it<br/>
	will now be officially required to be set to NULL.<br/>
	* src/flash.c (cyg_flash_init): Act on printf arg again (even though<br/>
	it's not meant to be non-NULL).<br/>
	* src/flashiodev.c (flashiodev_init): Call cyg_flash_init with NULL.<br/>
	* src/flashiodevlegacy.c (flashiodev_init): Ditto.<br/>
	* src/legacy_api.c (flash_init): Ditto.<br/>
	* doc/flash.sgml: Update cyg_flash_init as above, deprecating use of<br/>
	non-NULL parameter.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 20 Feb 2009 22:33:31 +0000</pubDate>
</item>
<item>
    <title>* include/flash.h: Modest API change: cyg_flash_init() no longer</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/422d0a343b4d/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[* include/flash.h: Modest API change: cyg_flash_init() no longer<br/>
	takes a printf function argument. Instead two new API functions<br/>
	are available: cyg_flash_set_printf() and<br/>
	cyg_flash_set_global_printf().<br/>
<br/>
	* src/flash.c (CHATTER): Don't attempt output if printf function<br/>
	is NULL.<br/>
	(cyg_flash_init): No longer takes printf arg.<br/>
	(cyg_flash_set_printf): New. Set per-device printf function, locking<br/>
	if needed.<br/>
	(cyg_flash_set_global_printf): New. Set printf function for all<br/>
	devices, locking if needed.<br/>
<br/>
	* src/flashiodev.c (flashiodev_init): cyg_flash_init no longer takes<br/>
	printf arg, and we can leave global printf at default.<br/>
	* src/flashiodevlegacy.c (flashiodev_init): Ditto.<br/>
<br/>
	* src/legacy_api.c (flash_init): cyg_flash_init no longer takes<br/>
	printf arg. So call cyg_flash_set_global_printf as well.<br/>
<br/>
	* src/legacy_dev.c (legacy_flash_init): legacy drivers can't handle<br/>
	NULL printf function, so provide a dummy.<br/>
<br/>
	* doc/flash.sgml: Document removal of printf functionality of<br/>
	cyg_flash_init() and document cyg_flash_set_printf() and<br/>
	cyg_flash_set_global_printf().]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 19 Feb 2009 00:14:26 +0000</pubDate>
</item>
<item>
    <title>Remove incomplete sentence.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/0da3d39aa3df/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Remove incomplete sentence.]]></description>
    <author>&#98;&#97;&#114;&#116;&#118;</author>
    <pubDate>Fri, 13 Feb 2009 16:36:26 +0000</pubDate>
</item>
<item>
    <title>Remove unused interface CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/7960df48e8a2/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Remove unused interface CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM]]></description>
    <author>&#98;&#97;&#114;&#116;&#118;</author>
    <pubDate>Fri, 13 Feb 2009 16:22:38 +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-v3_0-branch/log/74dbf4c3f2e1/packages/io/flash/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>* doc/flash.sgml: Fix flash.h header name typos.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/aee6bfaf78cd/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[* doc/flash.sgml: Fix flash.h header name typos.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Sun, 23 Nov 2008 02:41:29 +0000</pubDate>
</item>
<item>
    <title>* src/flash.c (cyg_flash_init): Allow repeated calls to</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/592d727733df/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[* src/flash.c (cyg_flash_init): Allow repeated calls to<br/>
	change the printf function for all devices. There are<br/>
	times you don't any output, eg you are downloading an<br/>
	image over the serial port.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 18 Nov 2008 01:57:58 +0000</pubDate>
</item>
<item>
    <title>Merge flashv2 branch to trunk, with eCosCentric additions</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/a2f5434df2cb/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Merge flashv2 branch to trunk, with eCosCentric additions]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 18 Nov 2008 00:56:04 +0000</pubDate>
</item>
<item>
    <title>* src/flash.c (flash_init): Allow repeat calls change the function</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/a7557f72de47/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[* src/flash.c (flash_init): Allow repeat calls change the function<br/>
        used for printing. There are times you don't any output, eg you<br/>
        are downloading am image over the serial port.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Sat, 25 Feb 2006 14:07:43 +0000</pubDate>
</item>
<item>
    <title>* tests/flash1.c (cyg_start): Compiler warning fixes.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/fc88957d075c/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[* tests/flash1.c (cyg_start): Compiler warning fixes.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Wed, 03 Aug 2005 21:04:28 +0000</pubDate>
</item>
<item>
    <title>* tests/flash1.c: Fixed compiler warning with diag_printf.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/5445c3413b0f/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[* tests/flash1.c: Fixed compiler warning with diag_printf.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Sun, 27 Mar 2005 17:30:54 +0000</pubDate>
</item>
<item>
    <title>doco fix</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/a9728471a0b5/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[doco fix]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Sun, 05 Sep 2004 20:13:44 +0000</pubDate>
</item>
<item>
    <title>Add simple test case</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/171cd3a5df5d/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Add simple test case]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Tue, 24 Aug 2004 13:28:09 +0000</pubDate>
</item>
<item>
    <title>Don't check if the flash is write protected before performing a read.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/e1d094896914/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Don't check if the flash is write protected before performing a read.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Sun, 20 Jun 2004 12:46:16 +0000</pubDate>
</item>
<item>
    <title>Added documentation of the FLASH API.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/2a83c3d9c985/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Added documentation of the FLASH API.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Sun, 20 Jun 2004 12:20:53 +0000</pubDate>
</item>
<item>
    <title>* src/flashiodev.c: When checking flash upper bound, allow for end</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/5118f42e7e62/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[* src/flashiodev.c: When checking flash upper bound, allow for end<br/>
	of flash at 0xffffffff.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 29 Apr 2004 06:37:56 +0000</pubDate>
</item>
<item>
    <title>Specify flash block device names at runtime - from David Woodhouse</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/5e52f3febc7d/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Specify flash block device names at runtime - from David Woodhouse]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Mon, 01 Dec 2003 14:33:47 +0000</pubDate>
</item>
<item>
    <title>* src/flash.c: gcc 3.x vs gcc 2.x problems.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/707a873489c8/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[* src/flash.c: gcc 3.x vs gcc 2.x problems.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Tue, 25 Nov 2003 09:05:31 +0000</pubDate>
</item>
<item>
    <title>* cdl/io_flash.cdl:</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/86d40b65e079/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[* cdl/io_flash.cdl:<br/>
        * include/flash.h: Remove CYGNUM_FLASH_WORKSPACE_SIZE cdl option.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Mon, 24 Nov 2003 12:18:33 +0000</pubDate>
</item>
<item>
    <title>* src/flashiodev.c (flashiodev_bwrite): Use flash_read rather than</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/c1f61c891552/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[* src/flashiodev.c (flashiodev_bwrite): Use flash_read rather than<br/>
        directly doing a memcpy.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Mon, 24 Nov 2003 11:38:59 +0000</pubDate>
</item>
<item>
    <title>* src/flash.c:</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/587b0b1c6927/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[* src/flash.c:<br/>
	* src/flashiodev.c:<br/>
	* include/flash.h: Remove references to work_space and work_space_size<br/>
	since they are no longer used.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Mon, 24 Nov 2003 11:22:41 +0000</pubDate>
</item>
<item>
    <title>Remove support for non-RAM drivers (depricated)</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/e4d78a7a628d/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Remove support for non-RAM drivers (depricated)]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Thu, 20 Nov 2003 14:48:46 +0000</pubDate>
</item>
<item>
    <title>Fix compile error</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/7fb73b26ec8a/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Fix compile error]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Wed, 08 Oct 2003 19:36:25 +0000</pubDate>
</item>
<item>
    <title>New platform - TAMS MOAB - and generic changes to support it</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/dbcfe4e0dbd2/packages/io/flash/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>* include/flash_dev.h: Include &lt;cyg/infra/cyg_type.h&gt;</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/f493618bc252/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[* include/flash_dev.h: Include &lt;cyg/infra/cyg_type.h&gt;]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 14 Apr 2003 11:59:18 +0000</pubDate>
</item>
<item>
    <title>Fix compile/syntax error - from Thomas Koeller</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/3c5c8c8ffa30/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Fix compile/syntax error - from Thomas Koeller]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Wed, 19 Mar 2003 14:14:56 +0000</pubDate>
</item>
<item>
    <title>Export RedBoot FIS functions - from Knud Woehler &lt;knud.woehler@microplex.de&gt;</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/a2dfa8bf3c57/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Export RedBoot FIS functions - from Knud Woehler &lt;knud.woehler@microplex.de&gt;]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Mon, 03 Mar 2003 17:09:56 +0000</pubDate>
</item>
<item>
    <title>* cdl/io_flash.cdl: Remove irrelevant doc link - default to top</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/769b19e0b086/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[* cdl/io_flash.cdl: Remove irrelevant doc link - default to top<br/>
	level.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 24 Feb 2003 14:24:37 +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-v3_0-branch/log/d2c90368aeef/packages/io/flash/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-v3_0-branch/log/e0c0827131d1/packages/io/flash/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-11-02-06:43:03-GMT</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/67850532eebb/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-11-02-06:43:03-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 02 Nov 2001 16:12:33 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-10-26-06:43:03-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/feb0fcf83327/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-10-26-06:43:03-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 26 Oct 2001 12:27:31 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-10-19-06:43:02-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/678094f34118/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-10-19-06:43:02-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 19 Oct 2001 07:02:26 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-10-02-17:59:22-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/022f1e506033/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-10-02-17:59:22-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 02 Oct 2001 18:28:24 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-08-10-19:22:57-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/4c750ce71ae3/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-08-10-19:22:57-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 10 Aug 2001 19:27:55 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-07-28-00:17:32-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/38892b97b685/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-07-28-00:17:32-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Sun, 29 Jul 2001 02:00:07 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-07-20-10:24:43-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/cd45958b28ff/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-07-20-10:24:43-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 20 Jul 2001 10:23:16 +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-v3_0-branch/log/0d2b193a635f/packages/io/flash/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-15-06:43:03-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/2395031e7a66/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-06-15-06:43:03-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 15 Jun 2001 22:45:04 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-06-01-18:52:13-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/0d0f03f76f6a/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-06-01-18:52:13-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 01 Jun 2001 22:16:29 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-04-06-18:28:36-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/b65ec671dd4c/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-04-06-18:28:36-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 06 Apr 2001 19:06:06 +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-v3_0-branch/log/b939e9cada46/packages/io/flash/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-02-26-23:18:05-GMT</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/e2d866e32dac/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-02-26-23:18:05-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 27 Feb 2001 01:21:45 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-02-12-23:44:24-GMT</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/25e238959bae/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-02-12-23:44:24-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 13 Feb 2001 01:23:16 +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-v3_0-branch/log/6b5f480c6929/packages/io/flash/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-11-27-23:09:27-GMT</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/450e4e1f1e80/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2000-11-27-23:09:27-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 28 Nov 2000 00:03:34 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-11-17-18:24:25-GMT</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/a9ac27ec7abc/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2000-11-17-18:24:25-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 17 Nov 2000 23:16:43 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-09-04-20:50:20-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/6bd9d475ed4b/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2000-09-04-20:50:20-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 04 Sep 2000 20:24:12 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-09-01-07:47:03-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/77cec8369160/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2000-09-01-07:47:03-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 01 Sep 2000 13:45:23 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-08-25-19:22:58-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/bd1a71e3e476/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2000-08-25-19:22:58-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 25 Aug 2000 19:17:22 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-08-21-22:40:54-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/6ed91473a1cd/packages/io/flash/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2000-08-21-22:40:54-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 25 Aug 2000 17:32:38 +0000</pubDate>
</item>

  </channel>
</rss>
