Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
852 6691 d 2 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
 
/branches/modules/EmbeddedSoftware/AVR/module/CreateModule
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h
/branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.c
/branches/modules/EmbeddedSoftware/AVR/module/template/template.c
/branches/modules/PcSoftware/scripts/ModuleManager
847 6691 d 9 h migan /branches/modules/ Added template module
Changed ModuleManager to allow comments in sources.list
 
/branches/modules/EmbeddedSoftware/AVR/module/template
/branches/modules/EmbeddedSoftware/AVR/module/template/config.inc.template
/branches/modules/EmbeddedSoftware/AVR/module/template/protocol.h
/branches/modules/EmbeddedSoftware/AVR/module/template/sources.list
/branches/modules/EmbeddedSoftware/AVR/module/template/template.c
/branches/modules/EmbeddedSoftware/AVR/module/template/template.h
/branches/modules/PcSoftware/scripts/ModuleManager
839 6694 d 7 h migan /branches/modules/ Fixed a problem with the generation of main.c, a replace last time replaced too much  
/branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.c
/branches/modules/PcSoftware/scripts/ModuleManager
836 6695 d 3 h migan /branches/modules/ Changed lcd startup message
Updated ModuleManager help and changed what the --list command shows
 
/branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.c
/branches/modules/PcSoftware/scripts/ModuleManager
828 6695 d 5 h migan /branches/modules/PcSoftware/scripts/ Fixed a bug when regenerating config.inc  
/branches/modules/PcSoftware/scripts/ModuleManager
827 6696 d 1 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
 
/branches/modules/EmbeddedSoftware/AVR/module/act_hd44780
/branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.c
/branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.h
/branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/config.inc.template
/branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/protocol.h
/branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/sources.list
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/protocol.h
/branches/modules/PcSoftware/scripts/frame
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.h
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios.inc
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c.template
/branches/modules/PcSoftware/scripts/ModuleManager
826 6696 d 3 h migan /branches/modules/ Moved module-script to the scriptfolder
Created a link to the module-script in the template_module-folder
 
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/ModuleManager
/branches/modules/PcSoftware/scripts/ModuleManager
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.py
825 6696 d 3 h migan /branches/modules/EmbeddedSoftware/AVR/personal/template_module/ Made script runnable without python at the command line  
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.py
824 6696 d 4 h migan /branches/modules/EmbeddedSoftware/AVR/personal/template_module/ Added the option to remove a module for application  
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.py
822 6696 d 4 h migan /branches/modules/EmbeddedSoftware/AVR/ Fixed paths, now it should be working  
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sources.list
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.py
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
820 6696 d 5 h migan /branches/modules/EmbeddedSoftware/AVR/personal/template_module/ Fixed wrong path  
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.py
819 6696 d 5 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
 
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/README
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.py
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/sources.list.template
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/OLDMakefile
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/dep.inc
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/config.inc
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/config.template
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.inc
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules/sns_ds18x20
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/config.inc.template
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/Makefile
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/config.inc.template
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c.template