Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2228 5081 d 4 h linlun /trunk/PcSoftware/scripts/ Fixed issue 0000021
Bug in modulemanager should now be fixed, please test it
 
2137 5174 d 5 h linlun /trunk/PcSoftware/scripts/ Added hwID when listing nodes  
2127 5174 d 23 h linlun /trunk/PcSoftware/scripts/ Resolved issue #9, Modulemanager now counts correct  
2006 5227 d 2 h linlun /trunk/PcSoftware/scripts/ Added another function to ModuleManager, now bot -n and -m works, lists sorted by module or by node
Added key=str.lower to all sorting (will sort case-insensitive
 
2003 5228 d 0 h linlun /trunk/PcSoftware/scripts/ Added -m/--modules to list all nodes with there installed modules (and ID:s) in ModuleManager  
1994 5233 d 1 h linlun /trunk/PcSoftware/scripts/ Fixed ticket "Sort ModuleManager module list in alphabetical order"  
1993 5233 d 1 h linlun /trunk/PcSoftware/scripts/ Better fix for ModuleManager  
1991 5233 d 2 h linlun /trunk/PcSoftware/scripts/ Fixed so that modulemanager don't need libraries.list.template  
1983 5236 d 0 h linlun /trunk/PcSoftware/scripts/ Added support for libraries in ModuleManager  
1935 5280 d 1 h arune /trunk/PcSoftware/scripts/ Fixed issue with ModuleManager creating symlinks with absolute path  
1727 5621 d 13 h cougar /trunk/PcSoftware/scripts/ FIX: config.inc module section lookup in ModuleManager (sns_input should not match with sns_inputAnalog)  
1574 5810 d 1 h linlun /trunk/PcSoftware/scripts/ Fixed bug in ModuleManager  
1572 5810 d 1 h linlun /trunk/ Update to ModuleManager and added support for two sensors in sns_power  
1259 6284 d 1 h runge /trunk/PcSoftware/scripts/ Now it must work! Damnit!  
1258 6284 d 1 h runge /trunk/PcSoftware/scripts/ ModuleManager should now ignore lines begining with # even for timers etc...  
1126 6413 d 0 h linlun /trunk/PcSoftware/scripts/ Fixed a typing error  
1125 6413 d 1 h linlun /trunk/ Added PCINT driver
Implemented PCINT-driver in sns_power and act_dimmer230, also updated templates and modulemanager
 
1106 6427 d 1 h linlun /trunk/ Changed EEPROM implementation  
982 6476 d 6 h runge /trunk/PcSoftware/scripts/ Fix for removal of protocol.h from module-template  
979 6477 d 6 h linlun /trunk/PcSoftware/scripts/ Changed first row to be able to start without "python ./ModulManager"  
887 6653 d 4 h migan /trunk/PcSoftware/scripts/ template module is no longer listed when listing available modules  
885 6656 d 0 h migan /trunk/PcSoftware/scripts/ Added -c option for small list of available modules
Fixed problem with -l module list when not run from an application dir
 
869 6672 d 4 h linlun /trunk/ Merged modules branch into trunk  
852 6699 d 23 h migan /branches/modules/ Merged CreateModule into ModuleManager and made ModuleManager work when run from diffrent locations
Added some definitions in canid.h for default classes used in template, this to make a new module compile right away
 
847 6700 d 6 h migan /branches/modules/ Added template module
Changed ModuleManager to allow comments in sources.list
 
839 6703 d 4 h migan /branches/modules/ Fixed a problem with the generation of main.c, a replace last time replaced too much  
836 6704 d 0 h migan /branches/modules/ Changed lcd startup message
Updated ModuleManager help and changed what the --list command shows
 
828 6704 d 2 h migan /branches/modules/PcSoftware/scripts/ Fixed a bug when regenerating config.inc  
827 6704 d 22 h migan /branches/modules/ Added module for hd44780 lcd, not well tested yet but starts
Fixed some defines to be able to work with pointers to messages
Created separate files for module protocol defines, not defined in canid.h anymore
Fixed bios.inc in template to use <GENERATE_ID> again
Fixed a bug in ModuleManger
Added the framescript to the svn
 
826 6705 d 0 h migan /branches/modules/ Moved module-script to the scriptfolder
Created a link to the module-script in the template_module-folder
 
825 6705 d 0 h migan /branches/modules/EmbeddedSoftware/AVR/personal/template_module/ Made script runnable without python at the command line  
824 6705 d 1 h migan /branches/modules/EmbeddedSoftware/AVR/personal/template_module/ Added the option to remove a module for application  
822 6705 d 1 h migan /branches/modules/EmbeddedSoftware/AVR/ Fixed paths, now it should be working  
820 6705 d 2 h migan /branches/modules/EmbeddedSoftware/AVR/personal/template_module/ Fixed wrong path  
819 6705 d 2 h migan /branches/modules/EmbeddedSoftware/AVR/ Added a script for adding modules to a application
Cleaned files and added new ones :)
Makefiles still does not work