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 5767 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>
 
/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
621 6960 d 2 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  
/trunk/EmbeddedSoftware/AVR/application/ChanDimmer/Makefile
/trunk/EmbeddedSoftware/AVR/application/IrReceive/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/Servo/Makefile
/trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/Makefile
/trunk/EmbeddedSoftware/AVR/application/template/Makefile
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/Makefile
589 6976 d 23 h pengi /trunk/EmbeddedSoftware/AVR/ Channel: moved to avr-lib  
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/channel
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/channel/channel.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/channel/channel.h
/trunk/EmbeddedSoftware/AVR/application/ChanDimmer/channel.c
/trunk/EmbeddedSoftware/AVR/application/ChanDimmer/channel.h
/trunk/EmbeddedSoftware/AVR/application/ChanDimmer/Makefile
/trunk/EmbeddedSoftware/AVR/application/ChanDimmer/main.c
588 6976 d 23 h pengi /trunk/EmbeddedSoftware/AVR/application/ChanDimmer/ ChanDimmer: added support for setting channel value  
/trunk/EmbeddedSoftware/AVR/application/ChanDimmer/Makefile
/trunk/EmbeddedSoftware/AVR/application/ChanDimmer/channel.c
/trunk/EmbeddedSoftware/AVR/application/ChanDimmer/channel.h
/trunk/EmbeddedSoftware/AVR/application/ChanDimmer/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/ChanDimmer/main.c
587 6977 d 12 h pengi /trunk/EmbeddedSoftware/AVR/application/ChanDimmer/ First test with channel-based datareciever.  
/trunk/EmbeddedSoftware/AVR/application/ChanDimmer
/trunk/EmbeddedSoftware/AVR/application/ChanDimmer/Makefile
/trunk/EmbeddedSoftware/AVR/application/ChanDimmer/channel.c
/trunk/EmbeddedSoftware/AVR/application/ChanDimmer/channel.h
/trunk/EmbeddedSoftware/AVR/application/ChanDimmer/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/ChanDimmer/main.c
/trunk/EmbeddedSoftware/AVR/application/ChanDimmer/test
/trunk/EmbeddedSoftware/AVR/application/ChanDimmer/test/scale.c