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 5776 d 7 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
853 6695 d 19 h arune /trunk/EmbeddedSoftware/AVR/ Updated adc driver and apps, using adcs, config.templates  
/trunk/EmbeddedSoftware/AVR/application/Relay/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/Sensors/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/Servo/config.inc.template
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/adc/adc.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/adc/adc.h
798 6708 d 13 h arune /trunk/EmbeddedSoftware/AVR/application/Relay/ app/Relay: fixed error with last update of conf.template  
/trunk/EmbeddedSoftware/AVR/application/Relay/config.inc.template
797 6708 d 14 h arune /trunk/EmbeddedSoftware/AVR/ app/relay, app/sensors, app/servo: updated conf.template for new adc and main.c for 16bit tc1047
drivers/tc1047: changed to 16bit
 
/trunk/EmbeddedSoftware/AVR/application/Relay/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/Relay/main.c
/trunk/EmbeddedSoftware/AVR/application/Sensors/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/Sensors/main.c
/trunk/EmbeddedSoftware/AVR/application/Servo/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/Servo/main.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/tc1047/tc1047.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/tc1047/tc1047.h
791 6709 d 0 h arune /trunk/EmbeddedSoftware/AVR/ drivers/tc1047: updated for using ADC drivers
app/relay: updated makefile for updated tc1047 drivers
app/servo: updated makefile for updated tc1047 drivers
 
/trunk/EmbeddedSoftware/AVR/application/Relay/Makefile
/trunk/EmbeddedSoftware/AVR/application/Servo/Makefile
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/tc1047/tc1047.c
621 6968 d 23 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
578 6988 d 17 h nattgris / * AVR/application: Cleaned up my stupid mistake with config.inc.template.  
/branches/unstable/EmbeddedSoftware/AVR/application/RGBLED/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/IrTransmit/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/Servo/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/config.inc.template
/branches/unstable/EmbeddedSoftware/AVR/application/RGBLED/settings.h.template
/trunk/EmbeddedSoftware/AVR/application/IrReceive/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/Relay/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/Sensors/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/Sensors/main.c
577 6988 d 18 h arune /trunk/EmbeddedSoftware/AVR/application/Relay/ app/relay: fixed config.inc.template and main.c  
/trunk/EmbeddedSoftware/AVR/application/Relay/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/Relay/main.c
576 6988 d 20 h arune /trunk/EmbeddedSoftware/AVR/application/Relay/ app/relay: include of config.inc, incude of stings.h  
/trunk/EmbeddedSoftware/AVR/application/Relay/main.c
575 6988 d 20 h arune /trunk/EmbeddedSoftware/AVR/application/Relay/ app/Relay/config.inc.template: changed comment in file  
/trunk/EmbeddedSoftware/AVR/application/Relay/config.inc.template
574 6988 d 20 h arune /trunk/EmbeddedSoftware/AVR/application/Relay/ app/Relay: renamed settings.h.template to config.inc.template  
/trunk/EmbeddedSoftware/AVR/application/Relay/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/Relay/settings.h.template
563 6994 d 10 h andfri /trunk/EmbeddedSoftware/AVR/ * Merging branches/buildsystem_v2 into trunk.  
/trunk/EmbeddedSoftware/AVR/application/template
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/Makefile
/trunk/EmbeddedSoftware/AVR/personal/system.inc.template
/trunk/EmbeddedSoftware/AVR/personal/template
/trunk/EmbeddedSoftware/AVR/trash/EclipseTemplate
/trunk/EmbeddedSoftware/AVR/EclipseTemplate
/trunk/EmbeddedSoftware/AVR/avr-lib/Makefile
/trunk/EmbeddedSoftware/AVR/avr-lib/config.inc.template
/trunk/EmbeddedSoftware/AVR/avr-lib/system.inc.template
/trunk/EmbeddedSoftware/AVR/avr-lib/template
/trunk/EmbeddedSoftware/AVR/application/IrReceive/Makefile
/trunk/EmbeddedSoftware/AVR/application/IrTransmit/Makefile
/trunk/EmbeddedSoftware/AVR/application/RGBLED/Makefile
/trunk/EmbeddedSoftware/AVR/application/RGBLED/main.c
/trunk/EmbeddedSoftware/AVR/application/RGBLED/settings.h.template
/trunk/EmbeddedSoftware/AVR/application/Relay/Makefile
/trunk/EmbeddedSoftware/AVR/application/Relay/main.c
/trunk/EmbeddedSoftware/AVR/application/Relay/settings.h.template
/trunk/EmbeddedSoftware/AVR/application/Sensors/Makefile
/trunk/EmbeddedSoftware/AVR/application/Sensors/main.c
/trunk/EmbeddedSoftware/AVR/application/Sensors/settings.h.template
/trunk/EmbeddedSoftware/AVR/application/Servo/Makefile
/trunk/EmbeddedSoftware/AVR/application/Servo/main.c
/trunk/EmbeddedSoftware/AVR/application/Servo/settings.h.template
/trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/Makefile
/trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/main.c
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515.c
/trunk/EmbeddedSoftware/AVR/personal/README.txt
514 7049 d 13 h arune /trunk/EmbeddedSoftware/AVR/application/Relay/ app/relay: now sends correct sns-status-msg  
/trunk/EmbeddedSoftware/AVR/application/Relay/main.c
499 7056 d 11 h arune /trunk/EmbeddedSoftware/AVR/application/Relay/ application/Relay: instance setting RELAY_ID should not be dependant on node id.  
/trunk/EmbeddedSoftware/AVR/application/Relay/settings.h.template
498 7056 d 11 h arune /trunk/EmbeddedSoftware/AVR/application/Relay/ application/Relay: moved instance settings to settings.h.template.  
/trunk/EmbeddedSoftware/AVR/application/Relay/settings.h.template
/trunk/EmbeddedSoftware/AVR/application/Relay/main.c
493 7057 d 11 h arune /trunk/EmbeddedSoftware/AVR/application/ application/(IrReceive, Relay, Servo): Removed all FUNCC and NID, they are called TYPE and ID in ACT and SNS  
/trunk/EmbeddedSoftware/AVR/application/IrReceive/main.c
/trunk/EmbeddedSoftware/AVR/application/Relay/main.c
/trunk/EmbeddedSoftware/AVR/application/Servo/main.c
486 7064 d 1 h arune /trunk/EmbeddedSoftware/AVR/application/ app/relay, app/irreceive: fixed app_started-message (already in irreceive but defined app-type in canid.h)  
/trunk/EmbeddedSoftware/AVR/application/IrReceive/main.c
/trunk/EmbeddedSoftware/AVR/application/Relay/main.c
483 7064 d 11 h arune /trunk/EmbeddedSoftware/AVR/application/Relay/ application/Relay: uppfräschning av kod m. canid  
/trunk/EmbeddedSoftware/AVR/application/Relay/Makefile
/trunk/EmbeddedSoftware/AVR/application/Relay/main.c
479 7065 d 10 h arune /trunk/EmbeddedSoftware/AVR/application/Relay/ application/Relay/Makefile: ändrat paths för libbar  
/trunk/EmbeddedSoftware/AVR/application/Relay/Makefile
478 7066 d 22 h arune /trunk/EmbeddedSoftware/AVR/application/ application/*/Makefile (except for RGBLED which seems unupdated): previous small error fixed in all application Makefiles  
/trunk/EmbeddedSoftware/AVR/application/IrReceive/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
474 7067 d 15 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  
/trunk/EmbeddedSoftware/AVR/application/IrReceive/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
471 7068 d 14 h arune /trunk/EmbeddedSoftware/AVR/application/ application/*/Makefile (except for RGBLED which seems unupdated): added target install for uploading application over can  
/trunk/EmbeddedSoftware/AVR/application/IrReceive/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
405 7084 d 13 h arune /trunk/EmbeddedSoftware/AVR/application/ Flyttade application/CanXYZ till application/XYZ  
/trunk/EmbeddedSoftware/AVR/application/Relay
/trunk/EmbeddedSoftware/AVR/application/Sensors
/trunk/EmbeddedSoftware/AVR/application/Servo
/trunk/EmbeddedSoftware/AVR/application/CanRelay
/trunk/EmbeddedSoftware/AVR/application/CanSensors
/trunk/EmbeddedSoftware/AVR/application/CanServo
/trunk/EmbeddedSoftware/AVR/application/Sensors/Makefile
/trunk/EmbeddedSoftware/AVR/application/Sensors/main.c
393 7089 d 19 h eqlazer /trunk/EmbeddedSoftware/AVR/ Removed eclipse specific files and bios files from applications.  
/trunk/EmbeddedSoftware/AVR/application/CanRelay/bios.h
/trunk/EmbeddedSoftware/AVR/application/CanRelay/bios.inc
/trunk/EmbeddedSoftware/AVR/application/CanRelay/config.inc
/trunk/EmbeddedSoftware/AVR/application/CanServo/bios.h
/trunk/EmbeddedSoftware/AVR/application/CanServo/bios.inc
/trunk/EmbeddedSoftware/AVR/application/CanServo/config.inc
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/.cdtproject
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/.dep
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/.project
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/.settings
/trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet/.project
/trunk/EmbeddedSoftware/AVR/standalone/CanTestCan/.cdtproject
/trunk/EmbeddedSoftware/AVR/standalone/CanTestCan/.dep
/trunk/EmbeddedSoftware/AVR/standalone/CanTestCan/.project
/trunk/EmbeddedSoftware/AVR/standalone/CanTestCan/.settings
/trunk/EmbeddedSoftware/AVR/standalone/CanTestEcho/.cdtproject
/trunk/EmbeddedSoftware/AVR/standalone/CanTestEcho/.project
/trunk/EmbeddedSoftware/AVR/standalone/CanTestEcho/.settings
/trunk/EmbeddedSoftware/AVR/standalone/CanTestPeriodic/.cdtproject
/trunk/EmbeddedSoftware/AVR/standalone/CanTestPeriodic/.project
/trunk/EmbeddedSoftware/AVR/standalone/CanTestPeriodic/.settings
392 7089 d 19 h eqlazer /trunk/EmbeddedSoftware/AVR/ Moved CanRelay and CanServo to AVR/application.  
/trunk/EmbeddedSoftware/AVR/application/CanRelay
/trunk/EmbeddedSoftware/AVR/application/CanServo
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor
/trunk/EmbeddedSoftware/AVR/CanRelay
/trunk/EmbeddedSoftware/AVR/CanServo
391 7089 d 19 h eqlazer /trunk/EmbeddedSoftware/AVR/CanRelay/ CanRelay: Works on latest bios.
Probably some bug with temperature measurement.
 
/trunk/EmbeddedSoftware/AVR/CanRelay/bios.h
/trunk/EmbeddedSoftware/AVR/CanRelay/bios.inc
/trunk/EmbeddedSoftware/AVR/CanRelay/config.inc
/trunk/EmbeddedSoftware/AVR/CanRelay/Makefile
/trunk/EmbeddedSoftware/AVR/CanRelay/main.c
360 7142 d 16 h eqlazer /trunk/EmbeddedSoftware/AVR/CanRelay/ CanRelay: Bugs.  
/trunk/EmbeddedSoftware/AVR/CanRelay/main.c
354 7143 d 8 h eqlazer /trunk/EmbeddedSoftware/AVR/CanRelay/ CanRelay: Bugs.  
/trunk/EmbeddedSoftware/AVR/CanRelay/Makefile
/trunk/EmbeddedSoftware/AVR/CanRelay/main.c
352 7143 d 13 h eqlazer /trunk/EmbeddedSoftware/AVR/CanRelay/ CanRelay: Bugs.  
/trunk/EmbeddedSoftware/AVR/CanRelay/main.c
351 7143 d 20 h eqlazer /trunk/EmbeddedSoftware/AVR/CanRelay/ CanRelay: Works with bios.  
/trunk/EmbeddedSoftware/AVR/CanRelay/main.c
350 7143 d 20 h eqlazer /trunk/EmbeddedSoftware/AVR/ CanRelay: Works with bios.  
/trunk/EmbeddedSoftware/AVR/CanRelay/Makefile
/trunk/EmbeddedSoftware/AVR/CanRelay/makefile
/trunk/EmbeddedSoftware/AVR/CanBlinds/main.c
/trunk/EmbeddedSoftware/AVR/CanIRreceive/main.c
/trunk/EmbeddedSoftware/AVR/CanSensors/main.c
/trunk/EmbeddedSoftware/AVR/CanSimpleCLCD/main.c
245 7190 d 10 h eqlazer /trunk/EmbeddedSoftware/AVR/ CanBlinds: Uses the new libs.
CanRelay: --//--
sht7x: Dont use wdt anymore.
Moved electr. to actuator.
Deleted sensor-libs in /temperature/ except ds18s20 (for compatibility to CanDS18S20).
 
/trunk/EmbeddedSoftware/AVR/lib/src/actuator
/trunk/EmbeddedSoftware/AVR/lib/src/electromechanic
/trunk/EmbeddedSoftware/AVR/CanBlinds/main.c
/trunk/EmbeddedSoftware/AVR/CanBlinds/makefile
/trunk/EmbeddedSoftware/AVR/CanRelay/makefile
/trunk/EmbeddedSoftware/AVR/CanSensors/main.c
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/sht7x/sht7x.c
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/sht7x/sht7x.h
196 7205 d 15 h eqlazer /trunk/EmbeddedSoftware/AVR/ CanCLCD: Using the new lib.
clcd20x4: Some minor updates.
global_funcdefs: Will now compile (got rid of a strange character).
 
/trunk/EmbeddedSoftware/AVR/CanCLCD/main.c
/trunk/EmbeddedSoftware/AVR/CanCLCD/makefile
/trunk/EmbeddedSoftware/AVR/CanRelay/main.c
/trunk/EmbeddedSoftware/AVR/lib/funcdefs/global_funcdefs.h
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/clcd20x4.c
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/clcd20x4.h
192 7210 d 7 h eqlazer /trunk/EmbeddedSoftware/AVR/CanRelay/ CanRelay: Stöd för två knappar som skickar meddelande på bussen (otestad)  
/trunk/EmbeddedSoftware/AVR/CanRelay/main.c
190 7216 d 20 h eqlazer /trunk/EmbeddedSoftware/AVR/CanRelay/ CanRelay: fungerar nu för negativa temperaturer  
/trunk/EmbeddedSoftware/AVR/CanRelay/main.c
187 7217 d 6 h eqlazer /trunk/EmbeddedSoftware/AVR/CanRelay/ CanRelay: nu med failsafe (hårdvarureset eller kommando via buss krävs för att gå ur)
använder lib tc1047
 
/trunk/EmbeddedSoftware/AVR/CanRelay/main.c
/trunk/EmbeddedSoftware/AVR/CanRelay/makefile
185 7218 d 10 h eqlazer /trunk/EmbeddedSoftware/AVR/CanRelay/ CanRelay: Fungerar bra.
TODO pollning, Vref = 1.1...
 
/trunk/EmbeddedSoftware/AVR/CanRelay/main.c
184 7218 d 12 h eqlazer /trunk/EmbeddedSoftware/AVR/CanRelay/ CanRelay: Temperaturomvandling fungerar, utgång fungerar, skickar statusmeddelanden.
Men det är helt uppfuckat, Data sätts inte som det ska. relayStatus fungerar sporadiskt.
 
/trunk/EmbeddedSoftware/AVR/CanRelay/main.c
177 7219 d 11 h eqlazer /trunk/EmbeddedSoftware/AVR/CanRelay/ CanRelay: Klarar nu av PDIP också (ADC0 istället för ADC7)  
/trunk/EmbeddedSoftware/AVR/CanRelay/main.c
176 7219 d 12 h eqlazer /trunk/EmbeddedSoftware/AVR/CanRelay/ Omvandlar till temperatur. Styrning av relät går alltid via tri-state.  
/trunk/EmbeddedSoftware/AVR/CanRelay/main.c