<?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/"
		>
<channel>
	<title>Comments on: Maple rev3 on Sale and In Stock Now (hooray!)</title>
	<atom:link href="http://leaflabs.com/2010/05/maple-r3-on-sale-and-in-stock-now-hooray/feed/" rel="self" type="application/rss+xml" />
	<link>http://leaflabs.com/2010/05/maple-r3-on-sale-and-in-stock-now-hooray/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=maple-r3-on-sale-and-in-stock-now-hooray</link>
	<description></description>
	<lastBuildDate>Sat, 12 May 2012 21:32:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Doc</title>
		<link>http://leaflabs.com/2010/05/maple-r3-on-sale-and-in-stock-now-hooray/comment-page-1/#comment-264</link>
		<dc:creator>Doc</dc:creator>
		<pubDate>Tue, 06 Jul 2010 15:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://leaflabs.com/?p=955#comment-264</guid>
		<description>Well, we could always work on a FreeDOS port! W00t! 

 Let&#039;s run Win 3.1!!! 

;)

But in all seriousness, this looks like an awesome board!</description>
		<content:encoded><![CDATA[<p>Well, we could always work on a FreeDOS port! W00t! </p>
<p> Let&#8217;s run Win 3.1!!! </p>
<p> <img src='http://leaflabs.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>But in all seriousness, this looks like an awesome board!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: poslathian</title>
		<link>http://leaflabs.com/2010/05/maple-r3-on-sale-and-in-stock-now-hooray/comment-page-1/#comment-217</link>
		<dc:creator>poslathian</dc:creator>
		<pubDate>Wed, 26 May 2010 18:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://leaflabs.com/?p=955#comment-217</guid>
		<description>oh boy......ANYWAY, there are some decent OS&#039;s for cortex m3 out there. They wont run firefox or anything, but freeRTOS and circleOS are both good alternatives. However, IMHO, the great thing about embedded is that youre so close to the metal, that 72MHz feels like an awful lot more, you can direct each one of your cycles to do some exact thing, without some OS abstracting away your system level access.</description>
		<content:encoded><![CDATA[<p>oh boy&#8230;&#8230;ANYWAY, there are some decent OS&#8217;s for cortex m3 out there. They wont run firefox or anything, but freeRTOS and circleOS are both good alternatives. However, IMHO, the great thing about embedded is that youre so close to the metal, that 72MHz feels like an awful lot more, you can direct each one of your cycles to do some exact thing, without some OS abstracting away your system level access.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stric</title>
		<link>http://leaflabs.com/2010/05/maple-r3-on-sale-and-in-stock-now-hooray/comment-page-1/#comment-216</link>
		<dc:creator>Stric</dc:creator>
		<pubDate>Wed, 26 May 2010 14:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://leaflabs.com/?p=955#comment-216</guid>
		<description>Oh Peter.  Why re-invent the wheel?  Linux is a main stream platform for embedded systems.  If you want to write your own OS thats fine, but most people would enjoy just using a flavor of Linux.  And most people don&#039;t know how to program an OS, but they sure know how to use one.

When you need tools to work on your car, do you build them from scratch?</description>
		<content:encoded><![CDATA[<p>Oh Peter.  Why re-invent the wheel?  Linux is a main stream platform for embedded systems.  If you want to write your own OS thats fine, but most people would enjoy just using a flavor of Linux.  And most people don&#8217;t know how to program an OS, but they sure know how to use one.</p>
<p>When you need tools to work on your car, do you build them from scratch?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://leaflabs.com/2010/05/maple-r3-on-sale-and-in-stock-now-hooray/comment-page-1/#comment-214</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 26 May 2010 04:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://leaflabs.com/?p=955#comment-214</guid>
		<description>Perhaps it would be more fun to write our own operating systems and routines instead of shoving the ubiquitous Linux on yet another small embedded platform.</description>
		<content:encoded><![CDATA[<p>Perhaps it would be more fun to write our own operating systems and routines instead of shoving the ubiquitous Linux on yet another small embedded platform.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: poslathian</title>
		<link>http://leaflabs.com/2010/05/maple-r3-on-sale-and-in-stock-now-hooray/comment-page-1/#comment-212</link>
		<dc:creator>poslathian</dc:creator>
		<pubDate>Tue, 25 May 2010 23:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://leaflabs.com/?p=955#comment-212</guid>
		<description>Unfortunately the cortex M3 lacks an MMU, an essential piece of hardware for managing virtual memory for hardcore OS work (like android). I think there are some *nix based kernels that dont need it, and running linux on cortex m3 would be a ridiculous and amazing hack. The beagleboard has a cortex A8 on it, which will definitely run android. Wed love to start playing with that chip.</description>
		<content:encoded><![CDATA[<p>Unfortunately the cortex M3 lacks an MMU, an essential piece of hardware for managing virtual memory for hardcore OS work (like android). I think there are some *nix based kernels that dont need it, and running linux on cortex m3 would be a ridiculous and amazing hack. The beagleboard has a cortex A8 on it, which will definitely run android. Wed love to start playing with that chip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doc.dawning.ca/</title>
		<link>http://leaflabs.com/2010/05/maple-r3-on-sale-and-in-stock-now-hooray/comment-page-1/#comment-209</link>
		<dc:creator>doc.dawning.ca/</dc:creator>
		<pubDate>Tue, 25 May 2010 17:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://leaflabs.com/?p=955#comment-209</guid>
		<description>Sweet stuff! Looks fun. I wonder if I could run Android on this (with some decent interfacing hardware) or perhaps Ubuntu for ARM..?</description>
		<content:encoded><![CDATA[<p>Sweet stuff! Looks fun. I wonder if I could run Android on this (with some decent interfacing hardware) or perhaps Ubuntu for ARM..?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

