Subversion Repositories HomeAutomation

Rev

Show changed files | Directory listing | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1910 5326 d 4 h arune /trunk/EmbeddedSoftware/AVR/module/ Changed all modules to use BIOS GetHwId function directly instead of macro  
1538 5878 d 6 h arune /trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/ module/protectedoutput: minor fix  
1537 5878 d 8 h myhrman /trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/ protectedOutput: added new config parameter, act_protectedOutput_FORCED_RETRIES.  
1535 5878 d 13 h myhrman /trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/ Minor adjustments and fixes to protectedOutput.  
1534 5878 d 13 h myhrman /trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/ EEPROM support in protectedOutput pretty much complete.  
1533 5878 d 14 h myhrman /trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/ Fixed build errors in protectedOutput.  
1532 5878 d 23 h myhrman /trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/ Started to add EEPROM support to protectedOutput. Not yet complete!  
1528 5881 d 0 h myhrman /trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/ act_protectedOutput: Extended with rough multi-output support. Diagnostics input still limited to single channel (that affects all outputs).  
1512 5914 d 8 h myhrman /trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/ protectedOutput now reports status also when output state goes from protected back to normal. Previously, only normal->protected state was reported.

Also removed some obsolete polling code.
 
1511 5914 d 8 h arune /trunk/ module/protected output: fixed type of module for can communication (added new type)  
1505 5922 d 4 h myhrman /trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/ still didn't compile..  
1504 5922 d 4 h myhrman /trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/ did not compile..  
1503 5922 d 4 h myhrman /trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/ Added act_protectedOutput, which controls a single output pin and allows external hardware monitor mechanims (like over-current/over-temperature) connect to a diagnostic input pin. The output is immediately disabled for a given time period each time the diagnostics pin is asserted. The module can also be configured such that the output is automatically turned off on each assertion.