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
868 6664 d 16 h migan /branches/modules/EmbeddedSoftware/AVR/ Added new module for SimpleDTMF-expansion based on CallerId-code, compiles but is not tested yet
Changed DTMF driver to not use hardcoded timer, this breaks backwards compatibility
Added physical quantity command for phone number
Removed warning from stdcan, it is pretty well tested by now
 
/branches/modules/EmbeddedSoftware/AVR/module/sns_SimpleDTMF
/branches/modules/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/config.inc.template
/branches/modules/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/protocol.h
/branches/modules/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/sns_SimpleDTMF.c
/branches/modules/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/sns_SimpleDTMF.h
/branches/modules/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/sources.list
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.c
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules/PhysicalQuantityCMD.h
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h
867 6666 d 9 h linlun /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/ Moved CAN_CMD_MODULE_NMT_LIST to the correct file  
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules/GlobalCMD.h
866 6666 d 9 h linlun /branches/modules/EmbeddedSoftware/AVR/module/ Adapted the modules to send data acordning to the new spec. on the Wiki  
/branches/modules/EmbeddedSoftware/AVR/module/sns_BusVoltage/sns_BusVoltage.c
/branches/modules/EmbeddedSoftware/AVR/module/sns_FOST02/sns_FOST02.c
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c
865 6671 d 17 h linlun /branches/modules/EmbeddedSoftware/AVR/ Updated module sns_BusVoltage  
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules/PhysicalQuantityCMD.h
/branches/modules/EmbeddedSoftware/AVR/module/sns_BusVoltage/protocol.h
/branches/modules/EmbeddedSoftware/AVR/module/sns_BusVoltage/sns_BusVoltage.c
864 6671 d 18 h linlun /branches/modules/EmbeddedSoftware/AVR/module/template/ Changed template to use command files  
/branches/modules/EmbeddedSoftware/AVR/module/template/protocol.h
863 6671 d 18 h linlun /branches/modules/EmbeddedSoftware/AVR/module/sns_FOST02/ Updated module sns_FOST02 to use command files  
/branches/modules/EmbeddedSoftware/AVR/module/sns_FOST02/protocol.h
/branches/modules/EmbeddedSoftware/AVR/module/sns_FOST02/sns_FOST02.c
862 6671 d 18 h linlun /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/ Updated module sns_ds18x20 to use command files  
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/protocol.h
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c
861 6671 d 18 h linlun /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules/ Added files for commands used in modules branch, Pysical Quantity and global commands  
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules/GlobalCMD.h
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules/PhysicalQuantityCMD.h
858 6678 d 12 h linlun /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/ Fixed bug in sns_ds18x20.c, it was reporting the wrong sensor id during the first 100 s.  
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c
857 6678 d 12 h migan /branches/modules/PcSoftware/Atom/ Fixed some things for python 2.4 but not all, still requires python 2.5  
/branches/modules/PcSoftware/Atom/BackendCan.py
/branches/modules/PcSoftware/Atom/ControllerBase.py
/branches/modules/PcSoftware/Atom/ControllerManager.py
/branches/modules/PcSoftware/Atom/ServiceBase.py
/branches/modules/PcSoftware/Atom/ServiceManager.py
/branches/modules/PcSoftware/Atom/atom.conf
856 6678 d 13 h migan /branches/modules/PcSoftware/Atom/ Inital commit of the Atom Service Framework
Works somewhat but threading is buggy and there are only a few services built yet
 
/branches/modules/PcSoftware/Atom
/branches/modules/PcSoftware/Atom/Atom.py
/branches/modules/PcSoftware/Atom/BackendCan.py
/branches/modules/PcSoftware/Atom/CanModuleTypes.py
/branches/modules/PcSoftware/Atom/Config
/branches/modules/PcSoftware/Atom/Config/example.controller
/branches/modules/PcSoftware/Atom/ControllerBase.py
/branches/modules/PcSoftware/Atom/ControllerManager.py
/branches/modules/PcSoftware/Atom/Controllers
/branches/modules/PcSoftware/Atom/Controllers/Example.py
/branches/modules/PcSoftware/Atom/Daemon.py
/branches/modules/PcSoftware/Atom/ServiceBase.py
/branches/modules/PcSoftware/Atom/ServiceManager.py
/branches/modules/PcSoftware/Atom/ServiceTypes.py
/branches/modules/PcSoftware/Atom/Services
/branches/modules/PcSoftware/Atom/Services/Imap.py
/branches/modules/PcSoftware/Atom/Services/LCD.py
/branches/modules/PcSoftware/Atom/Services/Sensor.py
/branches/modules/PcSoftware/Atom/Settings.py
/branches/modules/PcSoftware/Atom/TODO
/branches/modules/PcSoftware/Atom/Util.py
/branches/modules/PcSoftware/Atom/atom.conf
855 6678 d 13 h linlun /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/FOST02/ Modified drivers for FOST02  
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/FOST02/FOST02.c
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/FOST02/FOST02.h
854 6678 d 13 h linlun /branches/modules/EmbeddedSoftware/AVR/module/sns_FOST02/ sns_FOST02: Now it compiles!  
/branches/modules/EmbeddedSoftware/AVR/module/sns_FOST02/config.inc.template
/branches/modules/EmbeddedSoftware/AVR/module/sns_FOST02/protocol.h
/branches/modules/EmbeddedSoftware/AVR/module/sns_FOST02/sns_FOST02.c
852 6692 d 10 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 6692 d 11 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
850 6692 d 12 h migan /branches/modules/EmbeddedSoftware/AVR/module/sns_BusVoltage/ Commented out two unused variables to eliminate warnings  
/branches/modules/EmbeddedSoftware/AVR/module/sns_BusVoltage/sns_BusVoltage.c
849 6692 d 13 h arune /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/ modules/canid.h: updated for module busvoltage  
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h
848 6692 d 14 h arune /branches/modules/EmbeddedSoftware/AVR/module/sns_BusVoltage/ modules/sns_busvoltage: added a module that peridically sends the bus voltage of the node  
/branches/modules/EmbeddedSoftware/AVR/module/sns_BusVoltage
/branches/modules/EmbeddedSoftware/AVR/module/sns_BusVoltage/config.inc.template
/branches/modules/EmbeddedSoftware/AVR/module/sns_BusVoltage/protocol.h
/branches/modules/EmbeddedSoftware/AVR/module/sns_BusVoltage/sns_BusVoltage.c
/branches/modules/EmbeddedSoftware/AVR/module/sns_BusVoltage/sns_BusVoltage.h
/branches/modules/EmbeddedSoftware/AVR/module/sns_BusVoltage/sources.list
847 6692 d 17 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 6695 d 15 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

Show All