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

    <title>flash_v2: packages/hal/common/current/ChangeLog history</title>
    <description>packages/hal/common/current/ChangeLog revision history</description>
    <item>
    <title>* src/hal_stub.c:</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/ca8bb447fe5f/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[* src/hal_stub.c:<br/>
	(cyg_hal_gdb_interrupt)<br/>
	(cyg_hal_gdb_remove_break): Changed both to use<br/>
	_read_mem_safe/__write_mem_safe for inserting a breakpoint, and<br/>
	restoring the original instruction.<br/>
	The Xtensa architecture (and others maybe?) can have unaligned<br/>
	instructions, which caused unaligned load/store exception.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 27 May 2004 05:47:40 +0000</pubDate>
</item>
<item>
    <title>Update usage of 'tail' command for new (pickier) version - from Jani Monoses</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/bc88a3357a79/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Update usage of 'tail' command for new (pickier) version - from Jani Monoses]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Thu, 22 Apr 2004 15:26:20 +0000</pubDate>
</item>
<item>
    <title>* cdl/debugging.cdl (CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS): Included</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/489f52f54b1c/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[* cdl/debugging.cdl (CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS): Included<br/>
	stubs should always mean saving full context both on interrupts<br/>
	and context swaps, so make it explicit.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 23 Feb 2004 14:55:30 +0000</pubDate>
</item>
<item>
    <title>Handle changes in FLASH CFG API</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/9bf998a57d30/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Handle changes in FLASH CFG API]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Mon, 05 Jan 2004 21:58:16 +0000</pubDate>
</item>
<item>
    <title>Expand fconfig access via virtual vectors.</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/c15fe26f81c7/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Expand fconfig access via virtual vectors.]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Sun, 21 Dec 2003 13:18:02 +0000</pubDate>
</item>
<item>
    <title>Flesh out exported FIS functions - from Patrick Doyle</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/0e41ddaf36fe/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Flesh out exported FIS functions - from Patrick Doyle]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Sun, 07 Sep 2003 11:48:56 +0000</pubDate>
</item>
<item>
    <title>* src/drv_api.c: Added definition of cyg_interrupt_post_dsr() for</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/10a36d0fd6f3/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[* src/drv_api.c: Added definition of cyg_interrupt_post_dsr() for<br/>
	use in those HALs that need it.<br/>
<br/>
	* include/hal_arbiter.h (hal_call_isr): Removed ifdef on<br/>
	CYGFUN_HAL_COMMON_KERNEL_SUPPORT around test and call to<br/>
	cyg_interrupt_post_dsr().]]></description>
    <author>&#110;&#105;&#99;&#107;&#103;</author>
    <pubDate>Wed, 06 Aug 2003 17:32:30 +0000</pubDate>
</item>
<item>
    <title>* doc/hal.sgml: Reorganized description of clock and timer related</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/e5931b4baad9/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[* doc/hal.sgml: Reorganized description of clock and timer related<br/>
	stuff into their own section and added a piece about how to change<br/>
	the clock frequency.]]></description>
    <author>&#110;&#105;&#99;&#107;&#103;</author>
    <pubDate>Thu, 24 Jul 2003 20:21:38 +0000</pubDate>
</item>
<item>
    <title>* src/hal_if.c (delay_us): The first test against</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/ff838098079a/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[* src/hal_if.c (delay_us): The first test against<br/>
	CYGNUM_KERNEL_COUNTERS_RTC_PERIOD is now against the period<br/>
	divided by two. By the time we get to this test we know that usecs<br/>
	can never be &gt; usec_per_period/2 so we can double the range of<br/>
	period values that we can handle without overflow and use the more<br/>
	efficient approximation. The second test is not changed since we<br/>
	cannot make the same assumptions about the elapsed count.]]></description>
    <author>&#110;&#105;&#99;&#107;&#103;</author>
    <pubDate>Wed, 25 Jun 2003 17:40:41 +0000</pubDate>
</item>
<item>
    <title>* src/generic-stub.c (crc32): Fix crctable option name typo.</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/745b55b432de/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[* src/generic-stub.c (crc32): Fix crctable option name typo.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 24 Jun 2003 04:57:18 +0000</pubDate>
</item>
<item>
    <title>* src/hal_if.c (hal_if_init): Remove kill_by_reset.</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/965fc7fbe135/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[* src/hal_if.c (hal_if_init): Remove kill_by_reset.<br/>
	(kill_by_reset): Remove, unused.<br/>
	(reset): ifdef test on HAL_PLATFORM_RESET and assert on reset failure.<br/>
<br/>
	* cdl/interrupts.cdl (CYGNUM_HAL_COMMON_INTERRUPTS_STACK_SIZE): No<br/>
	reason to forbid people setting this quite small.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 24 Jun 2003 04:01:09 +0000</pubDate>
</item>
<item>
    <title>* src/hal_if.c (delay_us): Reorganized to cope with high frequency</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/72c6adb4efe1/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[* src/hal_if.c (delay_us): Reorganized to cope with high frequency<br/>
	timers by eliminating a source of arithmetic overflow.]]></description>
    <author>&#110;&#105;&#99;&#107;&#103;</author>
    <pubDate>Thu, 19 Jun 2003 18:27:00 +0000</pubDate>
</item>
<item>
    <title>HAL enhancements from Pierre Habraken</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/609c8b1447ee/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[HAL enhancements from Pierre Habraken]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Tue, 06 May 2003 21:00:18 +0000</pubDate>
</item>
<item>
    <title>gdb vector match tweak</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/22d7a1b27981/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[gdb vector match tweak]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Tue, 08 Apr 2003 17:14:58 +0000</pubDate>
</item>
<item>
    <title>* cdl/debugging.cdl: Allow CRC to be allocated in ROM as well as RAM.</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/82d5a3544347/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[* cdl/debugging.cdl: Allow CRC to be allocated in ROM as well as RAM.<br/>
	* src/generic-stub.c: as above.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 08 Apr 2003 01:13:14 +0000</pubDate>
</item>
<item>
    <title>Leave out unused static buffers if not supporting program args.</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/4747af8ef0ef/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Leave out unused static buffers if not supporting program args.]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Wed, 02 Apr 2003 19:48:28 +0000</pubDate>
</item>
<item>
    <title>Export RedBoot FIS functions - from Knud Woehler &lt;knud.woehler@microplex.de&gt;</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/a2dfa8bf3c57/packages/hal/common/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/hal.cdl: Fix doc links.</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/ae67364b27ba/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[* cdl/hal.cdl: Fix doc links.<br/>
<br/>
	* doc/hal.sgml: hal-common-current-doc-porting-sgml entity -&gt;<br/>
	hal-common-porting-sgml in line with other docs.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 24 Feb 2003 14:22:45 +0000</pubDate>
</item>
<item>
    <title>add FILEIO_O_TEXT flag</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/edfa9000e66d/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[add FILEIO_O_TEXT flag]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Thu, 13 Feb 2003 20:49:57 +0000</pubDate>
</item>
<item>
    <title>Support binary mode with gdb fileio</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/bfc298668101/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Support binary mode with gdb fileio]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Thu, 13 Feb 2003 14:26:56 +0000</pubDate>
</item>
<item>
    <title>Support return to redboot from go</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/f2b5df359050/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Support return to redboot from go]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Fri, 31 Jan 2003 16:45:57 +0000</pubDate>
</item>
<item>
    <title>Don't claim version string for RAM applications.</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/2f7c7863d579/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Don't claim version string for RAM applications.]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Wed, 04 Dec 2002 14:29:12 +0000</pubDate>
</item>
<item>
    <title>Export RedBoot version via virtual vector table.</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/44f818173f96/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Export RedBoot version via virtual vector table.]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Tue, 03 Dec 2002 19:48:20 +0000</pubDate>
</item>
<item>
    <title>Add control over DATA cache startup mode.</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/5441298dacbc/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Add control over DATA cache startup mode.]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Wed, 13 Nov 2002 21:04:54 +0000</pubDate>
</item>
<item>
    <title>Add control for netio line flushing.</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/85c0eb753287/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Add control for netio line flushing.]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Wed, 11 Sep 2002 12:14:51 +0000</pubDate>
</item>
<item>
    <title>HW watch/breakpoint support change</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/4882695334f2/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[HW watch/breakpoint support change]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Thu, 29 Aug 2002 16:15:32 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2002-05-23-21:39:14-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/d2c90368aeef/packages/hal/common/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/flash_v2/log/e0c0827131d1/packages/hal/common/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-12-15-12:00:33-GMT</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/920b9b754b53/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-12-15-12:00:33-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Sat, 15 Dec 2001 13:42:19 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-12-07-11:40:47-GMT</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/ea3f0bd33a73/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-12-07-11:40:47-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 07 Dec 2001 14:15:03 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-11-30-11:22:06-GMT</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/51b34619b677/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-11-30-11:22:06-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 30 Nov 2001 13:09:25 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-11-23-15:32:03-GMT</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/9b55e9c69693/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-11-23-15:32:03-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 23 Nov 2001 17:12:52 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-10-26-06:43:03-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/feb0fcf83327/packages/hal/common/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/flash_v2/log/678094f34118/packages/hal/common/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-05-06:43:03-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/d60da272beeb/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-10-05-06:43:03-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 05 Oct 2001 15:31:48 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-10-02-17:59:22-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/022f1e506033/packages/hal/common/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-09-12-03:52:30-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/9160a8005d76/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-09-12-03:52:30-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 12 Sep 2001 04:21:13 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-09-07-06:43:02-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/f62680ef1804/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-09-07-06:43:02-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 12 Sep 2001 00:59:17 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-08-17-16:31:54-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/391299f9e541/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-08-17-16:31:54-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 17 Aug 2001 16:37:36 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-08-10-19:22:57-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/4c750ce71ae3/packages/hal/common/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/flash_v2/log/38892b97b685/packages/hal/common/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-06-06:43:02-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/11b54a94cf58/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-07-06-06:43:02-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 06 Jul 2001 19:11:34 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-06-29-08:31:51-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/5602a8379ebc/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-06-29-08:31:51-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 29 Jun 2001 14:45:50 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-06-29-06:43:03-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/d63db767121d/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-06-29-06:43:03-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 29 Jun 2001 07:16:25 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-06-22-17:38:39-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/0d2b193a635f/packages/hal/common/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/flash_v2/log/2395031e7a66/packages/hal/common/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-08-21:11:51-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/ac086aa3217e/packages/hal/common/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-05-18-01:30:05-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/511f4dc167f6/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-05-18-01:30:05-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 18 May 2001 06:32:28 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-03-29-21:44:39-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/b939e9cada46/packages/hal/common/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/flash_v2/log/e2d866e32dac/packages/hal/common/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/flash_v2/log/25e238959bae/packages/hal/common/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 2001-01-19-06:43:03-GMT</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/52c99470ec11/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-01-19-06:43:03-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 19 Jan 2001 07:37:45 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-12-21-14:18:40-GMT</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/2e9a636d9de9/packages/hal/common/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/flash_v2/log/6b5f480c6929/packages/hal/common/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-24-06:43:05-GMT</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/289bf90c6a9b/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2000-11-24-06:43:05-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 24 Nov 2000 07:49:02 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-11-17-18:24:25-GMT</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/a9ac27ec7abc/packages/hal/common/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-10-31-00:30:36-GMT</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/0ae0bc38e387/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2000-10-31-00:30:36-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 31 Oct 2000 20:53:09 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-10-23-17:01:37-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/eb9fd8c04db3/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2000-10-23-17:01:37-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 23 Oct 2000 17:10:57 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-09-11-03:00:13-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/0ec04793409a/packages/hal/common/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2000-09-11-03:00:13-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 11 Sep 2000 02:42:46 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-09-04-20:50:20-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/6bd9d475ed4b/packages/hal/common/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>

  </channel>
</rss>
