Subversion Repositories HomeAutomation

Rev

Show changed files | Directory listing | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
800 6698 d 5 h linlun /branches/modules/ Added branch for modulized applications  
673 6899 d 10 h eqlazer /trunk/EmbeddedSoftware/AVR/standalone/CanTest/ standalone/CanTest: Now prints correct incoming frame to uart.  
671 6906 d 3 h arune /trunk/EmbeddedSoftware/AVR/standalone/ standalone: fixes for "multiple definition of __vector_2" in cantest and can2serial  
670 6908 d 3 h arune /trunk/EmbeddedSoftware/AVR/standalone/ standalone/CanTest, standalone/CanSimpleEthernet, standalone/Can2Serial: removed contents of vectors.h file  
667 6908 d 4 h arune /trunk/EmbeddedSoftware/AVR/standalone/CanTest/ standalone/CanTest: now using avr-libdir, not dependent on old libdir anymore  
658 6911 d 3 h eqlazer /trunk/EmbeddedSoftware/AVR/  
451 7062 d 6 h eqlazer /trunk/EmbeddedSoftware/AVR/standalone/CanTest/ CanTest: Now uses the same output type as canDaemon (debug mode)  
427 7068 d 8 h eqlazer /trunk/EmbeddedSoftware/AVR/standalone/CanTest/ Created CanTest and removed CanTestPeriodic, CanTestCan and CanTestEcho.
From now on CanTest is the main program for testing new nodes.
 
393 7079 d 11 h eqlazer /trunk/EmbeddedSoftware/AVR/ Removed eclipse specific files and bios files from applications.  
389 7080 d 2 h eqlazer /trunk/EmbeddedSoftware/AVR/ EmbeddedSoftware/AVR: Moved a lot. Most paths now probably broken.  
208 7190 d 8 h jimmy /trunk/EmbeddedSoftware/AVR/ Added Mcu_Init function that initializes the internal OSC in mega88.  
197 7194 d 10 h andfri /trunk/EmbeddedSoftware/AVR/CanTestPeriodic/ EmbeddedSoftware/AVR/CanTestPeriodic/main.c: Initialize txMsg.DataLength so that mcp2515 wont go crazy when dlc happens to be >8.  
151 7218 d 7 h noddan /trunk/EmbeddedSoftware/AVR/CanTestPeriodic/ Kommentar för att data aldrig sätts  
149 7234 d 15 h jimmy /trunk/EmbeddedSoftware/AVR/ Updated the UART library for mega88 support. Timebase and MCP2515 driver also have experimental mega88 support now.  
145 7235 d 9 h jimmy /trunk/EmbeddedSoftware/AVR/ Test program renamed to CanTestPeriodic.  
142 7235 d 12 h jimmy /trunk/EmbeddedSoftware/AVR/ 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.  
127 7237 d 5 h jimmy /trunk/EmbeddedSoftware/AVR/ Refactor (Module_FunctionName instead of ModuleFunctionName).
Optimizations to mcp2515 driver (higher SPI clock rate).
 
73 7249 d 13 h arune / Skapat trunk/tags/branches.
Flyttat Flinsh, MacBeth, EmbeddedSoftware och PcSoftware till trunk.
 
61 7258 d 5 h jimmy /EmbeddedSoftware/AVR/ Added CanTest (simple test program for the CAN interface).