HomeAutomation
hardware
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HomeAutomation
(root)
/
trunk
/
EmbeddedSoftware
/
AVR
/
personal
/
template_module
/
src
/
main.c.template
@ 2011
– Rev 1924
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
SVN
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
1924
5312 d 22 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 3 h
arune
/trunk/EmbeddedSoftware/AVR/
New personal folders created now uses new BIOS function GetHwId instead of compiling in constant value
986
6463 d 17 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
6474 d 0 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
6595 d 1 h
arune
/trunk/
Added support for printf-over-can in modules
869
6664 d 2 h
linlun
/trunk/
Merged modules branch into trunk
827
6696 d 20 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
6697 d 0 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
6699 d 0 h
linlun
/branches/modules/EmbeddedSoftware/AVR/
First test application with changes to stdcan