<?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/flash.h</title><description>WebSVN RSS feed &#x2013; HomeAutomation</description><lastBuildDate>Sat, 19 Sep 2026 23:08:29 +0000</lastBuildDate><generator>WebSVN 2.8.8</generator><language>en</language><link>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/flash.h?op=log&amp;max=40&amp;peg=261</link><atom:link href="https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/flash.h?op=rss&amp;peg=261" rel="self" type="application/rss+xml" />
<item><pubDate>Wed, 24 Jan 2007 21:37:33 +0000</pubDate><dc:creator>andfri</dc:creator><title>Rev 254 – * EmbeddedSoftware/AVR/AVR-Bios: Fixed address increment bug in bios.c. Send ACK ...</title><description>&lt;div&gt;&lt;strong&gt;andfri – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;* EmbeddedSoftware/AVR/AVR-Bios: Fixed address increment bug in bios.c. Send ACK at PGM_START. Added #ifdefs around uart and some flash code for conditional compilation.&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/flash.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/AVR-Bios/flash.h&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/flash.h?op=revision&amp;rev=254&amp;peg=261</link><guid>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/flash.h?op=revision&amp;rev=254&amp;peg=261</guid></item>
<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/flash.h?op=revision&amp;rev=253&amp;peg=261</link><guid>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/flash.h?op=revision&amp;rev=253&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/flash.h?op=revision&amp;rev=228&amp;peg=261</link><guid>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/AVR-Bios/flash.h?op=revision&amp;rev=228&amp;peg=261</guid></item>
</channel></rss>