<?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>Kelvin&#039;s Thunderstorm &#187; Portability</title>
	<atom:link href="http://www.kelvinsthunderstorm.com/tag/portability/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kelvinsthunderstorm.com</link>
	<description>Embedded geekery and similar pursuits</description>
	<lastBuildDate>Tue, 10 Jan 2012 22:19:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using DaVinci DM365 Codecs Without Linux</title>
		<link>http://www.kelvinsthunderstorm.com/davinci-dm365-without-linux/</link>
		<comments>http://www.kelvinsthunderstorm.com/davinci-dm365-without-linux/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 22:18:49 +0000</pubDate>
		<dc:creator>Kelvin</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[DaVinci]]></category>
		<category><![CDATA[DM365]]></category>
		<category><![CDATA[DM368]]></category>
		<category><![CDATA[DVSDK]]></category>
		<category><![CDATA[Embedded]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Portability]]></category>
		<category><![CDATA[RTOS]]></category>
		<category><![CDATA[Texas Instruments]]></category>
		<category><![CDATA[TI]]></category>

		<guid isPermaLink="false">http://www.kelvinsthunderstorm.com/?p=738</guid>
		<description><![CDATA[Developers making Linux-based products with the Texas Instruments DaVinci <a title="DM365" href="http://processors.wiki.ti.com/index.php/DM365_Introductory_Information">DM365</a> or <a href="http://processors.wiki.ti.com/index.php/DM368">DM368</a> will find a plethora of example source code and libraries that allow you to easily build your own applications. However if you want to build a non-Linux product (to use your existing RTOS for example) you will find little guidance on where to start. <a href="http://www.kelvinsthunderstorm.com/davinci-dm365-without-linux/">Continue reading</a>]]></description>
		<wfw:commentRss>http://www.kelvinsthunderstorm.com/davinci-dm365-without-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Universal Device Driver Framework for Embedded Systems</title>
		<link>http://www.kelvinsthunderstorm.com/universal-device-driver-framework-for-embedded-systems/</link>
		<comments>http://www.kelvinsthunderstorm.com/universal-device-driver-framework-for-embedded-systems/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 21:38:42 +0000</pubDate>
		<dc:creator>Kelvin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Device Drivers]]></category>
		<category><![CDATA[Embedded]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Portability]]></category>
		<category><![CDATA[RTOS]]></category>

		<guid isPermaLink="false">http://www.kelvinsthunderstorm.com/?p=610</guid>
		<description><![CDATA[Recently I've been considering how useful it would be if the embedded systems world had something similar to Perl's CPAN: an open repository of software modules useful for embedded systems and portable across any RTOS. This was partly triggered by a <a title="Stack Overflow" href="http://stackoverflow.com/questions/2122145/place-to-get-software-for-embedded-components" target="_blank">thread on StackOverflow</a> from someone who wanted to know why he couldn't find a ready-rolled device driver to interface his CPU with a peripheral device.

 <a href="http://www.kelvinsthunderstorm.com/universal-device-driver-framework-for-embedded-systems/">Continue reading</a>]]></description>
		<wfw:commentRss>http://www.kelvinsthunderstorm.com/universal-device-driver-framework-for-embedded-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RTOS for Raisonance RCSTM8</title>
		<link>http://www.kelvinsthunderstorm.com/rtos-for-raisonance-rcstm8/</link>
		<comments>http://www.kelvinsthunderstorm.com/rtos-for-raisonance-rcstm8/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 22:41:37 +0000</pubDate>
		<dc:creator>Kelvin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Atomthreads]]></category>
		<category><![CDATA[Compiler]]></category>
		<category><![CDATA[Embedded]]></category>
		<category><![CDATA[Portability]]></category>
		<category><![CDATA[Raisonance]]></category>
		<category><![CDATA[RCSTM8]]></category>
		<category><![CDATA[RTOS]]></category>
		<category><![CDATA[STM8]]></category>
		<category><![CDATA[STM8S]]></category>

		<guid isPermaLink="false">http://www.kelvinsthunderstorm.com/?p=572</guid>
		<description><![CDATA[Atomthreads now contains support for Raisonance's STM8 compiler <a title="Raisonance compiler for RTOS" href="http://www.raisonance.com/~stm8st7-c-compiler__microcontrollers__tool~tool__T018:4cpm5flha55r.html" target="_blank">RCSTM8</a>. We now support all three available STM8 compilers (Cosmic, IAR and Raisonance) so you can choose to use Atomthreads for a project safe in the knowledge that switching compilers will be pain-free.

 <a href="http://www.kelvinsthunderstorm.com/rtos-for-raisonance-rcstm8/">Continue reading</a>]]></description>
		<wfw:commentRss>http://www.kelvinsthunderstorm.com/rtos-for-raisonance-rcstm8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

