<?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: What&#039;s the deal with pre-ordering?</title>
	<atom:link href="http://leaflabs.com/2009/10/whats-the-deal-with-pre-ordering/feed/" rel="self" type="application/rss+xml" />
	<link>http://leaflabs.com/2009/10/whats-the-deal-with-pre-ordering/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=whats-the-deal-with-pre-ordering</link>
	<description></description>
	<lastBuildDate>Thu, 24 Nov 2011 13:54:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: poslathian</title>
		<link>http://leaflabs.com/2009/10/whats-the-deal-with-pre-ordering/comment-page-1/#comment-68</link>
		<dc:creator>poslathian</dc:creator>
		<pubDate>Mon, 09 Nov 2009 07:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.leaflabs.com/?p=143#comment-68</guid>
		<description>The STM32W looks like a neat chip, but...and correct me if I&#039;m wrong, ST hasn&#039;t announced a version yet that runs above 8MHz...which makes me cry a little inside. However, we&#039;re strongly considering throwing this onto a shield to be a generic wireless interconnect. Also up for debate is native wireless support on Oak...should it be bluetooth, xbee, non existent?</description>
		<content:encoded><![CDATA[<p>The STM32W looks like a neat chip, but&#8230;and correct me if I&#8217;m wrong, ST hasn&#8217;t announced a version yet that runs above 8MHz&#8230;which makes me cry a little inside. However, we&#8217;re strongly considering throwing this onto a shield to be a generic wireless interconnect. Also up for debate is native wireless support on Oak&#8230;should it be bluetooth, xbee, non existent?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://leaflabs.com/2009/10/whats-the-deal-with-pre-ordering/comment-page-1/#comment-67</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Sat, 07 Nov 2009 21:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.leaflabs.com/?p=143#comment-67</guid>
		<description>Does anyone know if the forums are working? I, along with about 200 others it seems, have all viewed the various fora but are unable to post anything in them.</description>
		<content:encoded><![CDATA[<p>Does anyone know if the forums are working? I, along with about 200 others it seems, have all viewed the various fora but are unable to post anything in them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ewertz</title>
		<link>http://leaflabs.com/2009/10/whats-the-deal-with-pre-ordering/comment-page-1/#comment-66</link>
		<dc:creator>ewertz</dc:creator>
		<pubDate>Sat, 07 Nov 2009 08:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.leaflabs.com/?p=143#comment-66</guid>
		<description>Er, 17999 years...  that&#039;ll teach me to do math in my head while laughing that hard.</description>
		<content:encoded><![CDATA[<p>Er, 17999 years&#8230;  that&#8217;ll teach me to do math in my head while laughing that hard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryon</title>
		<link>http://leaflabs.com/2009/10/whats-the-deal-with-pre-ordering/comment-page-1/#comment-63</link>
		<dc:creator>Bryon</dc:creator>
		<pubDate>Fri, 23 Oct 2009 01:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.leaflabs.com/?p=143#comment-63</guid>
		<description>I know you haven&#039;t even shipped your first board yet, and I feel terrible asking but I noticed that ST has a new processor - STM32W, with the &quot;W&quot; designating on-board wireless and I was wondering if you have given any thought to making this chip available in the Maple? I sound really greedy, don&#039;t I...</description>
		<content:encoded><![CDATA[<p>I know you haven&#8217;t even shipped your first board yet, and I feel terrible asking but I noticed that ST has a new processor &#8211; STM32W, with the &#8220;W&#8221; designating on-board wireless and I was wondering if you have given any thought to making this chip available in the Maple? I sound really greedy, don&#8217;t I&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: okie</title>
		<link>http://leaflabs.com/2009/10/whats-the-deal-with-pre-ordering/comment-page-1/#comment-62</link>
		<dc:creator>okie</dc:creator>
		<pubDate>Fri, 16 Oct 2009 21:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.leaflabs.com/?p=143#comment-62</guid>
		<description>Mitch, Maple Native is going to be made to make using the STM32 as easy as possible. So the pins will be labeled according to their names in the STM32 datasheet (PA1, PA2, etc.), and we will label the peripherals (SPI, USART, I2C, etc.) that are available on each pin. What Arduino did with the Atmega168 is what we plan to do with Maple Native. First, we take all of the processor&#039;s basic functionality and wrap it up into a function library that&#039;s simple and consistent enough to store in your head after using it a couple times, and then we make the board so that you almost never have to look at a datasheet or documentation for a code library that is hundreds of pages long.</description>
		<content:encoded><![CDATA[<p>Mitch, Maple Native is going to be made to make using the STM32 as easy as possible. So the pins will be labeled according to their names in the STM32 datasheet (PA1, PA2, etc.), and we will label the peripherals (SPI, USART, I2C, etc.) that are available on each pin. What Arduino did with the Atmega168 is what we plan to do with Maple Native. First, we take all of the processor&#8217;s basic functionality and wrap it up into a function library that&#8217;s simple and consistent enough to store in your head after using it a couple times, and then we make the board so that you almost never have to look at a datasheet or documentation for a code library that is hundreds of pages long.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: poslathian</title>
		<link>http://leaflabs.com/2009/10/whats-the-deal-with-pre-ordering/comment-page-1/#comment-60</link>
		<dc:creator>poslathian</dc:creator>
		<pubDate>Fri, 16 Oct 2009 00:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.leaflabs.com/?p=143#comment-60</guid>
		<description>Ughhhh, mega fail on the out of stock issue. I&#039;m all for going out of stock 3 minutes after opening the page up for orders, but instead paypal was just misleading us! Anyway, limited stock available, and the page is working now, the first board run has been submitted for manufacture, hooray!</description>
		<content:encoded><![CDATA[<p>Ughhhh, mega fail on the out of stock issue. I&#8217;m all for going out of stock 3 minutes after opening the page up for orders, but instead paypal was just misleading us! Anyway, limited stock available, and the page is working now, the first board run has been submitted for manufacture, hooray!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

