<?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>Xduino - ARM Compiler and IDE with Arduino-like support &#187; detail</title>
	<atom:link href="http://www.xduino.com/category/detail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xduino.com</link>
	<description>ARM compiler with Arduino-like support for ARM Cortex-M3</description>
	<lastBuildDate>Wed, 14 Oct 2009 11:26:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Xduino forum decision</title>
		<link>http://www.xduino.com/xduino-forum-decision/</link>
		<comments>http://www.xduino.com/xduino-forum-decision/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 11:26:50 +0000</pubDate>
		<dc:creator>Ram</dc:creator>
				<category><![CDATA[ARM]]></category>
		<category><![CDATA[detail]]></category>
		<category><![CDATA[development tools]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[ARM compiler]]></category>
		<category><![CDATA[ARM development tools]]></category>
		<category><![CDATA[ARM programming]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Compiler]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[simple programming]]></category>

		<guid isPermaLink="false">http://www.xduino.com/?p=350</guid>
		<description><![CDATA[We are currently deciding to go with either phpBB or SMF. If you have experience with these forums please let us know your opinion. The topics within the discussion forum will include but not limited to: - Xduino IDE (including ARM Compiler) and Xduino library (with Arduino-like commands) feature request/comment/suggestion/ideas - Interesting program/projects/library - Help [...]]]></description>
			<content:encoded><![CDATA[<p>We are currently deciding to go with either phpBB or SMF. If you have experience with these forums please let us know your opinion. </p>
<p>The topics within the discussion forum will include but not limited to:<br />
- Xduino IDE (including ARM Compiler) and Xduino library (with Arduino-like commands) feature request/comment/suggestion/ideas<br />
- Interesting program/projects/library<br />
- Help channel and trouble shooting</p>
<p>Let us know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xduino.com/xduino-forum-decision/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Xduino v0.2 to be released</title>
		<link>http://www.xduino.com/xduino-v0-2-to-be-released/</link>
		<comments>http://www.xduino.com/xduino-v0-2-to-be-released/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 17:19:37 +0000</pubDate>
		<dc:creator>Ram</dc:creator>
				<category><![CDATA[ARM]]></category>
		<category><![CDATA[Xduino release]]></category>
		<category><![CDATA[detail]]></category>
		<category><![CDATA[ADC]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[ARM programming]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Cortex-m3]]></category>
		<category><![CDATA[DAC]]></category>
		<category><![CDATA[Interrupt]]></category>
		<category><![CDATA[Round-robin]]></category>
		<category><![CDATA[simple programming]]></category>

		<guid isPermaLink="false">http://www.xduino.com/?p=128</guid>
		<description><![CDATA[The next release of Xduino will be version 0.2 making a jump from version 0.1x as most of the Arduino programming functions has been implemented along with additional features, especially those exceeding what current Arduino platform can provide. Supported Arduino syntax will be: pinMode digitalWrite digitalRead analogRead (12-bits 0-4095 range) analogWrite (12-bits 0-4095 range true Analog output [...]]]></description>
			<content:encoded><![CDATA[<p>The next release of Xduino will be version 0.2 making a jump from version 0.1x as most of the Arduino programming functions has been implemented along with additional features, especially those exceeding what current Arduino platform can provide.</p>
<p>Supported Arduino syntax will be:</p>
<blockquote><p>pinMode digitalWrite digitalRead</p>
<p>analogRead (12-bits 0-4095 range)</p>
<p>analogWrite (12-bits 0-4095 range true Analog output not PWM)</p>
<p>attachInterrupt (upto 16 interrupts)<br />
detachInterrupt interrupts noInterrupts</p>
<p>delay delayMicroseconds millis micros</p>
<p>Serial &#8211; print println read available flush</p></blockquote>
<p>on top of this more advanced functionality will include:</p>
<blockquote><p>
Setting Serial port Rx and Tx buffer size<br />
Serial.printf &#8211; optional C style printf function for Serial port eg.<br />
<em>printf(&#8220;hello %d&#8221;,123); </em></p>
<p>digitalToggle &#8211; toggle state of digital output</p>
<p>analogLastwrite &#8211; get the latest value set by analogwrite</p>
<p>(General purpose Round-Robin library will be included.)</p>
<p>along with <strong>endless possibilities offered by C++</strong> libraries</p></blockquote>
<p>More to follow&#8230; Suggestions are always welcome!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xduino.com/xduino-v0-2-to-be-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About XDuino</title>
		<link>http://www.xduino.com/about-x-duino/</link>
		<comments>http://www.xduino.com/about-x-duino/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 04:35:02 +0000</pubDate>
		<dc:creator>Ram</dc:creator>
				<category><![CDATA[ARM]]></category>
		<category><![CDATA[Cortex-M3]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[detail]]></category>
		<category><![CDATA[development tools]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[programming example]]></category>
		<category><![CDATA[ADC]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[ARM compiler]]></category>
		<category><![CDATA[ARM development tools]]></category>
		<category><![CDATA[ARM programming]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Compiler]]></category>
		<category><![CDATA[Cortex-m3]]></category>
		<category><![CDATA[DAC]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Interrupt]]></category>
		<category><![CDATA[PWM]]></category>
		<category><![CDATA[Round-robin]]></category>
		<category><![CDATA[simple programming]]></category>

		<guid isPermaLink="false">http://www.xduino.com/?p=10</guid>
		<description><![CDATA[Arduino-like platform for different processors including ARM.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.arduino.cc/">Arduino</a> platform has definitely enabled a lot of people including those non-tech savvy ones to enter into the electronics worlds. From the beauty of Arduino, now comes the challenge in making Arduino-like environment accessible across as many hardware platforms as possible. This would enable the simplicity and yet powerful Arduino platform to harvest on more powerful resources provided by different hardware to overcome hardware limitations based on different needs. </p>
<p>This approach will never be fully realized without contributors. So all contributions are welcome. Also, comments/suggestions will be highly appreciated. : -)</p>
<p>Let&#8217;s see what wonders we can create together&#8230;</p>
<p>Now, a little about me. My name is Ram, I am an independent IT consultant based in Bangkok and really like the Arduino project but it did not fit my needs so I started playing with ARM and manage to understand a bit about it then started this project. Feel free to contact me via the <a href="/contact-us/">Contact us</a> page : -)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xduino.com/about-x-duino/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino-like library for ARM platform</title>
		<link>http://www.xduino.com/arduino-library-for-arm-platform/</link>
		<comments>http://www.xduino.com/arduino-library-for-arm-platform/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 04:01:27 +0000</pubDate>
		<dc:creator>Ram</dc:creator>
				<category><![CDATA[ARM]]></category>
		<category><![CDATA[detail]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[ARM programming]]></category>
		<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://www.xduino.com/?p=3</guid>
		<description><![CDATA[Arduino-like library for ARM platform This project has been started for making ARM processor boards (the platform which is much more powerful)  be easily accessible just like Arduino. Nowadays you can find ARM boards easily. This idea came about when running into limitation of resources provided by the ATMEGA processor and with short learning curve for [...]]]></description>
			<content:encoded><![CDATA[<p>Arduino-like library for ARM platform</p>
<p>This project has been started for making ARM processor boards (the platform which is much more powerful)  be easily accessible just like Arduino. Nowadays you can find ARM boards easily.</p>
<p>This idea came about when running into limitation of resources provided by the ATMEGA processor and with short learning curve for Arduino platform.</p>
<p>This starting point focuses on ARM Cortex-M3 processor from STM32F10ret6 platform it runs at 72MHz processor 512KB of flash memory and 64KB of RAM, many several USART communication ports and a lot of GPIO pins.</p>
<p>Library for other boards will be added as the board gets within reach.</p>
<p>See more at <a href="/platform/">Platform page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xduino.com/arduino-library-for-arm-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
