Anonymous Login
2026-01-15 13:16 CET

Changesets: HomeAutomation

Search ] Browse ] Back to Index ]
trunk r959
Timestamp: 2008-12-22 23:13:42
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Fixed printf to use new defines
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canprintf.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canprintf.h Diff ] File ]
trunk r958
Timestamp: 2008-12-22 23:10:18
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Changed ids abit
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/data.xml Diff ] File ]
trunk r957
Timestamp: 2008-12-22 23:02:13
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Updated module-template to not use protocol.h anymore
rm - /trunk/EmbeddedSoftware/AVR/module/template/protocol.h File ]
mod - /trunk/EmbeddedSoftware/AVR/module/template/template.h Diff ] File ]
trunk r956
Timestamp: 2008-12-22 22:59:42
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Removed old headerfiles for the module system
Updated data.xml with some variables for commands
Removed old python Atom
Removed CanIdManaged, we edit the xmlfile manually and it doesn't work anyways
rm - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules File ]
mod - /trunk/EmbeddedSoftware/data.xml Diff ] File ]
rm - /trunk/PcSoftware/Atom File ]
rm - /trunk/PcSoftware/CanIdManager File ]
trunk r955
Timestamp: 2008-12-22 22:34:37
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Fixed the rest of the modules
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h Diff ] File ]
rm - /trunk/EmbeddedSoftware/AVR/module/sns_FOST02/protocol.h File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_FOST02/sns_FOST02.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_FOST02/sns_FOST02.h Diff ] File ]
rm - /trunk/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/protocol.h 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 ]
rm - /trunk/EmbeddedSoftware/AVR/module/sns_rotary/protocol.h File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_rotary/sns_rotary.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_rotary/sns_rotary.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/data.xml Diff ] File ]
trunk r954
Timestamp: 2008-12-22 22:21:15
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Added new global debug command
Updated RGBdrivermodule to new standard
Removed of the removed include protocol.h for ks0108
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/act_RGBdriver/act_RGBdriver.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/act_RGBdriver/act_RGBdriver.h Diff ] File ]
rm - /trunk/EmbeddedSoftware/AVR/module/act_RGBdriver/protocol.h File ]
mod - /trunk/EmbeddedSoftware/AVR/module/act_ks0108/act_ks0108.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/data.xml Diff ] File ]
trunk r953
Timestamp: 2008-12-22 22:11:38
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Fixed KS0108 to new system
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/act_ks0108/act_ks0108.c Diff ] File ]
rm - /trunk/EmbeddedSoftware/AVR/module/act_ks0108/protocol.h File ]
mod - /trunk/EmbeddedSoftware/data.xml Diff ] File ]
trunk r952
Timestamp: 2008-12-22 22:02:30
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Fixed what I forgot :) again
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_BusVoltage/sns_BusVoltage.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/data.xml Diff ] File ]
trunk r951
Timestamp: 2008-12-22 21:58:24
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Changed the two defines I forgot to change in the last commit
mod - /trunk/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.c Diff ] File ]
trunk r950
Timestamp: 2008-12-22 21:54:53
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Changed how modulespecific defines are named by makeCanId.pl
Added definitions for dimmer230 in the xmlfile
Changed to new definenames in act_dimmer230
Fixed act_hd44780 to changes in define names
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/act_dimmer230/act_dimmer230.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/act_dimmer230/act_dimmer230.h Diff ] File ]
rm - /trunk/EmbeddedSoftware/AVR/module/act_dimmer230/protocol.h File ]
mod - /trunk/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/data.xml Diff ] File ]
mod - /trunk/PcSoftware/scripts/makeCanId/makeCanId.pl Diff ] File ]
trunk r949
Timestamp: 2008-12-22 20:00:30
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Updated sns_ds18x20 and sns_BusVoltage to new defintions
rm - /trunk/EmbeddedSoftware/AVR/module/act_hd44780/protocol.h File ]
rm - /trunk/EmbeddedSoftware/AVR/module/sns_BusVoltage/protocol.h File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_BusVoltage/sns_BusVoltage.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_BusVoltage/sns_BusVoltage.h Diff ] File ]
rm - /trunk/EmbeddedSoftware/AVR/module/sns_ds18x20/protocol.h File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.h Diff ] File ]
trunk r948
Timestamp: 2008-12-22 19:52:31
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Updated module-template to use new defines, THIS BREAKS OLD STUFF, you need to manually replace your main.src.template in all module applications
Added include of moduleid.h in canid.h if MODULE_APPLICATION is defined, also removed module-stuff from canid.h
Updated act_hd44780-module to new system, more to come
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/personal/template_module/src/main.c.template Diff ] File ]
trunk r947
Timestamp: 2008-12-22 19:33:17
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Fixed bugs in makeCanId.pl
New hopefully correct moduleid.h
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h Diff ] File ]
mod - /trunk/PcSoftware/scripts/makeCanId/makeCanId.pl Diff ] File ]
trunk r946
Timestamp: 2008-12-22 19:20:47
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Modulestuff... data.xml needs to move but arune is missing :)
add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h File ]
add - /trunk/EmbeddedSoftware/data.xml File ]
trunk r945
Timestamp: 2008-12-21 23:11:30
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Script to create a canId.h from a canId.xml
Needed when we move from a manual canId.h for modules to one generated by our XML-file for everything module. :)
add - /trunk/PcSoftware/scripts/makeCanId File ]
add - /trunk/PcSoftware/scripts/makeCanId/makeCanId.pl File ]
trunk r944
Timestamp: 2008-12-11 23:54:33
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Added new command where position and text is sent in the same can-message
mod - /trunk/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/act_hd44780/protocol.h Diff ] File ]
trunk r943
Timestamp: 2008-12-11 18:46:52
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Added option for setting report interval of sensors
IMPORTANT: sns_BusVoltage_SEND_PERIOD and sns_ds18x20_SEND_PERIOD must now be defined in seconds. So if you have a config.inc already do not
forget to change this or the reporting will be very slow!
mod - /trunk/EmbeddedSoftware/AVR/module/sns_BusVoltage/config.inc.template Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_BusVoltage/protocol.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_BusVoltage/sns_BusVoltage.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_ds18x20/config.inc.template Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_ds18x20/protocol.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c Diff ] File ]
trunk r942
Timestamp: 2008-12-08 20:49:24
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
added simple rgbwdriver module
updated canid.h with rgb-dummy message
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h Diff ] File ]
add - /trunk/EmbeddedSoftware/AVR/module/act_RGBdriver File ]
add - /trunk/EmbeddedSoftware/AVR/module/act_RGBdriver/act_RGBdriver.c File ]
add - /trunk/EmbeddedSoftware/AVR/module/act_RGBdriver/act_RGBdriver.h File ]
add - /trunk/EmbeddedSoftware/AVR/module/act_RGBdriver/config.inc.template File ]
add - /trunk/EmbeddedSoftware/AVR/module/act_RGBdriver/protocol.h File ]
add - /trunk/EmbeddedSoftware/AVR/module/act_RGBdriver/sources.list File ]
trunk r941
Timestamp: 2008-12-06 18:49:07
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
applications: added canGateway and updated canid.h
add - /trunk/EmbeddedSoftware/AVR/application/canGateway File ]
add - /trunk/EmbeddedSoftware/AVR/application/canGateway/Makefile File ]
add - /trunk/EmbeddedSoftware/AVR/application/canGateway/config.inc.template File ]
add - /trunk/EmbeddedSoftware/AVR/application/canGateway/main.c File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h Diff ] File ]
trunk r940
Timestamp: 2008-12-04 22:18:22
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
drivers/can/mcp2515_bittime.h: cleanup of preprocessor configuration
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515_bittime.h Diff ] File ]
trunk r939
Timestamp: 2008-12-03 22:19:44
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
avr-lib/drivers/can: added configuration option to use mcp2515 on USART in SPI mode
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canprintf.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515_bittime.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515_cfg.h Diff ] File ]
trunk r938
Timestamp: 2008-12-03 22:11:22
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
standalone: removed old CanGLCD-standalone, it now exits as module and as bios application
rm - /trunk/EmbeddedSoftware/AVR/standalone/CanGLCD File ]
trunk r937
Timestamp: 2008-12-02 11:31:23
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Linlun fixed voltage calculations
mod - /trunk/EmbeddedSoftware/AVR/module/sns_BusVoltage/sns_BusVoltage.c Diff ] File ]
trunk r936
Timestamp: 2008-12-01 23:09:37
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Fixed sending, module did not set class and direction flag in can message
There seems to be something wrong with the calculation of the voltage though...
mod - /trunk/EmbeddedSoftware/AVR/module/sns_BusVoltage/sns_BusVoltage.c Diff ] File ]
trunk r935
Timestamp: 2008-11-27 18:27:39
Author: Linus Lundin
Ported: N/A
Details ] Diff ]
Fixed bug that maked the canDaemon display faulty data if message contained 0xf?
mod - /trunk/PcSoftware/scripts/canDaemon/canDaemon.pl Diff ] File ]
First  Prev  1 2 3 ... 10 ... 20 ... 30 ... 40 ... 50 ... 52 53 54 55 56 57 58 ... 60 ... 70 ... 80 ... 88 89 90  Next  Last