Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1621 5768 d 23 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>
 
621 6961 d 15 h noddan /trunk/EmbeddedSoftware/AVR/ Updated all makefiles to work with Mac OS X by fixing echo \n and using avr-ar instead of ar  
563 6987 d 2 h andfri /trunk/EmbeddedSoftware/AVR/ * Merging branches/buildsystem_v2 into trunk.  
481 7058 d 1 h eqlazer /trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/ SimpleCLCD: Minimal can_receive.  
478 7059 d 14 h arune /trunk/EmbeddedSoftware/AVR/application/ application/*/Makefile (except for RGBLED which seems unupdated): previous small error fixed in all application Makefiles  
474 7060 d 6 h arune /trunk/EmbeddedSoftware/AVR/application/ application/*/Makefile (except for RGBLED which seems unupdated): added target reset and start for resetting node and starting application over can  
471 7061 d 6 h arune /trunk/EmbeddedSoftware/AVR/application/ application/*/Makefile (except for RGBLED which seems unupdated): added target install for uploading application over can  
463 7063 d 13 h eqlazer /trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/ SimpleCLCD: PWM and rotary encoders work, LCD output still untested.  
448 7066 d 2 h eqlazer /trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/ Moved CanSimpleCLCD to SimpleCLCD  
349 7137 d 7 h eqlazer /trunk/EmbeddedSoftware/AVR/ Moved CanCLCD to CanSimpleCLCD.  
348 7137 d 9 h eqlazer /trunk/EmbeddedSoftware/AVR/ Moved eqlazer_funcdefs.h to funcdefs.h.
CanCLCD: Looking good. Uses pwm for contrast and backlight.
 
344 7138 d 13 h eqlazer /trunk/EmbeddedSoftware/AVR/ Removed lib/src/temperature.
CanCLCD: Has no intelligence.
 
333 7150 d 3 h eqlazer /trunk/EmbeddedSoftware/AVR/CanCLCD/ CanCLCD: And the makefile...