Anonymous Login
2026-01-15 09:54 CET

Changesets: HomeAutomation

Search ] Browse ] Back to Index ]
modules r834
Timestamp: 2008-05-14 22:00:28
Author: Linus Lundin
Ported: N/A
Details ] Diff ]
Driver for FOST02 in modules branch
add - /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/FOST02 File ]
add - /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/FOST02/FOST02.c File ]
add - /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/FOST02/FOST02.h File ]
modules r833
Timestamp: 2008-05-14 21:58:42
Author: Linus Lundin
Ported: N/A
Details ] Diff ]
Added module for Hope FOST02 temperature and humidity sensor, NOT WORKING!
add - /branches/modules/EmbeddedSoftware/AVR/module/sns_FOST02 File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/sns_FOST02/config.inc.template File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/sns_FOST02/protocol.h File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/sns_FOST02/sns_FOST02.c File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/sns_FOST02/sns_FOST02.h File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/sns_FOST02/sources.list File ]
modules r832
Timestamp: 2008-05-14 21:54:41
Author: migan
Ported: N/A
Details ] Diff ]
HW_ID-byte defines were reversed, fixed
mod - /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h Diff ] File ]
modules r831
Timestamp: 2008-05-14 21:48:53
Author: Linus Lundin
Ported: N/A
Details ] Diff ]
Added sensor FOST02 to canid.h in modules branch
mod - /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h Diff ] File ]
trunk r830
Timestamp: 2008-05-14 21:36:47
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
Minor changes to build-test-script, features settings.sh.template-file
mod - /trunk/PcSoftware/scripts/tests/buildBiosAndAppl.sh Diff ] File ]
add - /trunk/PcSoftware/scripts/tests/settings.sh.template File ]
modules r829
Timestamp: 2008-05-14 20:33:18
Author: Linus Lundin
Ported: N/A
Details ] Diff ]
Added information on ModuleManager
mod - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/README Diff ] File ]
modules r828
Timestamp: 2008-05-14 20:23:28
Author: migan
Ported: N/A
Details ] Diff ]
Fixed a bug when regenerating config.inc
mod - /branches/modules/PcSoftware/scripts/ModuleManager Diff ] File ]
modules r827
Timestamp: 2008-05-14 00:02:25
Author: migan
Ported: N/A
Details ] Diff ]
Added module for hd44780 lcd, not well tested yet but starts
Fixed some defines to be able to work with pointers to messages
Created separate files for module protocol defines, not defined in canid.h anymore
Fixed bios.inc in template to use <GENERATE_ID> again
Fixed a bug in ModuleManger
Added the framescript to the svn
mod - /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h Diff ] File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/act_hd44780 File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.c File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.h File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/config.inc.template File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/protocol.h File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/sources.list File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/protocol.h File ]
mod - /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.h Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios.inc Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c.template Diff ] File ]
mod - /branches/modules/PcSoftware/scripts/ModuleManager Diff ] File ]
add - /branches/modules/PcSoftware/scripts/frame File ]
modules r826
Timestamp: 2008-05-13 22:04:19
Author: migan
Ported: N/A
Details ] Diff ]
Moved module-script to the scriptfolder
Created a link to the module-script in the template_module-folder
add - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/ModuleManager File ]
rm - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.py File ]
add - /branches/modules/PcSoftware/scripts/ModuleManager File ]
modules r825
Timestamp: 2008-05-13 21:58:20
Author: migan
Ported: N/A
Details ] Diff ]
Made script runnable without python at the command line
mod - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.py Diff ] File ]
modules r824
Timestamp: 2008-05-13 21:22:17
Author: migan
Ported: N/A
Details ] Diff ]
Added the option to remove a module for application
mod - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.py Diff ] File ]
modules r823
Timestamp: 2008-05-13 21:19:12
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
branches/drivers/stdcan.h: Fixed parenthesis around HWID-defines
mod - /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h Diff ] File ]
modules r822
Timestamp: 2008-05-13 21:09:06
Author: migan
Ported: N/A
Details ] Diff ]
Fixed paths, now it should be working
mod - /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sources.list Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.py Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/Makefile Diff ] File ]
modules r821
Timestamp: 2008-05-13 20:53:34
Author: migan
Ported: N/A
Details ] Diff ]
Missig file
add - /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sources.list File ]
modules r820
Timestamp: 2008-05-13 20:43:37
Author: migan
Ported: N/A
Details ] Diff ]
Fixed wrong path
mod - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.py Diff ] File ]
modules r819
Timestamp: 2008-05-13 20:04:16
Author: migan
Ported: N/A
Details ] Diff ]
Added a script for adding modules to a application
Cleaned files and added new ones :)
Makefiles still does not work
rm - /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/OLDMakefile File ]
mod - /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/config.inc.template Diff ] File ]
rm - /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/dep.inc File ]
mod - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/Makefile Diff ] File ]
add - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/README File ]
rm - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/config.inc File ]
rm - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/config.template File ]
rm - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules/sns_ds18x20 File ]
rm - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.inc File ]
add - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.py File ]
mod - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/Makefile Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/config.inc.template Diff ] File ]
rm - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c File ]
mod - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c.template Diff ] File ]
add - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/sources.list.template File ]
trunk r818
Timestamp: 2008-05-13 17:12:42
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
app/sensors: now ldr and tc1047 is used by default
drivers/lrd: changed data to send on can to promille
mod - /trunk/EmbeddedSoftware/AVR/application/Sensors/Makefile Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/application/Sensors/config.inc.template Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/ldr/ldr.c Diff ] File ]
modules r817
Timestamp: 2008-05-13 10:03:21
Author: migan
Ported: N/A
Details ] Diff ]
Added file to make a module have a list of its dependencies
Added file to list which modules to compile, THIS IS NOT COMPLETE
Tried to change the makefiles to work but it does not yet!
Corrected fault in application main, now checks HW_ID when getting a list request
Added simple defines for getting the individual bytes of a HW_ID easily
mod - /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h Diff ] File ]
add - /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/dep.inc File ]
mod - /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/Makefile Diff ] File ]
add - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.inc File ]
mod - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/Makefile Diff ] File ]
mod - /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c Diff ] File ]
trunk r816
Timestamp: 2008-05-13 07:35:53
Author: Martin Lindskog
Ported: N/A
Details ] Diff ]
application/cardisplay: Updated config.inc.template to make it compile.
mod - /trunk/EmbeddedSoftware/AVR/application/CarDisplay/config.inc.template Diff ] File ]
trunk r815
Timestamp: 2008-05-12 22:20:58
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
app/callerid: fixed broken code in svn
drivers/mt8870: minor doxygen update
mod - /trunk/EmbeddedSoftware/AVR/application/CallerID/main.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.h Diff ] File ]
trunk r814
Timestamp: 2008-05-12 20:16:07
Author: Martin Lindskog
Ported: N/A
Details ] Diff ]
avr-lib/ir/protocols.c: Nicer code for marantz protocol
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/protocols.c Diff ] File ]
trunk r813
Timestamp: 2008-05-12 20:14:39
Author: Erik Larsson
Ported: N/A
Details ] Diff ]
buildBiosAndAppl.sh: With svn info and log in separate file
mod - /trunk/PcSoftware/scripts/tests/buildBiosAndAppl.sh Diff ] File ]
trunk r812
Timestamp: 2008-05-12 20:13:05
Author: Martin Lindskog
Ported: N/A
Details ] Diff ]
application/glcd: small update to print a big image. Will need major restructuring once the glcd-lib gets more finished.
mod - /trunk/EmbeddedSoftware/AVR/application/gLCD/main.c Diff ] File ]
trunk r811
Timestamp: 2008-05-12 20:12:03
Author: Martin Lindskog
Ported: N/A
Details ] Diff ]
application/sensor: Now sends data compatible with our CAN-standard.
mod - /trunk/EmbeddedSoftware/AVR/application/Sensors/main.c Diff ] File ]
trunk r810
Timestamp: 2008-05-12 20:08:11
Author: Martin Lindskog
Ported: N/A
Details ] Diff ]
*Added application/FanController. Still needs work (obviously)
*Fixed rgbled so that it compiles
add - /trunk/EmbeddedSoftware/AVR/application/FanController File ]
add - /trunk/EmbeddedSoftware/AVR/application/FanController/Makefile File ]
add - /trunk/EmbeddedSoftware/AVR/application/FanController/config.inc.template File ]
add - /trunk/EmbeddedSoftware/AVR/application/FanController/main.c File ]
mod - /trunk/EmbeddedSoftware/AVR/application/RGBLED/Makefile Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/application/RGBLED/main.c Diff ] File ]
First  Prev  1 2 3 ... 10 ... 20 ... 30 ... 40 ... 50 ... 57 58 59 60 61 62 63 ... 70 ... 80 ... 88 89 90  Next  Last