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
1976 5232 d 9 h arune /trunk/EmbeddedSoftware/AVR/module/ Updated defines for EEPROM in template and act_dimmer230, for testing building before updating all modules  
/trunk/EmbeddedSoftware/AVR/module/act_dimmer230/act_dimmer230.c
/trunk/EmbeddedSoftware/AVR/module/act_dimmer230/act_dimmer230.h
/trunk/EmbeddedSoftware/AVR/module/template/template.c
/trunk/EmbeddedSoftware/AVR/module/template/template.h
1910 5326 d 10 h arune /trunk/EmbeddedSoftware/AVR/module/ Changed all modules to use BIOS GetHwId function directly instead of macro  
/trunk/EmbeddedSoftware/AVR/module/act_DotMatrix/act_DotMatrix.c
/trunk/EmbeddedSoftware/AVR/module/act_PID/act_PID.c
/trunk/EmbeddedSoftware/AVR/module/act_RGBW/act_RGBW.c
/trunk/EmbeddedSoftware/AVR/module/act_RGBdriver/act_RGBdriver.c
/trunk/EmbeddedSoftware/AVR/module/act_SlowPWM/act_SlowPWM.c
/trunk/EmbeddedSoftware/AVR/module/act_dimmer230/act_dimmer230.c
/trunk/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.c
/trunk/EmbeddedSoftware/AVR/module/act_hwPWM/act_hwPWM.c
/trunk/EmbeddedSoftware/AVR/module/act_ks0108/act_ks0108.c
/trunk/EmbeddedSoftware/AVR/module/act_linearAct/act_linearAct.c
/trunk/EmbeddedSoftware/AVR/module/act_multiSwitch/act_multiSwitch.c
/trunk/EmbeddedSoftware/AVR/module/act_output/act_output.c
/trunk/EmbeddedSoftware/AVR/module/act_pcaPWM/act_pcaPWM.c
/trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/act_protectedOutput.c
/trunk/EmbeddedSoftware/AVR/module/act_sigmadelta_dimmer/act_sigmadelta_dimmer.c
/trunk/EmbeddedSoftware/AVR/module/act_softPWM/act_softPWM.c
/trunk/EmbeddedSoftware/AVR/module/chn_ChnMaster/chn_ChnMaster.c
/trunk/EmbeddedSoftware/AVR/module/chn_lcd_control/chn_lcd_control.c
/trunk/EmbeddedSoftware/AVR/module/sns_BusVoltage/sns_BusVoltage.c
/trunk/EmbeddedSoftware/AVR/module/sns_DHT11/sns_DHT11.c
/trunk/EmbeddedSoftware/AVR/module/sns_FOST02/sns_FOST02.c
/trunk/EmbeddedSoftware/AVR/module/sns_LM335/sns_LM335.c
/trunk/EmbeddedSoftware/AVR/module/sns_NTC/sns_NTC.c
/trunk/EmbeddedSoftware/AVR/module/sns_PIR/sns_PIR.c
/trunk/EmbeddedSoftware/AVR/module/sns_Serial/sns_Serial.c
/trunk/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/sns_SimpleDTMF.c
/trunk/EmbeddedSoftware/AVR/module/sns_TC1047A/sns_TC1047A.c
/trunk/EmbeddedSoftware/AVR/module/sns_TCN75A/sns_TCN75A.c
/trunk/EmbeddedSoftware/AVR/module/sns_Touch/sns_Touch.c
/trunk/EmbeddedSoftware/AVR/module/sns_VoltageCurrent/sns_VoltageCurrent.c
/trunk/EmbeddedSoftware/AVR/module/sns_counter/sns_counter.c
/trunk/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c
/trunk/EmbeddedSoftware/AVR/module/sns_identification/sns_identification.c
/trunk/EmbeddedSoftware/AVR/module/sns_input/sns_input.c
/trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sns_inputAnalog.c
/trunk/EmbeddedSoftware/AVR/module/sns_irReceive/sns_irReceive.c
/trunk/EmbeddedSoftware/AVR/module/sns_irTransceive/sns_irTransceive.c
/trunk/EmbeddedSoftware/AVR/module/sns_irTransmit/sns_irTransmit.c
/trunk/EmbeddedSoftware/AVR/module/sns_nmea/sns_nmea.c
/trunk/EmbeddedSoftware/AVR/module/sns_power/sns_power.c
/trunk/EmbeddedSoftware/AVR/module/sns_rotary/sns_rotary.c
/trunk/EmbeddedSoftware/AVR/module/sns_rotaryHex/sns_rotaryHex.c
/trunk/EmbeddedSoftware/AVR/module/template/template.c
/trunk/EmbeddedSoftware/AVR/module/tst_CoreLED/tst_CoreLED.c
/trunk/EmbeddedSoftware/AVR/module/tst_TestPrgRig/tst_TestPrgRig.c
1557 5844 d 15 h arune /trunk/EmbeddedSoftware/AVR/module/ module/template: updated template with new eeprom functionality (store/read of dword, update of data done in libc-eeprom when available)
module/act_output: new eeprom functionality integrated
 
/trunk/EmbeddedSoftware/AVR/module/act_output/act_output_eeprom.h
/trunk/EmbeddedSoftware/AVR/module/template/template.c
/trunk/EmbeddedSoftware/AVR/module/template/template_eeprom.h
1446 6035 d 16 h linlun /trunk/EmbeddedSoftware/AVR/module/template/ Fixed error in EEPROM example in template.c for the modules  
/trunk/EmbeddedSoftware/AVR/module/template/template.c
1125 6404 d 10 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 10 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 9 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 12 h arune /trunk/EmbeddedSoftware/AVR/module/template/ modules/template/template.c: more fixes  
/trunk/EmbeddedSoftware/AVR/module/template/template.c
988 6461 d 13 h arune /trunk/EmbeddedSoftware/AVR/module/template/ modules/template/template.c: updated listcommand name  
/trunk/EmbeddedSoftware/AVR/module/template/template.c
967 6472 d 15 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 13 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 7 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 9 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 15 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