Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
1621 5774 d 19 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>
 
/trunk/EmbeddedSoftware/AVR/application/AntennaControl/Makefile
/trunk/EmbeddedSoftware/AVR/application/AntennaDisplay/Makefile
/trunk/EmbeddedSoftware/AVR/application/CallerID/Makefile
/trunk/EmbeddedSoftware/AVR/application/CarDisplay/Makefile
/trunk/EmbeddedSoftware/AVR/application/ChanDimmer/Makefile
/trunk/EmbeddedSoftware/AVR/application/FanController/Makefile
/trunk/EmbeddedSoftware/AVR/application/IrReceive/Makefile
/trunk/EmbeddedSoftware/AVR/application/IrTransceiver/Makefile
/trunk/EmbeddedSoftware/AVR/application/IrTransmit/Makefile
/trunk/EmbeddedSoftware/AVR/application/RGBLED/Makefile
/trunk/EmbeddedSoftware/AVR/application/Relay/Makefile
/trunk/EmbeddedSoftware/AVR/application/Sensors/Makefile
/trunk/EmbeddedSoftware/AVR/application/SerialTransceiver/Makefile
/trunk/EmbeddedSoftware/AVR/application/Servo/Makefile
/trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/Makefile
/trunk/EmbeddedSoftware/AVR/application/canGateway/Makefile
/trunk/EmbeddedSoftware/AVR/application/gLCD/Makefile
/trunk/EmbeddedSoftware/AVR/application/template/Makefile
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
1210 6335 d 20 h zeed /trunk/EmbeddedSoftware/AVR/application/SerialTransceiver/ Should have fixed the problem with not finding the vectors.h file when compiling the SerialTransceiver  
/trunk/EmbeddedSoftware/AVR/application/SerialTransceiver/vectors.h
/trunk/EmbeddedSoftware/AVR/application/SerialTransceiver/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/SerialTransceiver/main.c
1208 6336 d 3 h zeed /trunk/EmbeddedSoftware/AVR/application/SerialTransceiver/ Serial transeiver  
/trunk/EmbeddedSoftware/AVR/application/SerialTransceiver
/trunk/EmbeddedSoftware/AVR/application/SerialTransceiver/Makefile
/trunk/EmbeddedSoftware/AVR/application/SerialTransceiver/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/SerialTransceiver/main.c
/trunk/EmbeddedSoftware/AVR/application/SerialTransceiver/vectors.h