Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1888 5351 d 4 h arune /trunk/EmbeddedSoftware/AVR/personal/ Updated make target installnoapp to work with atom1.5 which requires hex record end of file  
1867 5364 d 5 h arune /trunk/EmbeddedSoftware/AVR/personal/ Added a new make target to template Makefiles: installnoappl which uploads an empty application into the node, useful if the current application is broken and disturbes the network
Still untested.
 
1719 5675 d 4 h arune /trunk/EmbeddedSoftware/AVR/personal/ Added support for make target defaultbios to program a node with ID 0xffffffff to a bios with another ID  
1639 5761 d 16 h arune /trunk/EmbeddedSoftware/AVR/personal/template_module/ template_module: removed phony target sethwid and added setconfig  
1638 5762 d 6 h arune /trunk/ added script setConfig, can currently be used instead of sethwid
need you to update all personal/dir/Makefile and also add a line in personal/system.inc
 
903 6612 d 3 h arune /trunk/EmbeddedSoftware/AVR/personal/ personal/templates: added make command 'sethwid' to Makefiles, used for setting a hwid in a bios.inc automatically  
891 6631 d 14 h arune /trunk/EmbeddedSoftware/AVR/ Updated Makefiles with better check for binaries  
890 6632 d 10 h arune /trunk/EmbeddedSoftware/AVR/ bios makefile and templates makefiles updated: moved definitions of build binaries to system.inc soo make sure to update your personal/system.inc or an error will be generated  
869 6663 d 8 h linlun /trunk/ Merged modules branch into trunk  
819 6696 d 6 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
 
817 6696 d 16 h migan /branches/modules/EmbeddedSoftware/AVR/ 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
 
801 6698 d 5 h linlun /branches/modules/EmbeddedSoftware/AVR/ First test application with changes to stdcan