<?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/AVR-Bios/Makefile</title><description>WebSVN RSS feed &#x2013; HomeAutomation</description><lastBuildDate>Sat, 19 Sep 2026 23:07:03 +0000</lastBuildDate><generator>WebSVN 2.8.8</generator><language>en</language><link>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile?op=log&amp;max=40&amp;peg=261</link><atom:link href="https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile?op=rss&amp;peg=261" rel="self" type="application/rss+xml" />
<item><pubDate>Wed, 24 Jan 2007 00:05:22 +0000</pubDate><dc:creator>andfri</dc:creator><title>Rev 253 – * EmbeddedSoftware/AVR/AVR-Bios: Bootloader functionality reimplemented. Needs testing.</title><description>&lt;div&gt;&lt;strong&gt;andfri – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;* EmbeddedSoftware/AVR/AVR-Bios: Bootloader functionality reimplemented. Needs testing.&lt;/div&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/bios.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/bios.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/bios_funs.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/can.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/flash.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/mcp2515/mcp2515_cfg.h&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile?op=revision&amp;rev=253&amp;peg=261</link><guid>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile?op=revision&amp;rev=253&amp;peg=261</guid></item>
<item><pubDate>Wed, 17 Jan 2007 23:09:14 +0000</pubDate><dc:creator>andfri</dc:creator><title>Rev 250 – * EmbeddedSoftware/AVR/AVR-Bios: Reorganized CAN code and bios-driver api. Can_Receive() replaced ...</title><description>&lt;div&gt;&lt;strong&gt;andfri – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;* EmbeddedSoftware/AVR/AVR-Bios: Reorganized CAN code and bios-driver api. Can_Receive() replaced by interrupt controlled callback, Can_Process(). Had to remove bootloader functionality temporary.&lt;/div&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/bios.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/bios.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/bios_funs.h&lt;br /&gt;x /trunk/EmbeddedSoftware/AVR/AVR-Bios/can.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/can.h&lt;br /&gt;x /trunk/EmbeddedSoftware/AVR/AVR-Bios/can_cfg.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/mcp2515/mcp2515.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/mcp2515/mcp2515.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/mcp2515/mcp2515_bittime.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/mcp2515/mcp2515_cfg.h&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile?op=revision&amp;rev=250&amp;peg=261</link><guid>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile?op=revision&amp;rev=250&amp;peg=261</guid></item>
<item><pubDate>Mon, 15 Jan 2007 19:40:37 +0000</pubDate><dc:creator>arune</dc:creator><title>Rev 242 – * makefile for AVR-Bios now removes $(OBJ) instead of *.o</title><description>&lt;div&gt;&lt;strong&gt;arune – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;* makefile for AVR-Bios now removes $(OBJ) instead of *.o&lt;/div&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile?op=revision&amp;rev=242&amp;peg=261</link><guid>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile?op=revision&amp;rev=242&amp;peg=261</guid></item>
<item><pubDate>Sun, 14 Jan 2007 19:05:41 +0000</pubDate><dc:creator>andfri</dc:creator><title>Rev 240 – * EmbeddedSoftware/AVR/AVR-Bios: Added CAN-code copied from lib. CanTestPeriodic-like test code ...</title><description>&lt;div&gt;&lt;strong&gt;andfri – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;* EmbeddedSoftware/AVR/AVR-Bios: Added CAN-code copied from lib. CanTestPeriodic-like test code added. No functions exported to app yet. This needs to be rewritten to use interrupts.&lt;/div&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/bios.c&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/can.c&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/can.h&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/can_cfg.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/mcp2515&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/mcp2515/mcp2515.c&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/mcp2515/mcp2515.h&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/mcp2515/mcp2515_bittime.h&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/mcp2515/mcp2515_cfg.h&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/mcp2515/mcp2515_defs.h&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile?op=revision&amp;rev=240&amp;peg=261</link><guid>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile?op=revision&amp;rev=240&amp;peg=261</guid></item>
<item><pubDate>Sat, 13 Jan 2007 14:35:33 +0000</pubDate><dc:creator>arune</dc:creator><title>Rev 237 – * make upload now sets fusebytes</title><description>&lt;div&gt;&lt;strong&gt;arune – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;* make upload now sets fusebytes&lt;/div&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile?op=revision&amp;rev=237&amp;peg=261</link><guid>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile?op=revision&amp;rev=237&amp;peg=261</guid></item>
<item><pubDate>Fri, 12 Jan 2007 06:43:36 +0000</pubDate><dc:creator>arune</dc:creator><title>Rev 234 – * Fuses reminder in makefile, should be set with avrdude ...</title><description>&lt;div&gt;&lt;strong&gt;arune – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;* Fuses reminder in makefile, should be set with avrdude later on&lt;/div&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile?op=revision&amp;rev=234&amp;peg=261</link><guid>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile?op=revision&amp;rev=234&amp;peg=261</guid></item>
<item><pubDate>Thu, 11 Jan 2007 20:26:46 +0000</pubDate><dc:creator>arune</dc:creator><title>Rev 230 – * avrdude in Makefile</title><description>&lt;div&gt;&lt;strong&gt;arune – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;* avrdude in Makefile&lt;/div&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile?op=revision&amp;rev=230&amp;peg=261</link><guid>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile?op=revision&amp;rev=230&amp;peg=261</guid></item>
<item><pubDate>Thu, 11 Jan 2007 19:59:36 +0000</pubDate><dc:creator>andfri</dc:creator><title>Rev 228 – * EmbeddedSoftware/AVR/app_vectors.h: Deleted. * EmbeddedSoftware/AVR/*_app.ld: Removed the need for editing ...</title><description>&lt;div&gt;&lt;strong&gt;andfri – 14 file(s) modified&lt;/strong&gt;&lt;br/&gt;* EmbeddedSoftware/AVR/app_vectors.h: Deleted.&lt;br /&gt;
* EmbeddedSoftware/AVR/*_app.ld: Removed the need for editing these files. Values are defined in application makefile.&lt;br /&gt;
* EmbeddedSoftware/AVR/*_bios.ld: Bios and bootloader location is now configurable in makefile. .bootloader section added.&lt;br /&gt;
* EmbeddedSoftware/AVR/avr_cfg.h: Moved avr-specific initialization here.&lt;br /&gt;
* EmbeddedSoftware/AVR/bios.c: Moved flash functionality to separate file.&lt;br /&gt;
* EmbeddedSoftware/AVR/Makefile: Added configurability options.&lt;br /&gt;
* EmbeddedSoftware/AVR/flash.*: Flash functionality moved here. flash_load_buffer implemented, needs testing.&lt;br /&gt;
* EmbeddedSoftware/AVR/vectors.*: New interrupt handling system, works on all avrs without configuration (hopefully). Not tested.&lt;/div&gt;x /trunk/EmbeddedSoftware/AVR/AVR-Bios/app_vectors.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/atmega8_app.ld&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/atmega8_bios.ld&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/atmega88_app.ld&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/atmega88_bios.ld&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/avr_cfg.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/bios.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/bios.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/bios_funs.h&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/flash.c&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/flash.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/vectors.h&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/vectors.S&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile?op=revision&amp;rev=228&amp;peg=261</link><guid>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile?op=revision&amp;rev=228&amp;peg=261</guid></item>
<item><pubDate>Mon, 08 Jan 2007 23:33:06 +0000</pubDate><dc:creator>andfri</dc:creator><title>Rev 223 – * EmbeddedSoftware/AVR/AVR-App: TimeBase test. * EmbeddedSoftware/AVR/AVR-Bios: Implemented TimeBase service. Ugly, ...</title><description>&lt;div&gt;&lt;strong&gt;andfri – 10 file(s) modified&lt;/strong&gt;&lt;br/&gt;* EmbeddedSoftware/AVR/AVR-App: TimeBase test.&lt;br /&gt;
* EmbeddedSoftware/AVR/AVR-Bios: Implemented TimeBase service. Ugly, messy interrupt handling.&lt;/div&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-App/main.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-App/Makefile&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/app_vectors.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/atmega8_app.ld&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/atmega8_bios.ld&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/avr_cfg.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/bios.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/bios.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/bios_funs.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile?op=revision&amp;rev=223&amp;peg=261</link><guid>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile?op=revision&amp;rev=223&amp;peg=261</guid></item>
<item><pubDate>Sun, 17 Dec 2006 23:01:33 +0000</pubDate><dc:creator>andfri</dc:creator><title>Rev 181 – Initial import.</title><description>&lt;div&gt;&lt;strong&gt;andfri – 10 file(s) modified&lt;/strong&gt;&lt;br/&gt;Initial import.&lt;/div&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/.cdtproject&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/.project&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/.settings&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/.settings/org.eclipse.cdt.core.prefs&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/atmega8_app.ld&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/atmega8_bios.ld&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/bios.c&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/bios.h&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/bios_funs.h&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile?op=revision&amp;rev=181&amp;peg=261</link><guid>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile?op=revision&amp;rev=181&amp;peg=261</guid></item>
</channel></rss>