Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2291 4501 d 2 h arune /trunk/EmbeddedSoftware/AVR/ Added preliminary support for AVR-internal can controller, mega64c1/m1  
2150 5163 d 1 h kribba /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/ Removed unconditional include of bios.h, causes error in make of can2serial which has no bios  
2136 5174 d 6 h linlun /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/ Fix in stdcan.c, only added #include  
2029 5206 d 22 h linlun /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/ fix for nodes getting slow after a while  
1909 5335 d 4 h arune /trunk/EmbeddedSoftware/AVR/ New personal folders created now uses new BIOS function GetHwId instead of compiling in constant value  
1205 6337 d 22 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/ stdcan.c: possible fix for strange behaviour on can (messages is not lost but seems to come late)  
980 6477 d 1 h linlun /trunk/ Added LEDPWM module id, and made changes to heartbeat  
869 6672 d 3 h linlun /trunk/ Merged modules branch into trunk  
789 6708 d 6 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/ drivers/stdcan: Implemented sending app-startup message on init. Implemented function "get queue length".  
693 6883 d 3 h arune /trunk/EmbeddedSoftware/AVR/ Fixed errors in stdcan
StdCan can (optional) be used in Can2Serial for buffering messages
 
690 6895 d 20 h nattgris /trunk/EmbeddedSoftware/AVR/avr-lib/ * avr-lib: StdCan message filter and some documentation updates.  
687 6900 d 19 h nattgris /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/ * avr-lib/drivers/can: New StdCan layer. Work in progress.