Subversion Repositories HomeAutomation

Rev

Show changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1924 5312 d 21 h arune /trunk/EmbeddedSoftware/AVR/personal/template_module/src/ Fix for list command not working after hwid changes, only affects newly created nodes from template_module  
1909 5327 d 1 h arune /trunk/EmbeddedSoftware/AVR/ New personal folders created now uses new BIOS function GetHwId instead of compiling in constant value  
986 6463 d 15 h runge /trunk/ Atom: Added definitions for the nmt protocol to the xml file
Atom: Had to change one definition name for the module listing so unfortunatly module apps will need to update their main.c.template again.. sorry
Atom: Structured the TODO for Atom
Atom: Added the ability for Atom to understand nmt messages, this show up correct in the debug output and we have control of nodes via javascript programming
should be possible but I have not built anything for that yet. Reset, App_start and Heartbeat works as expected though
 
948 6473 d 22 h runge /trunk/EmbeddedSoftware/AVR/ 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
 
905 6594 d 23 h arune /trunk/ Added support for printf-over-can in modules  
869 6664 d 0 h linlun /trunk/ Merged modules branch into trunk  
827 6696 d 19 h migan /branches/modules/ 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
 
819 6696 d 23 h migan /branches/modules/EmbeddedSoftware/AVR/ Added a script for adding modules to a application
Cleaned files and added new ones :)
Makefiles still does not work
 
801 6698 d 22 h linlun /branches/modules/EmbeddedSoftware/AVR/ First test application with changes to stdcan