<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Johnny 5</title>
	<atom:link href="http://knightbot.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://knightbot.wordpress.com</link>
	<description>Number five is Alive</description>
	<lastBuildDate>Sun, 24 May 2009 18:55:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on 3rd Week results: a new parser scaffold by Mariano</title>
		<link>http://knightbot.wordpress.com/2008/03/14/3rd-week-results-a-new-parser-scaffold/#comment-47</link>
		<dc:creator>Mariano</dc:creator>
		<pubDate>Sun, 24 May 2009 18:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://knightbot.wordpress.com/?p=32#comment-47</guid>
		<description>Great the web page blocked the url hehe

the project is called FreeOSEK but the registration name in sourecofge is opensek...

http:// opensek dot sf dot net

regards,
Mariano.-</description>
		<content:encoded><![CDATA[<p>Great the web page blocked the url hehe</p>
<p>the project is called FreeOSEK but the registration name in sourecofge is opensek&#8230;</p>
<p>http:// opensek dot sf dot net</p>
<p>regards,<br />
Mariano.-</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 3rd Week results: a new parser scaffold by Mariano</title>
		<link>http://knightbot.wordpress.com/2008/03/14/3rd-week-results-a-new-parser-scaffold/#comment-46</link>
		<dc:creator>Mariano</dc:creator>
		<pubDate>Sun, 24 May 2009 18:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://knightbot.wordpress.com/?p=32#comment-46</guid>
		<description>Hello,

I am working in an other osek implementation if you are still interested:

best regards,
Mariano.-</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I am working in an other osek implementation if you are still interested:</p>
<p>best regards,<br />
Mariano.-</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Some useful readings by ashaw</title>
		<link>http://knightbot.wordpress.com/2008/02/26/some-useful-readings-2/#comment-31</link>
		<dc:creator>ashaw</dc:creator>
		<pubDate>Wed, 13 Aug 2008 11:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://knightbot.wordpress.com/2008/02/26/some-useful-readings-2/#comment-31</guid>
		<description>Actually you do not need the STL anywhere in the samples.

uClibc++ looks interesting if you can make it work sans unix,

http://cxx.uclibc.org/</description>
		<content:encoded><![CDATA[<p>Actually you do not need the STL anywhere in the samples.</p>
<p>uClibc++ looks interesting if you can make it work sans unix,</p>
<p><a href="http://cxx.uclibc.org/" rel="nofollow">http://cxx.uclibc.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 3rd Week results: a new parser scaffold by knight5</title>
		<link>http://knightbot.wordpress.com/2008/03/14/3rd-week-results-a-new-parser-scaffold/#comment-17</link>
		<dc:creator>knight5</dc:creator>
		<pubDate>Tue, 08 Apr 2008 07:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://knightbot.wordpress.com/?p=32#comment-17</guid>
		<description>Thanks Jose for your comment.

Actually I&#039;ve already searched for alternatives, and my mentor told me about Trampoline. I&#039;ve already looked at his OIL parser some weeks ago.

The bad thing about GOIL si that it&#039;s written using Galgas Compiler Compiler. As far as I know it may also be a good product, but it seems not to be so widespread...

However in this moment I&#039;m not working at Lejos OSEK, since I&#039;m busy with some technical issues.... and it seems that I&#039;m no longer working on it at all. The source code of the parser is still available, anyway.</description>
		<content:encoded><![CDATA[<p>Thanks Jose for your comment.</p>
<p>Actually I&#8217;ve already searched for alternatives, and my mentor told me about Trampoline. I&#8217;ve already looked at his OIL parser some weeks ago.</p>
<p>The bad thing about GOIL si that it&#8217;s written using Galgas Compiler Compiler. As far as I know it may also be a good product, but it seems not to be so widespread&#8230;</p>
<p>However in this moment I&#8217;m not working at Lejos OSEK, since I&#8217;m busy with some technical issues&#8230;. and it seems that I&#8217;m no longer working on it at all. The source code of the parser is still available, anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 3rd Week results: a new parser scaffold by Jose Vasconcellos</title>
		<link>http://knightbot.wordpress.com/2008/03/14/3rd-week-results-a-new-parser-scaffold/#comment-16</link>
		<dc:creator>Jose Vasconcellos</dc:creator>
		<pubDate>Mon, 07 Apr 2008 19:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://knightbot.wordpress.com/?p=32#comment-16</guid>
		<description>Another OSEK implementation is Trampoline (http://trampoline.rts-software.org/). It&#039;s open source and has a full OIL processor called GOIL. You may be able to modify it to use it with TOPPERS OSEK. Another possibility is to port Trampoline to the AT91SAM7S; this may be an easier approach.</description>
		<content:encoded><![CDATA[<p>Another OSEK implementation is Trampoline (<a href="http://trampoline.rts-software.org/)" rel="nofollow">http://trampoline.rts-software.org/)</a>. It&#8217;s open source and has a full OIL processor called GOIL. You may be able to modify it to use it with TOPPERS OSEK. Another possibility is to port Trampoline to the AT91SAM7S; this may be an easier approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by takashic</title>
		<link>http://knightbot.wordpress.com/about/#comment-15</link>
		<dc:creator>takashic</dc:creator>
		<pubDate>Mon, 07 Apr 2008 09:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://knightbot.wordpress.com/about/#comment-15</guid>
		<description>Hi Giovanni,

LEJOS OSEK 2.0 is available now. It supports application flash!!</description>
		<content:encoded><![CDATA[<p>Hi Giovanni,</p>
<p>LEJOS OSEK 2.0 is available now. It supports application flash!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 2nd Week results by knight5</title>
		<link>http://knightbot.wordpress.com/2008/03/08/news-compiling-loading-and-running/#comment-3</link>
		<dc:creator>knight5</dc:creator>
		<pubDate>Fri, 14 Mar 2008 21:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://knightbot.wordpress.com/2008/03/08/news-compiling-loading-and-running/#comment-3</guid>
		<description>Updates:

The problem has been resolved by Lejos OSEK&#039;s author and some other users (officially including me, but have no merit in very truth). &lt;a href=&quot;http://forums.nxtasy.org/index.php?showtopic=2099&quot; rel=&quot;nofollow&quot;&gt;Further details&lt;/a&gt; are available on the nxt forums.

The nitty gritty is that now the problem has been fixed, so next week I&#039;m going to try Lejos OSEK on my NXT</description>
		<content:encoded><![CDATA[<p>Updates:</p>
<p>The problem has been resolved by Lejos OSEK&#8217;s author and some other users (officially including me, but have no merit in very truth). <a href="http://forums.nxtasy.org/index.php?showtopic=2099" rel="nofollow">Further details</a> are available on the nxt forums.</p>
<p>The nitty gritty is that now the problem has been fixed, so next week I&#8217;m going to try Lejos OSEK on my NXT</p>
]]></content:encoded>
	</item>
</channel>
</rss>
