Anonymous Login
2026-01-15 11:32 CET

Changesets: HomeAutomation

Search ] Browse ] Back to Index ]
trunk r884
Timestamp: 2008-06-29 20:30:52
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
drivers/dtmf: simplified driver (moved timer usage to application layer), also added wrapper-layer for choosing hw
application/dtmf: changed to work with simplified drivers
mod - /trunk/EmbeddedSoftware/AVR/application/CallerID/Makefile Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/application/CallerID/config.inc.template Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/application/CallerID/main.c Diff ] File ]
add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/dtmf.c File ]
add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/dtmf.h File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.h Diff ] File ]
trunk r883
Timestamp: 2008-06-29 20:26:39
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
modules/simpleDTMF: changed to work with simplified drivers (moves timer usage to module from driver)
mod - /trunk/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/config.inc.template Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/sns_SimpleDTMF.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/sns_SimpleDTMF.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/sources.list Diff ] File ]
trunk r882
Timestamp: 2008-06-22 19:06:33
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
canDude: minor tweaks to the progress bar
mod - /trunk/PcSoftware/csharp-lib/Downloader.cs Diff ] File ]
trunk r881
Timestamp: 2008-06-22 18:56:08
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
modules/simpledtmf: added comment in config.inc.template for hardware connection pins (difference between corecard expansion and nodeCallerId hardware)
mod - /trunk/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/config.inc.template Diff ] File ]
trunk r880
Timestamp: 2008-06-22 18:37:35
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
personal: updated bios.inc in templates to fix a spelling misstake
mod - /trunk/EmbeddedSoftware/AVR/personal/template/bios.inc Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/personal/template_module/bios.inc Diff ] File ]
trunk r879
Timestamp: 2008-06-22 15:34:44
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
canDude: even more progress bar
mod - /trunk/PcSoftware/csharp-lib/Downloader.cs Diff ] File ]
trunk r878
Timestamp: 2008-06-22 15:17:47
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
canDude: even more progress bar
mod - /trunk/PcSoftware/csharp-lib/Downloader.cs Diff ] File ]
trunk r877
Timestamp: 2008-06-21 20:23:18
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
canDude: a simple progress bar, compromise due to eclipse
mod - /trunk/PcSoftware/csharp-lib/Downloader.cs Diff ] File ]
trunk r876
Timestamp: 2008-06-21 19:07:56
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
canDude: now prints progress nicely (in percent, but 10% per step because eclipse-console is weird)
mod - /trunk/PcSoftware/csharp-lib/Downloader.cs Diff ] File ]
trunk r875
Timestamp: 2008-06-15 20:25:05
Author: Linus Lundin
Ported: N/A
Details ] Diff ]
better #ifdef in canid.h
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h Diff ] File ]
trunk r874
Timestamp: 2008-06-15 20:07:21
Author: Linus Lundin
Ported: N/A
Details ] Diff ]
Changed command-files to define the commands in hex, makes the files easier to parse
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules/GlobalCMD.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules/PhysicalQuantityCMD.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/act_hd44780/protocol.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_BusVoltage/protocol.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_FOST02/protocol.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/protocol.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_ds18x20/protocol.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/template/protocol.h Diff ] File ]
trunk r873
Timestamp: 2008-06-15 18:57:11
Author: migan
Ported: N/A
Details ] Diff ]
Fixed act_hd44780 module to work with new command files
Fixed comment about module specific command range in all modules
mod - /trunk/EmbeddedSoftware/AVR/module/act_hd44780/protocol.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_BusVoltage/protocol.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_FOST02/protocol.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/protocol.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_ds18x20/protocol.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/template/protocol.h Diff ] File ]
trunk r872
Timestamp: 2008-06-15 18:48:03
Author: Linus Lundin
Ported: N/A
Details ] Diff ]
Changed #ifdef to look for HWID instead of MODULE_APPLICATION
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h Diff ] File ]
trunk r871
Timestamp: 2008-06-15 18:41:19
Author: Linus Lundin
Ported: N/A
Details ] Diff ]
fixed #ifdef for modules
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h Diff ] File ]
trunk r870
Timestamp: 2008-06-15 18:30:43
Author: migan
Ported: N/A
Details ] Diff ]
Changed canid.h to not use NODE_ID, this to make it work with modules
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h Diff ] File ]
trunk r869
Timestamp: 2008-06-15 18:10:57
Author: Linus Lundin
Ported: N/A
Details ] Diff ]
Merged modules branch into trunk
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h Diff ] File ]
add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules File ]
mv - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules/GlobalCMD.h Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules/PhysicalQuantityCMD.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h Diff ] File ]
add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/FOST02 File ]
mv - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/FOST02/FOST02.c Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/FOST02/FOST02.h Diff ] File ]
add - /trunk/EmbeddedSoftware/AVR/module File ]
mv - /trunk/EmbeddedSoftware/AVR/module/act_hd44780 Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.c Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.h Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/act_hd44780/config.inc.template Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/act_hd44780/protocol.h Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/act_hd44780/sources.list Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/sns_BusVoltage Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/sns_BusVoltage/config.inc.template Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/sns_BusVoltage/protocol.h Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/sns_BusVoltage/sns_BusVoltage.c Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/sns_BusVoltage/sns_BusVoltage.h Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/sns_BusVoltage/sources.list Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/sns_FOST02 Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/sns_FOST02/config.inc.template Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/sns_FOST02/protocol.h Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/sns_FOST02/sns_FOST02.c Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/sns_FOST02/sns_FOST02.h Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/sns_FOST02/sources.list Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/sns_SimpleDTMF Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/config.inc.template Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/protocol.h Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/sns_SimpleDTMF.c Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/sns_SimpleDTMF.h Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/sources.list Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/sns_ds18x20 Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/sns_ds18x20/config.inc.template Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/sns_ds18x20/protocol.h Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.h Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/sns_ds18x20/sources.list Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/template Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/template/config.inc.template Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/template/protocol.h Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/template/sources.list Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/template/template.c Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/module/template/template.h Diff ] File ]
add - /trunk/EmbeddedSoftware/AVR/personal/template_module File ]
mv - /trunk/EmbeddedSoftware/AVR/personal/template_module/Makefile Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/personal/template_module/ModuleManager Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/personal/template_module/README Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/personal/template_module/bios.inc Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/personal/template_module/modules Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/personal/template_module/src Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/personal/template_module/src/Makefile Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/personal/template_module/src/config.inc.template Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/personal/template_module/src/main.c.template Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/personal/template_module/src/sources.list.template Diff ] File ]
add - /trunk/PcSoftware/Atom File ]
mv - /trunk/PcSoftware/Atom/Atom.py Diff ] File ]
mv - /trunk/PcSoftware/Atom/BackendCan.py Diff ] File ]
mv - /trunk/PcSoftware/Atom/CanModuleTypes.py Diff ] File ]
mv - /trunk/PcSoftware/Atom/Config Diff ] File ]
mv - /trunk/PcSoftware/Atom/Config/example.controller Diff ] File ]
mv - /trunk/PcSoftware/Atom/ControllerBase.py Diff ] File ]
mv - /trunk/PcSoftware/Atom/ControllerManager.py Diff ] File ]
mv - /trunk/PcSoftware/Atom/Controllers Diff ] File ]
mv - /trunk/PcSoftware/Atom/Controllers/Example.py Diff ] File ]
mv - /trunk/PcSoftware/Atom/Daemon.py Diff ] File ]
mv - /trunk/PcSoftware/Atom/ServiceBase.py Diff ] File ]
mv - /trunk/PcSoftware/Atom/ServiceManager.py Diff ] File ]
mv - /trunk/PcSoftware/Atom/ServiceTypes.py Diff ] File ]
mv - /trunk/PcSoftware/Atom/Services Diff ] File ]
mv - /trunk/PcSoftware/Atom/Services/Imap.py Diff ] File ]
mv - /trunk/PcSoftware/Atom/Services/LCD.py Diff ] File ]
mv - /trunk/PcSoftware/Atom/Services/Sensor.py Diff ] File ]
mv - /trunk/PcSoftware/Atom/Settings.py Diff ] File ]
mv - /trunk/PcSoftware/Atom/TODO Diff ] File ]
mv - /trunk/PcSoftware/Atom/Util.py Diff ] File ]
mv - /trunk/PcSoftware/Atom/atom.conf Diff ] File ]
add - /trunk/PcSoftware/scripts/ModuleManager File ]
add - /trunk/PcSoftware/scripts/frame File ]
modules r868
Timestamp: 2008-06-15 17:15:21
Author: migan
Ported: N/A
Details ] Diff ]
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
mod - /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.c Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules/PhysicalQuantityCMD.h Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h Diff ] File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/sns_SimpleDTMF File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/config.inc.template File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/protocol.h File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/sns_SimpleDTMF.c File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/sns_SimpleDTMF.h File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/sources.list File ]
modules r867
Timestamp: 2008-06-13 23:49:11
Author: Linus Lundin
Ported: N/A
Details ] Diff ]
Moved CAN_CMD_MODULE_NMT_LIST to the correct file
mod - /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules/GlobalCMD.h Diff ] File ]
modules r866
Timestamp: 2008-06-13 23:48:10
Author: Linus Lundin
Ported: N/A
Details ] Diff ]
Adapted the modules to send data acordning to the new spec. on the Wiki
mod - /branches/modules/EmbeddedSoftware/AVR/module/sns_BusVoltage/sns_BusVoltage.c Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/module/sns_FOST02/sns_FOST02.c Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c Diff ] File ]
modules r865
Timestamp: 2008-06-08 15:36:33
Author: Linus Lundin
Ported: N/A
Details ] Diff ]
Updated module sns_BusVoltage
mod - /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules/PhysicalQuantityCMD.h Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/module/sns_BusVoltage/protocol.h Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/module/sns_BusVoltage/sns_BusVoltage.c Diff ] File ]
modules r864
Timestamp: 2008-06-08 15:28:42
Author: Linus Lundin
Ported: N/A
Details ] Diff ]
Changed template to use command files
mod - /branches/modules/EmbeddedSoftware/AVR/module/template/protocol.h Diff ] File ]
modules r863
Timestamp: 2008-06-08 15:24:31
Author: Linus Lundin
Ported: N/A
Details ] Diff ]
Updated module sns_FOST02 to use command files
mod - /branches/modules/EmbeddedSoftware/AVR/module/sns_FOST02/protocol.h Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/module/sns_FOST02/sns_FOST02.c Diff ] File ]
modules r862
Timestamp: 2008-06-08 15:23:25
Author: Linus Lundin
Ported: N/A
Details ] Diff ]
Updated module sns_ds18x20 to use command files
mod - /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/protocol.h Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c Diff ] File ]
modules r861
Timestamp: 2008-06-08 15:22:20
Author: Linus Lundin
Ported: N/A
Details ] Diff ]
Added files for commands used in modules branch, Pysical Quantity and global commands
add - /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules File ]
add - /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules/GlobalCMD.h File ]
add - /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules/PhysicalQuantityCMD.h File ]
trunk r860
Timestamp: 2008-06-02 21:57:25
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
standalone/can2serial: made timestamp default, changed default f_cpu 8MHz, added settings for a Corecard
mod - /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/config.h.template Diff ] File ]
First  Prev  1 2 3 ... 10 ... 20 ... 30 ... 40 ... 50 ... 55 56 57 58 59 60 61 ... 70 ... 80 ... 88 89 90  Next  Last