Subversion Repositories HomeAutomation

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
852 6696 d 0 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
 
851 6696 d 2 h migan /branches/modules/EmbeddedSoftware/AVR/module/ Script for creating new modules, copies template and changes to the module name everywhere
Changed module template to work with the CreateModule script
 
850 6696 d 3 h migan /branches/modules/EmbeddedSoftware/AVR/module/sns_BusVoltage/ Commented out two unused variables to eliminate warnings  
848 6696 d 4 h arune /branches/modules/EmbeddedSoftware/AVR/module/sns_BusVoltage/ modules/sns_busvoltage: added a module that peridically sends the bus voltage of the node  
847 6696 d 8 h migan /branches/modules/ Added template module
Changed ModuleManager to allow comments in sources.list
 
839 6699 d 5 h migan /branches/modules/ Fixed a problem with the generation of main.c, a replace last time replaced too much  
836 6700 d 1 h migan /branches/modules/ Changed lcd startup message
Updated ModuleManager help and changed what the --list command shows
 
833 6700 d 2 h linlun /branches/modules/EmbeddedSoftware/AVR/module/sns_FOST02/ Added module for Hope FOST02 temperature and humidity sensor, NOT WORKING!  
827 6700 d 23 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
 
822 6701 d 2 h migan /branches/modules/EmbeddedSoftware/AVR/ Fixed paths, now it should be working  
821 6701 d 3 h migan /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/ Missig file  
819 6701 d 3 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
 
817 6701 d 13 h migan /branches/modules/EmbeddedSoftware/AVR/ Added file to make a module have a list of its dependencies
Added file to list which modules to compile, THIS IS NOT COMPLETE
Tried to change the makefiles to work but it does not yet!
Corrected fault in application main, now checks HW_ID when getting a list request
Added simple defines for getting the individual bytes of a HW_ID easily
 
804 6703 d 0 h migan /branches/modules/EmbeddedSoftware/AVR/ Updated define-names to be more clear
Fixed a warning in stdcan
Added a config.inc.template to the application
 
803 6703 d 1 h migan /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/ Removed more bin-files that got committed by mistake  
801 6703 d 3 h linlun /branches/modules/EmbeddedSoftware/AVR/ First test application with changes to stdcan