<?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/Can2Serial/main.c</title><description>WebSVN RSS feed &#x2013; HomeAutomation</description><lastBuildDate>Sun, 13 Sep 2026 17:17:53 +0000</lastBuildDate><generator>WebSVN 2.8.8</generator><language>en</language><link>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/Can2Serial/main.c?op=log&amp;max=40&amp;peg=356</link><atom:link href="https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/Can2Serial/main.c?op=rss&amp;peg=356" rel="self" type="application/rss+xml" />
<item><pubDate>Sat, 03 Mar 2007 23:45:00 +0000</pubDate><dc:creator>andfri</dc:creator><title>Rev 356 – * EmbeddedSoftware/AVR/Can2Serial: Now sending a CAN_NMT_TIME msg every second. Actual ...</title><description>&lt;div&gt;&lt;strong&gt;andfri – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;* EmbeddedSoftware/AVR/Can2Serial: Now sending a CAN_NMT_TIME msg every second. Actual time is more or less bogus, should be fixed when needed.&lt;/div&gt;~ /trunk/EmbeddedSoftware/AVR/Can2Serial/main.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/Can2Serial/makefile&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/Can2Serial/main.c?op=revision&amp;rev=356&amp;peg=356</link><guid>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/Can2Serial/main.c?op=revision&amp;rev=356&amp;peg=356</guid></item>
<item><pubDate>Wed, 22 Nov 2006 08:34:33 +0000</pubDate><dc:creator>jimmy</dc:creator><title>Rev 149 – Updated the UART library for mega88 support. Timebase and MCP2515 ...</title><description>&lt;div&gt;&lt;strong&gt;jimmy – 14 file(s) modified&lt;/strong&gt;&lt;br/&gt;Updated the UART library for mega88 support. Timebase and MCP2515 driver also have experimental mega88 support now.&lt;/div&gt;~ /trunk/EmbeddedSoftware/AVR/Can2Serial/main.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/Can2Serial/makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/CanTestEcho/main.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/CanTestEcho/makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/CanTestPeriodic/main.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/CanTestPeriodic/makefile&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515.c&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/lib/src/mcu/serial.c&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/lib/src/mcu/serial.h&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/lib/src/mcu/serial_cfg.h &lt;i&gt;(copied from /trunk/EmbeddedSoftware/AVR/lib/src/mcu/uart_cfg.h@148)&lt;/i&gt;&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/lib/src/mcu/timebase.c&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;x /trunk/EmbeddedSoftware/AVR/lib/src/mcu/uart_cfg.h&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/Can2Serial/main.c?op=revision&amp;rev=149&amp;peg=356</link><guid>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/Can2Serial/main.c?op=revision&amp;rev=149&amp;peg=356</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/trunk/EmbeddedSoftware/AVR/Can2Serial/main.c?op=revision&amp;rev=142&amp;peg=356</link><guid>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/Can2Serial/main.c?op=revision&amp;rev=142&amp;peg=356</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/trunk/EmbeddedSoftware/AVR/Can2Serial/main.c?op=revision&amp;rev=127&amp;peg=356</link><guid>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/Can2Serial/main.c?op=revision&amp;rev=127&amp;peg=356</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/trunk/EmbeddedSoftware/AVR/Can2Serial/main.c?op=revision&amp;rev=73&amp;peg=356</link><guid>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/Can2Serial/main.c?op=revision&amp;rev=73&amp;peg=356</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/trunk/EmbeddedSoftware/AVR/Can2Serial/main.c?op=revision&amp;rev=69&amp;peg=356</link><guid>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/Can2Serial/main.c?op=revision&amp;rev=69&amp;peg=356</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/trunk/EmbeddedSoftware/AVR/Can2Serial/main.c?op=revision&amp;rev=63&amp;peg=356</link><guid>https://websvn.auml.se/browse/HomeAutomation/trunk/EmbeddedSoftware/AVR/Can2Serial/main.c?op=revision&amp;rev=63&amp;peg=356</guid></item>
</channel></rss>