<?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>open-nandra &#187; Uncategorized</title>
	<atom:link href="http://open-nandra.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://open-nandra.com</link>
	<description>open source</description>
	<lastBuildDate>Thu, 12 Aug 2010 19:37:12 +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>Compilation of iqrf platform programs update</title>
		<link>http://open-nandra.com/2010/07/compilation-of-iqrf-platform-programs-update/</link>
		<comments>http://open-nandra.com/2010/07/compilation-of-iqrf-platform-programs-update/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 08:28:45 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iqrf]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=370</guid>
		<description><![CDATA[IQRF platform seems to have a very nice progress and there is also some changes according compilation from command line. Old script which was posted some months ago seems not to work because of new TR-52 modules. Option for CC5X compiler was updated. Here is newest enhanced version of script. You can compile and also [...]]]></description>
			<content:encoded><![CDATA[<p>IQRF platform seems to have a very nice progress and there is also some changes according compilation from command line.<span id="more-370"></span></p>
<p>Old script which was posted some months ago seems not to work because of new TR-52 modules. Option for CC5X compiler was updated. Here is newest enhanced version of script. You can compile and also clean a target.</p>
<p>Usage:</p>
<p>1. compile E01-TX.c for TR21 types of modules</p>
<pre>./build.sh  TR21A E01-TX.c</pre>
<p>2. clean generated file by CC5X compiler</p>
<pre>./build.sh clean E01-TX.c</pre>
<p>Enjoy <img src='http://open-nandra.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>code:</p>
<pre>#!/bin/bash
# first argument is TR module (TR21A, TR31B, TR52B...)
# second argument is file name to compile

## check arguments
if [ "$1" == "" ] || [ "$2" == "" ]; then
echo "usage :"
echo ""
echo "./build.sh &lt;module type&gt; &lt;file to compile&gt; "
echo ""
echo "module type is TR module (TR21A, TR31B, TR52B...) or "
echo "\"clean\" to clean target"

echo "file to compile (or clean) is file with c extension"
exit
fi

##remove compiled files
if [ "$1" == "clean" ]; then
FILE="$2"
RM=${FILE%%.*}
rm "$RM.hex" "$RM.fcs" "$RM.occ" "$RM.var"
exit
fi

## compile
wine CC5X.exe -a -bu -Q -Vn -cif -D"$1" "$2"</pre>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2010/07/compilation-of-iqrf-platform-programs-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New notebook</title>
		<link>http://open-nandra.com/2010/05/new-notebook/</link>
		<comments>http://open-nandra.com/2010/05/new-notebook/#comments</comments>
		<pubDate>Sun, 23 May 2010 13:08:28 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=363</guid>
		<description><![CDATA[My old HP Pavillion dv 4000 passed away so I decide to buy new notebook for working. I decide to buy not very expensive one. My criteria was enough RAM (at least 3G) and dual core to compile kernel in normal times (below 10m ). I decide to choose this one: Curious how long will [...]]]></description>
			<content:encoded><![CDATA[<p>My old HP Pavillion dv 4000 passed away so I decide to buy new notebook for working. I decide to buy not very expensive one.</p>
<p>My criteria was enough RAM (at least 3G) and dual core to compile kernel in normal times (below 10m <img src='http://open-nandra.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ). <span id="more-363"></span></p>
<p>I decide to choose this one:</p>
<p><img class="alignnone" src="http://www.bit2u.lv/cache/product_images/big/20090604/NB_EX5635Z_PMD-T4300_15_ENG_3_320GB_LX_EDV0C_005_ACER_Acer_EX5635Z_jpg_1.jpg" alt="" width="481" height="373" /></p>
<p>Curious how long will survive <img src='http://open-nandra.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2010/05/new-notebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meery Christmas 2009</title>
		<link>http://open-nandra.com/2009/12/meery-christmas-2009/</link>
		<comments>http://open-nandra.com/2009/12/meery-christmas-2009/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 10:14:14 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=314</guid>
		<description><![CDATA[Hey all my friends, partners, supportes wish you merry christmas. Thanks for this nice year of collaborations, learning and all from you. Best wishes Marek]]></description>
			<content:encoded><![CDATA[<p>Hey all my friends, partners, supportes wish you merry christmas. Thanks for this nice year of collaborations, learning and all from you.</p>
<p>Best wishes</p>
<p>Marek <img src='http://open-nandra.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2009/12/meery-christmas-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
