<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>【知行合一】-Poople&#039;s Blog &#187; 嵌入式开发</title>
	<atom:link href="http://99dev.net/archives/category/tech/embedded/feed" rel="self" type="application/rss+xml" />
	<link>http://99dev.net</link>
	<description>智巧终归庸俗，雄谋只余虚话</description>
	<lastBuildDate>Wed, 12 Oct 2011 01:19:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>[Collection]Apacer AH320微笑碟可用的量产工具</title>
		<link>http://99dev.net/archives/675</link>
		<comments>http://99dev.net/archives/675#comments</comments>
		<pubDate>Tue, 20 Oct 2009 11:11:37 +0000</pubDate>
		<dc:creator>蒼</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[善用佳软]]></category>
		<category><![CDATA[嵌入式开发]]></category>

		<guid isPermaLink="false">http://99dev.net/archives/675</guid>
		<description><![CDATA[新入一个Apacer AH320（宇瞻微笑碟），《[Original]打造多用途U盘-量产》一文中所用量产工具已不能使用。
在bbs.mydigit.cn找到可用的工具，UP1411
猛击此处下载
]]></description>
			<content:encoded><![CDATA[<p>新入一个Apacer AH320（宇瞻微笑碟），《<a href="http://99dev.net/archives/388">[Original]打造多用途U盘-量产</a>》一文中所用量产工具已不能使用。</p>
<p>在bbs.mydigit.cn找到可用的工具，UP1411</p>
<p><cite><span style="font-size: x-small"><a href="http://99dev.net/wp-content/uploads/2009/10/up1411.zip"><font size="4"><strong>猛击此处下载</strong></font></a></span></cite></p>
]]></content:encoded>
			<wfw:commentRss>http://99dev.net/archives/675/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Collection]2.6.19内核编译错误</title>
		<link>http://99dev.net/archives/567</link>
		<comments>http://99dev.net/archives/567#comments</comments>
		<pubDate>Thu, 23 Apr 2009 01:09:59 +0000</pubDate>
		<dc:creator>蒼</dc:creator>
				<category><![CDATA[嵌入式开发]]></category>
		<category><![CDATA[kernel]]></category>

		<guid isPermaLink="false">http://99dev.net/archives/567</guid>
		<description><![CDATA[make编译错误提示如下
scripts/mod/sumversion.c: 在函数‘get_src_version’中:     scripts/mod/sumversion.c:387: 错误： ‘PATH_MAX’未声明(在此函数内第一次使用)      scripts/mod/sumversion.c:387: 错误： (即使在一个函数内多次出现，每个未声明的标识符在其      scripts/mod/sumversion.c:387: 错误： 所在的函数内也只报告一次。)      scripts/mod/sumversion.c:387: 警告： 未使用的变量‘filelist’      make[2]: *** [scripts/mod/sumversion.o] 错误 1      make[1]: *** [scripts/mod] 错误 2      make: *** [scripts] 错误 2
<span class="readmore"><a href="http://99dev.net/archives/567" title="[Collection]2.6.19内核编译错误" target="_blank">阅读全文——共628字</a></span>]]></description>
			<content:encoded><![CDATA[<p>make编译错误提示如下</p>
<blockquote><p>scripts/mod/sumversion.c: 在函数‘get_src_version’中:     <br />scripts/mod/sumversion.c:387: 错误： ‘PATH_MAX’未声明(在此函数内第一次使用)      <br />scripts/mod/sumversion.c:387: 错误： (即使在一个函数内多次出现，每个未声明的标识符在其      <br />scripts/mod/sumversion.c:387: 错误： 所在的函数内也只报告一次。)      <br />scripts/mod/sumversion.c:387: 警告： 未使用的变量‘filelist’      <br />make[2]: *** [scripts/mod/sumversion.o] 错误 1      <br />make[1]: *** [scripts/mod] 错误 2      <br />make: *** [scripts] 错误 2</p>
</blockquote>
<p> <span id="more-567"></span>
<p>解决方法：</p>
<p>vim scripts/mod/sumversion.c </p>
<blockquote><p>#if defined(__CYGWIN__)     <br /><font color="#000080">#include &lt;limits.h&gt;</font>      <br />#include &lt;sys/types.h&gt;      <br />#elif defined(__sun__)      <br />#include &lt;inttypes.h&gt;      <br />#else      <br />#include &lt;stdint.h&gt;      <br />#endif      <br />#include &lt;netinet/in.h&gt;      <br />#include &lt;ctype.h&gt;      <br />#include &lt;errno.h&gt;      <br />#include &lt;string.h&gt;      <br />#include &quot;modpost.h&quot;      <br /><font color="#ff0000">#include &lt;limits.h&gt;</font></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://99dev.net/archives/567/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Collection]Ubuntu安装USB to RS232驱动</title>
		<link>http://99dev.net/archives/564</link>
		<comments>http://99dev.net/archives/564#comments</comments>
		<pubDate>Mon, 20 Apr 2009 04:39:52 +0000</pubDate>
		<dc:creator>蒼</dc:creator>
				<category><![CDATA[嵌入式开发]]></category>

		<guid isPermaLink="false">http://99dev.net/archives/564</guid>
		<description><![CDATA[Ubuntu8.10自带了大部分USB to RS232驱动，我们所要做的就是查找出设备对应的设备名即可
在终端下输入lsusb,列出系统识别的USB设备列表
 
poople@poople-laptop:~$ lsusb    Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub    Bus 003 Device 002: ID 064e:a103 Suyin Corp.     Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub    Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub    Bus 005 Device 003: ID 062a:0001 Creative Labs Notebook Optical Mouse    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub    Bus 004 Device 005: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub    Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
<span class="readmore"><a href="http://99dev.net/archives/564" title="[Collection]Ubuntu安装USB to RS232驱动" target="_blank">阅读全文——共1486字</a></span>]]></description>
			<content:encoded><![CDATA[<p>Ubuntu8.10自带了大部分USB to RS232驱动，我们所要做的就是查找出设备对应的设备名即可</p>
<p>在终端下输入lsusb,列出系统识别的USB设备列表</p>
<p> <span id="more-564"></span>
<p><a href="mailto:poople@poople-laptop:~$">poople@poople-laptop:~$</a> <strong>lsusb</strong>    <br />Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub    <br />Bus 003 Device 002: ID 064e:a103 Suyin Corp.     <br />Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub    <br />Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub    <br />Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub    <br />Bus 005 Device 003: ID 062a:0001 Creative Labs Notebook Optical Mouse    <br />Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub    <br /><font color="#ff0000">Bus 004 Device 005: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port</font>    <br />Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub    <br />Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub    <br />Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub</p>
<p>输入dmesg可显示连接设备名（红色字体部分）</p>
<p>[&#160; 668.252084] usb 5-1: new full speed USB device using uhci_hcd and address 2   <br />[&#160; 668.413928] usb 5-1: configuration #1 chosen from 1 choice    <br />[&#160; 668.692862] usbcore: registered new interface driver usbserial    <br />[&#160; 668.692900] usbserial: USB Serial support registered for generic    <br />[&#160; 668.692968] usbcore: registered new interface driver usbserial_generic    <br />[&#160; 668.692973] usbserial: USB Serial Driver core    <br />[&#160; 668.704495] usbserial: USB Serial support registered for pl2303    <br />[&#160; 668.716444] usb 5-1: pl2303 converter now attached to ttyUSB0    <br />[&#160; 668.716491] usbcore: registered new interface driver pl2303    <br />[&#160; 670.016108] usb 5-1: USB disconnect, address 2    <br />[&#160; 671.008120] usb 4-1: USB disconnect, address 4    <br />[&#160; 672.740055] usb 4-1: new full speed USB device using uhci_hcd and address 5    <br />[&#160; 672.904865] usb 4-1: configuration #1 chosen from 1 choice    <br /><font color="#ff0000">[&#160; 672.928071] usb 4-1: pl2303 converter now attached to ttyUSB0</font></p>
<p>在minicom中使用该设备名   <br /><a href="http://www.99dev.net/wp-content/uploads/2008/CollectionUbuntuUSBtoRS232_AFD5/2009420123736.png"><img title="2009-4-20 12-37-36" style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" height="182" alt="2009-4-20 12-37-36" src="http://www.99dev.net/wp-content/uploads/2008/CollectionUbuntuUSBtoRS232_AFD5/2009420123736_thumb.png" width="359" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://99dev.net/archives/564/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Original]打造多用途U盘-量产</title>
		<link>http://99dev.net/archives/388</link>
		<comments>http://99dev.net/archives/388#comments</comments>
		<pubDate>Tue, 30 Dec 2008 08:15:27 +0000</pubDate>
		<dc:creator>蒼</dc:creator>
				<category><![CDATA[嵌入式开发]]></category>

		<guid isPermaLink="false">http://99dev.net/archives/388</guid>
		<description><![CDATA[既然把优盘归在数码电子这一类，应该也有可以玩的地方。在DRL上屡次“量产”一词，不解其意。   Google了一下，得到量产的真正含义
量产的意思简单的说就是用一种U盘主控制芯片的厂家提供的一种软件，来把U盘分为2个部分，其中的一部分模拟成光驱读光盘的形式(只读形式)，另一种还是保持U盘的正常读写功能。
当然量产的模式不止这些，还有加密模式/USB-HDD模式，许多厂商宣称的加密功能，隐私保护功能，杀毒功能，大致也是这么做出来的。典型的有SanDisk的U3，金山和趋势的杀毒U盘等。

<span class="readmore"><a href="http://99dev.net/archives/388" title="[Original]打造多用途U盘-量产" target="_blank">阅读全文——共1161字</a></span>]]></description>
			<content:encoded><![CDATA[<p>既然把优盘归在数码电子这一类，应该也有可以玩的地方。在DRL上屡次“量产”一词，不解其意。   <br />Google了一下，得到量产的真正含义</p>
<blockquote><p>量产的意思简单的说就是用一种U盘主控制芯片的厂家提供的一种软件，来把U盘分为2个部分，其中的一部分模拟成光驱读光盘的形式(只读形式)，另一种还是保持U盘的正常读写功能。</p>
<p>当然量产的模式不止这些，还有加密模式/USB-HDD模式，许多厂商宣称的加密功能，隐私保护功能，杀毒功能，大致也是这么做出来的。典型的有SanDisk的U3，金山和趋势的杀毒U盘等。</p>
</blockquote>
<p><strong>这次要做的是启动型CDROM+可移动磁盘，启动型CDROM中我烧录了深度的XP安装盘（含WinPE环境，用于系统安装维护），可移动磁盘做成口袋操作系统。</strong></p>
<p><strong>量产中需要的工具在<a href="http://99dev.net/wp-content/uploads/2008/12/soft.zip">量产工具</a>下载 </strong></p>
<p> <span id="more-388"></span><strong></strong>
</p>
<p><strong>第一步：查看U盘主控芯片</strong>    <br />我们使用ChipGenius2.70</p>
<blockquote><p>ChipGenius是一款USB设备芯片型号检测工具，可以自动查询U盘、MP3/MP4、读卡器、移动硬盘等一切USB设备的主控芯片 型号、制造商、品牌、并提供相关资料下载地址。当然也可以查询USB设备的VID/PID信息、设备名称、接口速度、序列号、设备版本 等。</p>
</blockquote>
<p><a href="http://www.99dev.net/wp-content/uploads/2008/CollectionU_DD53/20081127_105411_3.jpg"><img title="2008-11-27_105411" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="413" alt="2008-11-27_105411" src="http://www.99dev.net/wp-content/uploads/2008/CollectionU_DD53/20081127_105411_thumb_3.jpg" width="588" border="0" /></a></p>
<p><strong>第二步：启动ParamEdt-F1-v1.0.14.3.exe程序，按如下设置</strong></p>
<p><a href="http://www.99dev.net/wp-content/uploads/2008/CollectionU_DD53/2_3.png"><img title="2副本" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="1673" alt="2副本" src="http://www.99dev.net/wp-content/uploads/2008/CollectionU_DD53/2_thumb_3.png" width="583" border="0" /></a>    <br />其中Mode选项说明：    <br />3 把U盘做成一个可移动磁盘。如果你想恢复U盘成刚买回来的状态，用此模式（修复U盘常用）    <br />4 把U盘做成一个私有（可隐藏）移动磁盘和一个软盘。需要F1-2中指定软盘映像文件。    <br />7 把U盘做成一个私有移动磁盘和一个公共可移动磁盘。私有可移动磁盘可以执行加密操作，加密后私有磁盘隐藏。    <br />8 把U盘做成一个可移动磁盘，可隐藏，可开放    <br />14 把U盘做成一个光盘或者硬盘（注意是硬盘，不是可移动磁盘）和一个可移动磁盘    <br />21 把U盘做成一个CD-ROM和一个可移动磁盘。需要在标签&quot;F1-2&quot;中指定光盘映像文件</p>
<p>第三步：启动F1_90_v189.exe程序，按如下设置</p>
<p><a href="http://www.99dev.net/wp-content/uploads/2008/CollectionU_DD53/555_3.png"><img title="555副本" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="1009" alt="555副本" src="http://www.99dev.net/wp-content/uploads/2008/CollectionU_DD53/555_thumb_3.png" width="549" border="0" /></a>    <br />至此全部完成！</p>
<p>注：量产过程中，U盘的读写指示灯会闪烁，量产结束也仍然是闪烁。因此检查量产是否结束的标准是途中的黄块变成绿块，既是已经量产结束，可以放心拔下U盘。</p>
<p>量产结束，重新插上U盘，我的电脑中将多出一个CDROM和一个可移动磁盘</p>
<p><a href="http://www.99dev.net/wp-content/uploads/2008/CollectionU_DD53/20081230155559_3.png"><img title="2008-12-30 15-55-59" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="329" alt="2008-12-30 15-55-59" src="http://www.99dev.net/wp-content/uploads/2008/CollectionU_DD53/20081230155559_thumb_3.png" width="402" border="0" /></a></p>
<p>CDROM的文件内容，是一张深度XP安装盘，如下   <br /><a href="http://www.99dev.net/wp-content/uploads/2008/CollectionU_DD53/20081230155842_3.png"><img title="2008-12-30 15-58-42" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="319" alt="2008-12-30 15-58-42" src="http://www.99dev.net/wp-content/uploads/2008/CollectionU_DD53/20081230155842_thumb_3.png" width="400" border="0" /></a></p>
<p>至此，你的U盘就是XP安装盘和可移动磁盘的集合了。以后要安装操作系统，只要在BIOS里面选择第一启动设备为USB-CDROM，插入U盘就可以了。</p>
<p>对可移动磁盘做了小小的定制，灌入了<a href="http://portableapps.com/" target="_blank">PortableApps.com Platform</a>，以及安装了许多portable版本的常用软件，以后就可以带着自己的使用习惯到处走了。</p>
<p><a href="http://www.99dev.net/wp-content/uploads/2008/CollectionU_DD53/20081230160621_3.png"><img title="2008-12-30 16-06-21" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="562" alt="2008-12-30 16-06-21" src="http://www.99dev.net/wp-content/uploads/2008/CollectionU_DD53/20081230160621_thumb_3.png" width="399" border="0" /></a></p>
<p>更多的portable软件可以在<a title="http://portableapps.com/" href="http://portableapps.com/">http://portableapps.com/</a>获得，或者是国内的绿色软件下载站也可以。</p>
]]></content:encoded>
			<wfw:commentRss>http://99dev.net/archives/388/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>[Collection]超线程和双核技术有什么不同?</title>
		<link>http://99dev.net/archives/202</link>
		<comments>http://99dev.net/archives/202#comments</comments>
		<pubDate>Wed, 01 Oct 2008 13:13:02 +0000</pubDate>
		<dc:creator>蒼</dc:creator>
				<category><![CDATA[嵌入式开发]]></category>

		<guid isPermaLink="false">http://99dev.net/archives/202</guid>
		<description><![CDATA[利用超线程(hyper-threading)技术可以让单物理内核的处理器通过模拟方式实现在对称处理模式下双处理器运行的效果。但是使用超线程技术的两个逻辑处理器并没有独立的执行单元、整数单元、寄存器甚至缓存等资源。它们的运行过程中仍需要共用执行单元、缓存和系统总线接口，在执行多线程时两个逻辑处理器均是交替的工作，如果两个线程都同时需要某一个资源时，其中一个要暂停并要让出资源，要待该资源闲置才能继续。
 
 而双核处理器中每个核心拥有独立的指令集、执行单元，可以同时执行多项任务，能让处理器资源真正实现并行处理模式，其效率和性能提升要比超线程技术高得多。    例如:在执行某一运算任务时，在单线程情况下需要6个时钟周期，但双线程下就能在3个时钟周期内完成。如果使用超线程技术的单核处理器在某周期中出现重叠的情况就会导致某个线程出现延迟，那么整个运算周期可能会增加到4个。
]]></description>
			<content:encoded><![CDATA[<p> 利用超线程(hyper-threading)技术可以让单物理内核的处理器通过模拟方式实现在对称处理模式下双处理器运行的效果。但是使用超线程技术的两个逻辑处理器并没有独立的执行单元、整数单元、寄存器甚至缓存等资源。它们的运行过程中仍需要共用执行单元、缓存和系统总线接口，在执行多线程时两个逻辑处理器均是交替的工作，如果两个线程都同时需要某一个资源时，其中一个要暂停并要让出资源，要待该资源闲置才能继续。</p>
<p> <span id="more-202"></span>
<p> 而双核处理器中每个核心拥有独立的指令集、执行单元，可以同时执行多项任务，能让处理器资源真正实现并行处理模式，其效率和性能提升要比超线程技术高得多。   <br /> 例如:在执行某一运算任务时，在单线程情况下需要6个时钟周期，但双线程下就能在3个时钟周期内完成。如果使用超线程技术的单核处理器在某周期中出现重叠的情况就会导致某个线程出现延迟，那么整个运算周期可能会增加到4个。</p>
]]></content:encoded>
			<wfw:commentRss>http://99dev.net/archives/202/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[News]skyeye-1.2.5 is released</title>
		<link>http://99dev.net/archives/90</link>
		<comments>http://99dev.net/archives/90#comments</comments>
		<pubDate>Mon, 22 Sep 2008 14:43:31 +0000</pubDate>
		<dc:creator>蒼</dc:creator>
				<category><![CDATA[嵌入式开发]]></category>

		<guid isPermaLink="false">http://99dev.net/archives/90</guid>
		<description><![CDATA[Waiting for more than six months after last release , skyeye-1.2.5 is released.

Comparing to last version , the biggest change is we use autoconf/automake to build our source tree. So you need to use &#34;./configure;make;make install&#34; to build and install skyeye. 

<span class="readmore"><a href="http://99dev.net/archives/90" title="[News]skyeye-1.2.5 is released" target="_blank">阅读全文——共1639字</a></span>]]></description>
			<content:encoded><![CDATA[<p>Waiting for more than six months after last release , skyeye-1.2.5 is released.</p>
</p>
<p>Comparing to last version , the biggest change is we use autoconf/automake to build our source tree. So you need to use &quot;./configure;make;make install&quot; to build and install skyeye. </p>
</p>
<p> <span id="more-90"></span>
<p>In addition to this, we also have the following improvement:&#160; <br />* Add code coverage profiling feature in SkyEye. You can find some example of code coverage usage from skyeye-testsuite-1.2.5 package.&#160; <br />* Fix several critical bugs in MIPS simulation, but MIPS simulation still not stable.&#160; <br />* Add DSI exception into PowerPC simulation, fix several bugs in instruction implementation. Now we can run UNMODIFIED linux with MPC8560 simulation&#160; <br />* Add load_addr option in skyeye.conf. Now we do not recommend to modify physical address of linux kernel source for running linux on SkyEye. You can use this option to relocated ELF image to any load address.&#160; <br />* cs8900a netcard simulation is improved. We can run ftp , telnet etc. based on it.&#160; <br />* DBCT function is disabled temporarily since autoconf can not detect gcc version. We will fix it later. </p>
<p>More improvement and bug fixes can be found in ChangeLog:&#160; <br /><a href="http://skyeye.svn.sourceforge.net/viewvc/skyeye/skyeye-v1/branches/skyeye-1.2.5/ChangeLog?view=markup">http://skyeye.svn.sourceforge.net/viewvc/skyeye/skyeye-v1/branches/skyeye-1.2.5/ChangeLog?view=markup</a>     <br />SkyEye 1.2.5 Release package can be download from sourceforge webiste:&#160;&#160; <br /><a href="http://sourceforge.net/project/showfiles.php?group_id=85554&amp;package_id=88626&amp;release_id=605866">http://sourceforge.net/project/showfiles.php?group_id=85554&amp;package_id=88626&amp;release_id=605866</a>     <br />For Chinese users, you can get release package from gro website:&#160; <br /><a href="http://gro.clinux.org/frs/?group_id=327">http://gro.clinux.org/frs/?group_id=327</a>     <br />Also you can download the corresponding skyeye-testsuite-1.2.5 to test the release package.&#160; <br />We had tested our release on Suse, FressBSD, Solaris and Cygwin platform.&#160; <br />You can commit bug report at :&#160; <br /><a href="http://sourceforge.net/tracker/?group_id=85554&amp;atid=576533">http://sourceforge.net/tracker/?group_id=85554&amp;atid=576533</a></p>
<p>Thanks all the guys involved in development and testing for skyeye-1.2.5 release. </p>
<p>&#8211; SkyEye Development Team </p>
]]></content:encoded>
			<wfw:commentRss>http://99dev.net/archives/90/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

