<?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/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c</title><description>WebSVN RSS feed &#x2013; HomeAutomation</description><lastBuildDate>Sat, 12 Sep 2026 23:12:03 +0000</lastBuildDate><generator>WebSVN 2.8.8</generator><language>en</language><link>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=log&amp;max=40&amp;</link><atom:link href="https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=rss" rel="self" type="application/rss+xml" />
<item><pubDate>Sun, 11 May 2008 18:36:05 +0000</pubDate><dc:creator>linlun</dc:creator><title>Rev 800 – Added branch for modulized applications</title><description>&lt;div&gt;&lt;strong&gt;linlun – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added branch for modulized applications&lt;/div&gt;+ /branches/modules &lt;i&gt;(copied from /trunk@799)&lt;/i&gt;&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=800</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=800</guid></item>
<item><pubDate>Wed, 09 Apr 2008 18:29:26 +0000</pubDate><dc:creator>arune</dc:creator><title>Rev 765 – Fixed bug with setting portc and ddrc</title><description>&lt;div&gt;&lt;strong&gt;arune – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fixed bug with setting portc and ddrc&lt;/div&gt;~ /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=765</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=765</guid></item>
<item><pubDate>Wed, 09 Apr 2008 16:17:53 +0000</pubDate><dc:creator>arune</dc:creator><title>Rev 764 – fix for slave select on AVR, pin must be output ...</title><description>&lt;div&gt;&lt;strong&gt;arune – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;fix for slave select on AVR, pin must be output on CoreCard&lt;/div&gt;~ /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=764</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=764</guid></item>
<item><pubDate>Sun, 18 Nov 2007 15:39:23 +0000</pubDate><dc:creator>arune</dc:creator><title>Rev 698 – standalone/can2serial: added include of canid.h renamed config.h to config.h.template for ...</title><description>&lt;div&gt;&lt;strong&gt;arune – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;standalone/can2serial: added include of canid.h&lt;br /&gt;
renamed config.h to config.h.template for not overwriting others settings&lt;/div&gt;x /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/config.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/makefile&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=698</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=698</guid></item>
<item><pubDate>Sun, 18 Nov 2007 15:28:53 +0000</pubDate><dc:creator>arune</dc:creator><title>Rev 697 – standalone/can2serial: simple timestamp implementation for stdcan</title><description>&lt;div&gt;&lt;strong&gt;arune – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;standalone/can2serial: simple timestamp implementation for stdcan&lt;/div&gt;~ /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/config.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=697</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=697</guid></item>
<item><pubDate>Sat, 17 Nov 2007 16:16:22 +0000</pubDate><dc:creator>arune</dc:creator><title>Rev 693 – Fixed errors in stdcan StdCan can (optional) be used in ...</title><description>&lt;div&gt;&lt;strong&gt;arune – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fixed errors in stdcan&lt;br /&gt;
StdCan can (optional) be used in Can2Serial for buffering messages&lt;/div&gt;~ /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/config.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/makefile&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=693</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=693</guid></item>
<item><pubDate>Tue, 16 Oct 2007 19:49:07 +0000</pubDate><dc:creator>arune</dc:creator><title>Rev 671 – standalone: fixes for &quot;multiple definition of __vector_2&quot; in cantest and ...</title><description>&lt;div&gt;&lt;strong&gt;arune – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;standalone: fixes for &quot;multiple definition of __vector_2&quot; in cantest and can2serial&lt;/div&gt;~ /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/standalone/CanTest/main.c&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=671</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=671</guid></item>
<item><pubDate>Sun, 14 Oct 2007 17:59:21 +0000</pubDate><dc:creator>arune</dc:creator><title>Rev 665 – standalone/Can2Serial: now using avr-libdir, not dependent on old libdir anymore</title><description>&lt;div&gt;&lt;strong&gt;arune – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;standalone/Can2Serial: now using avr-libdir, not dependent on old libdir anymore&lt;/div&gt;+ /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/config.h&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c&lt;br /&gt;~ /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/makefile&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/vectors.h&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=665</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=665</guid></item>
<item><pubDate>Wed, 25 Apr 2007 21:09:07 +0000</pubDate><dc:creator>eqlazer</dc:creator><title>Rev 389 – EmbeddedSoftware/AVR: Moved a lot. Most paths now probably broken.</title><description>&lt;div&gt;&lt;strong&gt;eqlazer – 25 file(s) modified&lt;/strong&gt;&lt;br/&gt;EmbeddedSoftware/AVR: Moved a lot. Most paths now probably broken.&lt;/div&gt;+ /trunk/EmbeddedSoftware/AVR/application&lt;br /&gt;x /trunk/EmbeddedSoftware/AVR/Can2Serial&lt;br /&gt;x /trunk/EmbeddedSoftware/AVR/CanCallerID&lt;br /&gt;x /trunk/EmbeddedSoftware/AVR/CanDS18S20&lt;br /&gt;x /trunk/EmbeddedSoftware/AVR/CanGLCD&lt;br /&gt;x /trunk/EmbeddedSoftware/AVR/CanGPS&lt;br /&gt;x /trunk/EmbeddedSoftware/AVR/CanRGB_nobios&lt;br /&gt;x /trunk/EmbeddedSoftware/AVR/CanSimpleEthernet&lt;br /&gt;x /trunk/EmbeddedSoftware/AVR/CanTestCan&lt;br /&gt;x /trunk/EmbeddedSoftware/AVR/CanTestEcho&lt;br /&gt;x /trunk/EmbeddedSoftware/AVR/CanTestPeriodic&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/personal&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/standalone&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial &lt;i&gt;(copied from /trunk/EmbeddedSoftware/AVR/Can2Serial@388)&lt;/i&gt;&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/standalone/CanCallerID &lt;i&gt;(copied from /trunk/EmbeddedSoftware/AVR/CanCallerID@388)&lt;/i&gt;&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/standalone/CanGLCD &lt;i&gt;(copied from /trunk/EmbeddedSoftware/AVR/CanGLCD@388)&lt;/i&gt;&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/standalone/CanGPS &lt;i&gt;(copied from /trunk/EmbeddedSoftware/AVR/CanGPS@388)&lt;/i&gt;&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/standalone/CanRGB_nobios &lt;i&gt;(copied from /trunk/EmbeddedSoftware/AVR/CanRGB_nobios@388)&lt;/i&gt;&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet &lt;i&gt;(copied from /trunk/EmbeddedSoftware/AVR/CanSimpleEthernet@388)&lt;/i&gt;&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/standalone/CanTestCan &lt;i&gt;(copied from /trunk/EmbeddedSoftware/AVR/CanTestCan@388)&lt;/i&gt;&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/standalone/CanTestEcho &lt;i&gt;(copied from /trunk/EmbeddedSoftware/AVR/CanTestEcho@388)&lt;/i&gt;&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/standalone/CanTestPeriodic &lt;i&gt;(copied from /trunk/EmbeddedSoftware/AVR/CanTestPeriodic@388)&lt;/i&gt;&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/standalone/UARTscope &lt;i&gt;(copied from /trunk/EmbeddedSoftware/AVR/UARTscope@388)&lt;/i&gt;&lt;br /&gt;+ /trunk/EmbeddedSoftware/AVR/trash/CanDS18S20 &lt;i&gt;(copied from /trunk/EmbeddedSoftware/AVR/CanDS18S20@388)&lt;/i&gt;&lt;br /&gt;x /trunk/EmbeddedSoftware/AVR/UARTscope&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=389</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=389</guid></item>
<item><pubDate>Mon, 23 Apr 2007 11:58:54 +0000</pubDate><dc:creator>eqlazer</dc:creator><title>Rev 380 – Can2Serial: Cleaned up some mess. No more traces of F_OSC.</title><description>&lt;div&gt;&lt;strong&gt;eqlazer – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Can2Serial: Cleaned up some mess. No more traces of F_OSC.&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/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=380</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=380</guid></item>
<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/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=356</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=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/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=149</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=149</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/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=142</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?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/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=127</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?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/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=73</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?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/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=69</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?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/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=63</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c?op=revision&amp;rev=63</guid></item>
</channel></rss>