<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>HomeAutomation &#x2013; /trunk/EmbeddedSoftware/AVR/application/gLCD/Makefile</title><description>WebSVN RSS feed &#x2013; HomeAutomation</description><lastBuildDate>Sat, 12 Sep 2026 23:32:58 +0000</lastBuildDate><generator>WebSVN 2.8.8</generator><language>en</language><link>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/application/gLCD/Makefile?op=log&amp;max=40&amp;</link><atom:link href="https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/application/gLCD/Makefile?op=rss" rel="self" type="application/rss+xml" />
<item><pubDate>Wed, 16 Nov 2011 21:15:51 +0000</pubDate><dc:creator>arune</dc:creator><title>Rev 1790 – Update glcd application to support refactored graphical LCD</title><description>&lt;div&gt;&lt;strong&gt;arune – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Update glcd application to support refactored graphical LCD&lt;/div&gt;~ /trunk/EmbeddedSoftware/AVR/application/gLCD/main.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/application/gLCD/Makefile&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/application/gLCD/Makefile?op=revision&amp;rev=1790</link><guid>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/application/gLCD/Makefile?op=revision&amp;rev=1790</guid></item>
<item><pubDate>Mon, 29 Nov 2010 23:12:17 +0000</pubDate><dc:creator>nattgris</dc:creator><title>Rev 1621 – remove the list of targets in need of GCC bug ...</title><description>&lt;div&gt;&lt;strong&gt;nattgris – 19 file(s) modified&lt;/strong&gt;&lt;br/&gt;remove the list of targets in need of GCC bug workaround&lt;br /&gt;
&lt;br /&gt;
The workaround is effectively a no-op if the targeted AVR is not affected,&lt;br /&gt;
so it can just as well be used always. Add suitable comment explaining the&lt;br /&gt;
fix. This should solve recent problems with ATmega328P (and future AVRs).&lt;br /&gt;
&lt;br /&gt;
Signed-off-by: Andreas Fritiofson &amp;lt;&lt;a href=&quot;mailto:andreas.fritiofson@gmail.com&quot;&gt;andreas.fritiofson@gmail.com&lt;/a&gt;&gt;&lt;/div&gt;~ /trunk/EmbeddedSoftware/AVR/application/AntennaControl/Makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/application/AntennaDisplay/Makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/application/CallerID/Makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/application/canGateway/Makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/application/CarDisplay/Makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/application/ChanDimmer/Makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/application/FanController/Makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/application/gLCD/Makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/application/IrReceive/Makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/application/IrTransceiver/Makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/application/IrTransmit/Makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/application/Relay/Makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/application/RGBLED/Makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/application/Sensors/Makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/application/SerialTransceiver/Makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/application/Servo/Makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/Makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/application/template/Makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/personal/template_module/src/Makefile&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/application/gLCD/Makefile?op=revision&amp;rev=1621</link><guid>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/application/gLCD/Makefile?op=revision&amp;rev=1621</guid></item>
<item><pubDate>Sat, 27 Oct 2007 07:38:18 +0000</pubDate><dc:creator>noddan</dc:creator><title>Rev 679 – /application/gLCD and /drivers/lcd/glcd added. &quot;First draft&quot;.</title><description>&lt;div&gt;&lt;strong&gt;noddan – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;/application/gLCD and /drivers/lcd/glcd added. &quot;First draft&quot;.&lt;/div&gt;+ /trunk/EmbeddedSoftware/AVR/application/gLCD&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/application/gLCD/config.inc.template&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/application/gLCD/main.c&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/application/gLCD/Makefile&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/lcd/glcd&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/lcd/glcd/font.h&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/lcd/glcd/ks0108.c&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/lcd/glcd/ks0108.h&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/application/gLCD/Makefile?op=revision&amp;rev=679</link><guid>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/application/gLCD/Makefile?op=revision&amp;rev=679</guid></item>
</channel></rss>