Anonymous Login
2026-01-15 11:32 CET

Changesets: HomeAutomation

Search ] Browse ] Back to Index ]
trunk r859
Timestamp: 2008-06-01 22:05:52
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
standalone/can2serial: now uses system.inc for avrdude settings and fuses programming, just select the correct device in makefile
mod - /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/makefile Diff ] File ]
modules r858
Timestamp: 2008-06-01 21:16:31
Author: Linus Lundin
Ported: N/A
Details ] Diff ]
Fixed bug in sns_ds18x20.c, it was reporting the wrong sensor id during the first 100 s.
mod - /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c Diff ] File ]
modules r857
Timestamp: 2008-06-01 21:13:51
Author: migan
Ported: N/A
Details ] Diff ]
Fixed some things for python 2.4 but not all, still requires python 2.5
mod - /branches/modules/PcSoftware/Atom/BackendCan.py Diff ] File ]
mod - /branches/modules/PcSoftware/Atom/ControllerBase.py Diff ] File ]
mod - /branches/modules/PcSoftware/Atom/ControllerManager.py Diff ] File ]
mod - /branches/modules/PcSoftware/Atom/ServiceBase.py Diff ] File ]
mod - /branches/modules/PcSoftware/Atom/ServiceManager.py Diff ] File ]
mod - /branches/modules/PcSoftware/Atom/atom.conf Diff ] File ]
modules r856
Timestamp: 2008-06-01 20:31:47
Author: migan
Ported: N/A
Details ] Diff ]
Inital commit of the Atom Service Framework
Works somewhat but threading is buggy and there are only a few services built yet
add - /branches/modules/PcSoftware/Atom File ]
add - /branches/modules/PcSoftware/Atom/Atom.py File ]
add - /branches/modules/PcSoftware/Atom/BackendCan.py File ]
add - /branches/modules/PcSoftware/Atom/CanModuleTypes.py File ]
add - /branches/modules/PcSoftware/Atom/Config File ]
add - /branches/modules/PcSoftware/Atom/Config/example.controller File ]
add - /branches/modules/PcSoftware/Atom/ControllerBase.py File ]
add - /branches/modules/PcSoftware/Atom/ControllerManager.py File ]
add - /branches/modules/PcSoftware/Atom/Controllers File ]
add - /branches/modules/PcSoftware/Atom/Controllers/Example.py File ]
add - /branches/modules/PcSoftware/Atom/Daemon.py File ]
add - /branches/modules/PcSoftware/Atom/ServiceBase.py File ]
add - /branches/modules/PcSoftware/Atom/ServiceManager.py File ]
add - /branches/modules/PcSoftware/Atom/ServiceTypes.py File ]
add - /branches/modules/PcSoftware/Atom/Services File ]
add - /branches/modules/PcSoftware/Atom/Services/Imap.py File ]
add - /branches/modules/PcSoftware/Atom/Services/LCD.py File ]
add - /branches/modules/PcSoftware/Atom/Services/Sensor.py File ]
add - /branches/modules/PcSoftware/Atom/Settings.py File ]
add - /branches/modules/PcSoftware/Atom/TODO File ]
add - /branches/modules/PcSoftware/Atom/Util.py File ]
add - /branches/modules/PcSoftware/Atom/atom.conf File ]
modules r855
Timestamp: 2008-06-01 19:59:23
Author: Linus Lundin
Ported: N/A
Details ] Diff ]
Modified drivers for FOST02
mod - /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/FOST02/FOST02.c Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/FOST02/FOST02.h Diff ] File ]
modules r854
Timestamp: 2008-06-01 19:58:22
Author: Linus Lundin
Ported: N/A
Details ] Diff ]
sns_FOST02: Now it compiles!
mod - /branches/modules/EmbeddedSoftware/AVR/module/sns_FOST02/config.inc.template Diff ] File ]
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 ]
trunk r853
Timestamp: 2008-05-24 13:08:18
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
Updated adc driver and apps, using adcs, config.templates
mod - /trunk/EmbeddedSoftware/AVR/application/Relay/config.inc.template Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/application/Sensors/config.inc.template Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/application/Servo/config.inc.template Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/adc/adc.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/adc/adc.h Diff ] File ]
modules r852
Timestamp: 2008-05-18 23:16:37
Author: migan
Ported: N/A
Details ] Diff ]
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
mod - /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h Diff ] File ]
rm - /branches/modules/EmbeddedSoftware/AVR/module/CreateModule File ]
mod - /branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.c Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/module/template/template.c Diff ] File ]
mod - /branches/modules/PcSoftware/scripts/ModuleManager Diff ] File ]
modules r851
Timestamp: 2008-05-18 21:33:20
Author: migan
Ported: N/A
Details ] Diff ]
Script for creating new modules, copies template and changes to the module name everywhere
Changed module template to work with the CreateModule script
add - /branches/modules/EmbeddedSoftware/AVR/module/CreateModule File ]
mod - /branches/modules/EmbeddedSoftware/AVR/module/template/config.inc.template Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/module/template/protocol.h Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/module/template/sources.list Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/module/template/template.c Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/module/template/template.h Diff ] File ]
modules r850
Timestamp: 2008-05-18 20:50:44
Author: migan
Ported: N/A
Details ] Diff ]
Commented out two unused variables to eliminate warnings
mod - /branches/modules/EmbeddedSoftware/AVR/module/sns_BusVoltage/sns_BusVoltage.c Diff ] File ]
modules r849
Timestamp: 2008-05-18 20:02:51
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
modules/canid.h: updated for module busvoltage
mod - /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h Diff ] File ]
modules r848
Timestamp: 2008-05-18 19:22:48
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
modules/sns_busvoltage: added a module that peridically sends the bus voltage of the node
add - /branches/modules/EmbeddedSoftware/AVR/module/sns_BusVoltage File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/sns_BusVoltage/config.inc.template File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/sns_BusVoltage/protocol.h File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/sns_BusVoltage/sns_BusVoltage.c File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/sns_BusVoltage/sns_BusVoltage.h File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/sns_BusVoltage/sources.list File ]
modules r847
Timestamp: 2008-05-18 15:46:46
Author: migan
Ported: N/A
Details ] Diff ]
Added template module
Changed ModuleManager to allow comments in sources.list
add - /branches/modules/EmbeddedSoftware/AVR/module/template File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/template/config.inc.template File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/template/protocol.h File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/template/sources.list File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/template/template.c File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/template/template.h File ]
mod - /branches/modules/PcSoftware/scripts/ModuleManager Diff ] File ]
trunk r846
Timestamp: 2008-05-17 08:31:40
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
testbuildscript: latest changes
mod - /trunk/PcSoftware/scripts/tests/buildBiosAndAppl.sh Diff ] File ]
mod - /trunk/PcSoftware/scripts/tests/settings.sh.template Diff ] File ]
trunk r845
Timestamp: 2008-05-15 20:48:25
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
app/sensors: fixed old useage of timebase
mod - /trunk/EmbeddedSoftware/AVR/application/Sensors/main.c Diff ] File ]
trunk r844
Timestamp: 2008-05-15 20:42:28
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
testcommitt
mod - /trunk/EmbeddedSoftware/AVR/application/Sensors/main.c Diff ] File ]
trunk r843
Timestamp: 2008-05-15 20:40:22
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
testcommitt
mod - /trunk/EmbeddedSoftware/AVR/application/Sensors/main.c Diff ] File ]
trunk r842
Timestamp: 2008-05-15 20:38:51
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
testcommitt
mod - /trunk/EmbeddedSoftware/AVR/application/Sensors/main.c Diff ] File ]
trunk r841
Timestamp: 2008-05-15 20:35:56
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
testcommitt
mod - /trunk/EmbeddedSoftware/AVR/application/Sensors/main.c Diff ] File ]
trunk r840
Timestamp: 2008-05-15 20:28:27
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
app/sensors: changed error for "id is still not correct" to a warning
mod - /trunk/EmbeddedSoftware/AVR/application/Sensors/main.c Diff ] File ]
modules r839
Timestamp: 2008-05-15 18:13:27
Author: migan
Ported: N/A
Details ] Diff ]
Fixed a problem with the generation of main.c, a replace last time replaced too much
mod - /branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.c Diff ] File ]
mod - /branches/modules/PcSoftware/scripts/ModuleManager Diff ] File ]
trunk r838
Timestamp: 2008-05-15 07:48:05
Author: Martin Lindskog
Ported: N/A
Details ] Diff ]
/avr-lib/glcd: Changed all 0b to 0x.
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/lcd/glcd/ks0108.c Diff ] File ]
trunk r837
Timestamp: 2008-05-14 22:34:30
Author: Erik Larsson
Ported: N/A
Details ] Diff ]
AntennaDisplay, config.inc.template
mod - /trunk/EmbeddedSoftware/AVR/application/AntennaDisplay/config.inc.template Diff ] File ]
modules r836
Timestamp: 2008-05-14 22:31:36
Author: migan
Ported: N/A
Details ] Diff ]
Changed lcd startup message
Updated ModuleManager help and changed what the --list command shows
mod - /branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.c Diff ] File ]
mod - /branches/modules/PcSoftware/scripts/ModuleManager Diff ] File ]
trunk r835
Timestamp: 2008-05-14 22:29:47
Author: Martin Lindskog
Ported: N/A
Details ] Diff ]
avr-lib/ir/protocols: Fixed bit-suffixes to hexadecimal.
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/protocols.c Diff ] File ]
First  Prev  1 2 3 ... 10 ... 20 ... 30 ... 40 ... 50 ... 56 57 58 59 60 61 62 ... 70 ... 80 ... 88 89 90  Next  Last