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 5766 d 13 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
884 6649 d 18 h arune /trunk/EmbeddedSoftware/AVR/ drivers/dtmf: simplified driver (moved timer usage to application layer), also added wrapper-layer for choosing hw
application/dtmf: changed to work with simplified drivers
 
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/dtmf.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/dtmf.h
/trunk/EmbeddedSoftware/AVR/application/CallerID/Makefile
/trunk/EmbeddedSoftware/AVR/application/CallerID/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/CallerID/main.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.h
694 6874 d 17 h arune /trunk/EmbeddedSoftware/AVR/ drivers: renamed drivers CallerID to DTMF
application/CallerID: updated to work with new driver directory, and moved som defines to config.inc (see config.inc.template)
 
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/callerid
/trunk/EmbeddedSoftware/AVR/application/CallerID/Makefile
/trunk/EmbeddedSoftware/AVR/application/CallerID/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/CallerID/main.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.h
624 6958 d 6 h arune /trunk/EmbeddedSoftware/AVR/application/CallerID/ app/CallerID: Updated to work with mt8870-drivers  
/trunk/EmbeddedSoftware/AVR/application/CallerID/Makefile
/trunk/EmbeddedSoftware/AVR/application/CallerID/main.c
622 6959 d 4 h noddan /trunk/EmbeddedSoftware/AVR/application/CallerID/ oops, I missed CallerID.  
/trunk/EmbeddedSoftware/AVR/application/CallerID/Makefile
620 6960 d 16 h arune /trunk/EmbeddedSoftware/AVR/application/ App/CallerID: Simple CallerID application, should be split to drivers for MT8870  
/trunk/EmbeddedSoftware/AVR/application/CallerID
/trunk/EmbeddedSoftware/AVR/application/CallerID/Makefile
/trunk/EmbeddedSoftware/AVR/application/CallerID/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/CallerID/main.c
/trunk/EmbeddedSoftware/AVR/application/Sensors/main.c