Subversion Repositories HomeAutomation

Rev

Show changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
757 6747 d 4 h arune /branches/hwid/EmbeddedSoftware/ copy trunk/embeddedsoftware to new branch  
698 6874 d 1 h arune /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/ standalone/can2serial: added include of canid.h
renamed config.h to config.h.template for not overwriting others settings
 
697 6874 d 1 h arune /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/ standalone/can2serial: simple timestamp implementation for stdcan  
693 6875 d 0 h arune /trunk/EmbeddedSoftware/AVR/ Fixed errors in stdcan
StdCan can (optional) be used in Can2Serial for buffering messages
 
671 6906 d 21 h arune /trunk/EmbeddedSoftware/AVR/standalone/ standalone: fixes for "multiple definition of __vector_2" in cantest and can2serial  
665 6908 d 22 h arune /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/ standalone/Can2Serial: now using avr-libdir, not dependent on old libdir anymore  
389 7080 d 19 h eqlazer /trunk/EmbeddedSoftware/AVR/ EmbeddedSoftware/AVR: Moved a lot. Most paths now probably broken.  
380 7083 d 4 h eqlazer /trunk/EmbeddedSoftware/AVR/Can2Serial/ Can2Serial: Cleaned up some mess. No more traces of F_OSC.  
356 7133 d 17 h andfri /trunk/EmbeddedSoftware/AVR/Can2Serial/ * EmbeddedSoftware/AVR/Can2Serial: Now sending a CAN_NMT_TIME msg every second. Actual time is more or less bogus, should be fixed when needed.  
149 7235 d 8 h jimmy /trunk/EmbeddedSoftware/AVR/ Updated the UART library for mega88 support. Timebase and MCP2515 driver also have experimental mega88 support now.  
142 7236 d 5 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 22 h jimmy /trunk/EmbeddedSoftware/AVR/ Refactor (Module_FunctionName instead of ModuleFunctionName).
Optimizations to mcp2515 driver (higher SPI clock rate).
 
73 7250 d 6 h arune / Skapat trunk/tags/branches.
Flyttat Flinsh, MacBeth, EmbeddedSoftware och PcSoftware till trunk.
 
69 7255 d 19 h jimmy /EmbeddedSoftware/AVR/ Can2Serial is now fully functional.  
63 7258 d 20 h jimmy /EmbeddedSoftware/AVR/ Added Can2Serial. Uses the CanWatcher protocol and operates at 115200baud. Functionality has not yet been verified.