<?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; /branches/buildsystem_v2/EmbeddedSoftware/AVR/lib/src/can/can.h</title><description>WebSVN RSS feed &#x2013; HomeAutomation</description><lastBuildDate>Sun, 13 Sep 2026 10:37:14 +0000</lastBuildDate><generator>WebSVN 2.8.8</generator><language>en</language><link>https://websvn.auml.se/browse/HomeAutomation/branches/buildsystem_v2/EmbeddedSoftware/AVR/lib/src/can/can.h?op=log&amp;max=40&amp;</link><atom:link href="https://websvn.auml.se/browse/HomeAutomation/branches/buildsystem_v2/EmbeddedSoftware/AVR/lib/src/can/can.h?op=rss" rel="self" type="application/rss+xml" />
<item><pubDate>Fri, 20 Jul 2007 09:35:40 +0000</pubDate><dc:creator>andfri</dc:creator><title>Rev 551 – Creating a branch of trunk for testing a new build ...</title><description>&lt;div&gt;&lt;strong&gt;andfri – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Creating a branch of trunk for testing a new build system for avr-lib.&lt;/div&gt;+ /branches/buildsystem_v2 &lt;i&gt;(copied from /trunk@550)&lt;/i&gt;&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/buildsystem_v2/EmbeddedSoftware/AVR/lib/src/can/can.h?op=revision&amp;rev=551</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/buildsystem_v2/EmbeddedSoftware/AVR/lib/src/can/can.h?op=revision&amp;rev=551</guid></item>
<item><pubDate>Tue, 21 Nov 2006 10:55:12 +0000</pubDate><dc:creator>jimmy</dc:creator><title>Rev 142 – CAN interface is now fully queued in both directions. It ...</title><description>&lt;div&gt;&lt;strong&gt;jimmy – 16 file(s) modified&lt;/strong&gt;&lt;br/&gt;CAN interface is now fully queued in both directions. It also supports a virtual NULL-device (in addition to mcp2515) for test purposes. An MCU driver was created.&lt;/div&gt;~ /trunk/EmbeddedSoftware/AVR/Can2Serial/main.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/Can2Serial/makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/CanTest/main.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/CanTest/makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/lib/src/can/can.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/lib/src/can/can.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/lib/src/can/can_cfg.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515_cfg.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515_defs.h&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/lib/src/mcu/mcu.c&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/lib/src/mcu/mcu.h&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/lib/src/mcu/mcu_cfg.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/lib/src/mcu/uart.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/lib/src/mcu/uart.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/lib/src/mcu/uart_cfg.h&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/buildsystem_v2/EmbeddedSoftware/AVR/lib/src/can/can.h?op=revision&amp;rev=142</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/buildsystem_v2/EmbeddedSoftware/AVR/lib/src/can/can.h?op=revision&amp;rev=142</guid></item>
<item><pubDate>Sun, 19 Nov 2006 17:59:10 +0000</pubDate><dc:creator>jimmy</dc:creator><title>Rev 127 – Refactor (Module_FunctionName instead of ModuleFunctionName). Optimizations to mcp2515 driver (higher ...</title><description>&lt;div&gt;&lt;strong&gt;jimmy – 13 file(s) modified&lt;/strong&gt;&lt;br/&gt;Refactor (Module_FunctionName instead of ModuleFunctionName).&lt;br /&gt;
Optimizations to mcp2515 driver (higher SPI clock rate).&lt;/div&gt;~ /trunk/EmbeddedSoftware/AVR/Can2Serial/main.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/CanTest/main.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/CanTest/protocol.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/CanTest/protocol.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/lib/src/can/can.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/lib/src/can/can.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/lib/src/can/can_cfg.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/lib/src/mcu/timebase.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/lib/src/mcu/timebase.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/lib/src/mcu/uart.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/lib/src/mcu/uart.h&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/buildsystem_v2/EmbeddedSoftware/AVR/lib/src/can/can.h?op=revision&amp;rev=127</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/buildsystem_v2/EmbeddedSoftware/AVR/lib/src/can/can.h?op=revision&amp;rev=127</guid></item>
<item><pubDate>Tue, 07 Nov 2006 10:06:56 +0000</pubDate><dc:creator>arune</dc:creator><title>Rev 73 – Skapat trunk/tags/branches. Flyttat Flinsh, MacBeth, EmbeddedSoftware och PcSoftware till trunk.</title><description>&lt;div&gt;&lt;strong&gt;arune – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;Skapat trunk/tags/branches.&lt;br /&gt;
Flyttat Flinsh, MacBeth, EmbeddedSoftware och PcSoftware till trunk.&lt;/div&gt;+ /branches&lt;br /&gt;x /EmbeddedSoftware&lt;br /&gt;x /Flinsh&lt;br /&gt;x /MacBeth&lt;br /&gt;x /PcSoftware&lt;br /&gt;+ /tags&lt;br /&gt;+ /trunk&lt;br /&gt;+ /trunk/EmbeddedSoftware &lt;i&gt;(copied from /EmbeddedSoftware@72)&lt;/i&gt;&lt;br /&gt;+ /trunk/Flinsh &lt;i&gt;(copied from /Flinsh@72)&lt;/i&gt;&lt;br /&gt;+ /trunk/MacBeth &lt;i&gt;(copied from /MacBeth@72)&lt;/i&gt;&lt;br /&gt;+ /trunk/PcSoftware &lt;i&gt;(copied from /PcSoftware@72)&lt;/i&gt;&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/buildsystem_v2/EmbeddedSoftware/AVR/lib/src/can/can.h?op=revision&amp;rev=73</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/buildsystem_v2/EmbeddedSoftware/AVR/lib/src/can/can.h?op=revision&amp;rev=73</guid></item>
<item><pubDate>Wed, 01 Nov 2006 20:58:52 +0000</pubDate><dc:creator>jimmy</dc:creator><title>Rev 69 – Can2Serial is now fully functional.</title><description>&lt;div&gt;&lt;strong&gt;jimmy – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Can2Serial is now fully functional.&lt;/div&gt;~ /EmbeddedSoftware/AVR/Can2Serial/main.c&lt;br /&gt;~ /EmbeddedSoftware/AVR/lib/src/can/can.h&lt;br /&gt;~ /EmbeddedSoftware/AVR/lib/src/mcu/uart.c&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/buildsystem_v2/EmbeddedSoftware/AVR/lib/src/can/can.h?op=revision&amp;rev=69</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/buildsystem_v2/EmbeddedSoftware/AVR/lib/src/can/can.h?op=revision&amp;rev=69</guid></item>
<item><pubDate>Sun, 29 Oct 2006 20:32:03 +0000</pubDate><dc:creator>jimmy</dc:creator><title>Rev 63 – Added Can2Serial. Uses the CanWatcher protocol and operates at 115200baud. ...</title><description>&lt;div&gt;&lt;strong&gt;jimmy – 10 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added Can2Serial. Uses the CanWatcher protocol and operates at 115200baud. Functionality has not yet been verified.&lt;/div&gt;+ /EmbeddedSoftware/AVR/Can2Serial&lt;br /&gt;+ /EmbeddedSoftware/AVR/Can2Serial/.cdtproject&lt;br /&gt;+ /EmbeddedSoftware/AVR/Can2Serial/.dep&lt;br /&gt;+ /EmbeddedSoftware/AVR/Can2Serial/.project&lt;br /&gt;+ /EmbeddedSoftware/AVR/Can2Serial/.settings&lt;br /&gt;+ /EmbeddedSoftware/AVR/Can2Serial/.settings/org.eclipse.cdt.core.prefs&lt;br /&gt;+ /EmbeddedSoftware/AVR/Can2Serial/main.c&lt;br /&gt;+ /EmbeddedSoftware/AVR/Can2Serial/makefile&lt;br /&gt;~ /EmbeddedSoftware/AVR/lib/src/can/can.c&lt;br /&gt;~ /EmbeddedSoftware/AVR/lib/src/can/can.h&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/buildsystem_v2/EmbeddedSoftware/AVR/lib/src/can/can.h?op=revision&amp;rev=63</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/buildsystem_v2/EmbeddedSoftware/AVR/lib/src/can/can.h?op=revision&amp;rev=63</guid></item>
<item><pubDate>Sun, 29 Oct 2006 18:28:34 +0000</pubDate><dc:creator>jimmy</dc:creator><title>Rev 59 – Added new mcp2515 driver and high level CAN interface (abstraction ...</title><description>&lt;div&gt;&lt;strong&gt;jimmy – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added new mcp2515 driver and high level CAN interface (abstraction layer).&lt;/div&gt;+ /EmbeddedSoftware/AVR/lib/src/can/can.c&lt;br /&gt;+ /EmbeddedSoftware/AVR/lib/src/can/can.h&lt;br /&gt;+ /EmbeddedSoftware/AVR/lib/src/can/can_cfg.h&lt;br /&gt;+ /EmbeddedSoftware/AVR/lib/src/can/mcp2515&lt;br /&gt;+ /EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515.c&lt;br /&gt;+ /EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515.h&lt;br /&gt;+ /EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515_bittime.h&lt;br /&gt;+ /EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515_cfg.h&lt;br /&gt;+ /EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515_defs.h&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/buildsystem_v2/EmbeddedSoftware/AVR/lib/src/can/can.h?op=revision&amp;rev=59</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/buildsystem_v2/EmbeddedSoftware/AVR/lib/src/can/can.h?op=revision&amp;rev=59</guid></item>
</channel></rss>