HomeAutomation
hardware
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HomeAutomation
(root)
/
branches
/
modules
/
EmbeddedSoftware/
@ 862
– Rev 868
Rev
Hide changed files
|
Details
|
Compare with Previous
|
Blame
|
SVN
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
Changes
868
6665 d 4 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 21 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 21 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
6672 d 5 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
6672 d 6 h
linlun
/branches/modules/EmbeddedSoftware/AVR/module/template/
Changed template to use command files
/branches/modules/EmbeddedSoftware/AVR/module/template/protocol.h
863
6672 d 6 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
6672 d 6 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
6672 d 6 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
6679 d 0 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
855
6679 d 1 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
6679 d 1 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 22 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
6693 d 0 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
6693 d 0 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
6693 d 1 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
6693 d 2 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
6693 d 5 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
6696 d 3 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
6696 d 23 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
834
6696 d 23 h
linlun
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/FOST02/
Driver for FOST02 in modules branch
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/FOST02
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/FOST02/FOST02.c
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/FOST02/FOST02.h
←Prev
1
2
Next→
Show All