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
1308 6249 d 15 h runge /branches/atomV2/ Created branch for Atom version 2 and update module protocol  
/branches/atomV2
1125 6404 d 14 h linlun /trunk/ Added PCINT driver
Implemented PCINT-driver in sns_power and act_dimmer230, also updated templates and modulemanager
 
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/pcint.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/pcint.h
/trunk/EmbeddedSoftware/AVR/module/act_dimmer230/act_dimmer230.c
/trunk/EmbeddedSoftware/AVR/module/act_dimmer230/act_dimmer230.h
/trunk/EmbeddedSoftware/AVR/module/act_dimmer230/config.inc.template
/trunk/EmbeddedSoftware/AVR/module/act_dimmer230/sources.list
/trunk/EmbeddedSoftware/AVR/module/sns_power/config.inc.template
/trunk/EmbeddedSoftware/AVR/module/sns_power/sns_power.c
/trunk/EmbeddedSoftware/AVR/module/sns_power/sns_power.h
/trunk/EmbeddedSoftware/AVR/module/sns_power/sources.list
/trunk/EmbeddedSoftware/AVR/module/template/config.inc.template
/trunk/EmbeddedSoftware/AVR/module/template/sources.list
/trunk/EmbeddedSoftware/AVR/module/template/template.c
/trunk/EmbeddedSoftware/AVR/module/template/template.h
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/config.inc.template
/trunk/PcSoftware/scripts/ModuleManager
1106 6418 d 14 h linlun /trunk/ Changed EEPROM implementation  
/trunk/EmbeddedSoftware/AVR/module/template/template_eeprom.h
/trunk/EmbeddedSoftware/AVR/module/template/template.c
/trunk/EmbeddedSoftware/AVR/module/template/template.h
/trunk/PcSoftware/scripts/ModuleManager
1062 6446 d 14 h linlun /trunk/EmbeddedSoftware/AVR/module/template/ Added EEPROM-support for the module template  
/trunk/EmbeddedSoftware/AVR/module/template/config.inc.template
/trunk/EmbeddedSoftware/AVR/module/template/sources.list
/trunk/EmbeddedSoftware/AVR/module/template/template.c
/trunk/EmbeddedSoftware/AVR/module/template/template.h
989 6461 d 17 h arune /trunk/EmbeddedSoftware/AVR/module/template/ modules/template/template.c: more fixes  
/trunk/EmbeddedSoftware/AVR/module/template/template.c
988 6461 d 17 h arune /trunk/EmbeddedSoftware/AVR/module/template/ modules/template/template.c: updated listcommand name  
/trunk/EmbeddedSoftware/AVR/module/template/template.c
967 6472 d 19 h runge /trunk/EmbeddedSoftware/AVR/module/ Put sending of list message in a while  
/trunk/EmbeddedSoftware/AVR/module/act_RGBdriver/act_RGBdriver.c
/trunk/EmbeddedSoftware/AVR/module/act_dimmer230/act_dimmer230.c
/trunk/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.c
/trunk/EmbeddedSoftware/AVR/module/act_ks0108/act_ks0108.c
/trunk/EmbeddedSoftware/AVR/module/sns_BusVoltage/sns_BusVoltage.c
/trunk/EmbeddedSoftware/AVR/module/sns_FOST02/sns_FOST02.c
/trunk/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/sns_SimpleDTMF.c
/trunk/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c
/trunk/EmbeddedSoftware/AVR/module/sns_rotary/sns_rotary.c
/trunk/EmbeddedSoftware/AVR/module/template/template.c
869 6663 d 17 h linlun /trunk/ Merged modules branch into trunk  
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/FOST02
/trunk/EmbeddedSoftware/AVR/module
/trunk/EmbeddedSoftware/AVR/personal/template_module
/trunk/PcSoftware/Atom
/trunk/PcSoftware/scripts/ModuleManager
/trunk/PcSoftware/scripts/frame
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h
852 6691 d 12 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
851 6691 d 14 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
 
/branches/modules/EmbeddedSoftware/AVR/module/CreateModule
/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
847 6691 d 19 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