Subversion Repositories HomeAutomation

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1981 5235 d 13 h arune /trunk/EmbeddedSoftware/AVR/personal/template_module/src/ Updated template_module Makefile so that assembly .S files can be specified as sources  
1621 5773 d 11 h nattgris /trunk/EmbeddedSoftware/AVR/ remove the list of targets in need of GCC bug workaround

The workaround is effectively a no-op if the targeted AVR is not affected,
so it can just as well be used always. Add suitable comment explaining the
fix. This should solve recent problems with ATmega328P (and future AVRs).

Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
 
1468 5980 d 19 h arune /trunk/EmbeddedSoftware/AVR/ added support for mega168p, only needed when programming with isp, normally one can use mega168 even for mega168p-devices  
869 6670 d 18 h linlun /trunk/ Merged modules branch into trunk  
822 6703 d 15 h migan /branches/modules/EmbeddedSoftware/AVR/ Fixed paths, now it should be working  
819 6703 d 16 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 6704 d 2 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 6705 d 16 h linlun /branches/modules/EmbeddedSoftware/AVR/ First test application with changes to stdcan