<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forums.obdev.at/app.php/feed/topic/1791" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2008-10-09T16:53:07+02:00</updated>

	<author><name><![CDATA[Objective Development Forums]]></name></author>
	<id>https://forums.obdev.at/app.php/feed/topic/1791</id>

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2008-10-09T16:53:07+02:00</updated>

		<published>2008-10-09T16:53:07+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1791&amp;p=6391#p6391</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1791&amp;p=6391#p6391"/>
		<title type="html"><![CDATA[EasyLogger on a Tiny25]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1791&amp;p=6391#p6391"><![CDATA[
You can save quite a couple of bytes if you don't output the value in decimal. That would save the division code.<br /><br />Other than that, I'd recommend gcc 3 since it generates shorter code.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Thu Oct 09, 2008 4:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[PHermansson]]></name></author>
		<updated>2008-10-07T11:47:34+02:00</updated>

		<published>2008-10-07T11:47:34+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1791&amp;p=6371#p6371</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1791&amp;p=6371#p6371"/>
		<title type="html"><![CDATA[EasyLogger on a Tiny25]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1791&amp;p=6371#p6371"><![CDATA[
To start with, I'm an AVR beginner... I've got interested in the EasyLogger and build a circuit, but only had an ATTiny25 at hand.<br />I've tried to modify the code somewhat and removed the Led-functions, but the code is still a bit to large för the '25. <br /><br /><div class="codebox"><p>Code: </p><pre><code>avr-objcopy -j .text -j .data -O ihex main.bin main.hex<br />./checksize main.bin 2048 256<br />*** code size 2150 exceeds limit of 2048<br /></code></pre></div><br /><br />How can I trim it to fit?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1395">PHermansson</a> — Tue Oct 07, 2008 11:47 am</p><hr />
]]></content>
	</entry>
	</feed>
