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
800 6711 d 2 h linlun /branches/modules/ Added branch for modulized applications  
/branches/modules
798 6711 d 4 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 6711 d 4 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 6711 d 14 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
790 6712 d 7 h arune /trunk/EmbeddedSoftware/AVR/ drivers/ldr: updated for using ADC drivers
app/sensors: updated for updated LDR drivers
 
/trunk/EmbeddedSoftware/AVR/application/Sensors/Makefile
/trunk/EmbeddedSoftware/AVR/application/Sensors/config.inc.template
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/ldr/ldr.c
781 6718 d 6 h arune /trunk/EmbeddedSoftware/AVR/application/Servo/ applications/Servo: removed oled setting.h.template, config.inc.template is used for settings  
/trunk/EmbeddedSoftware/AVR/application/Servo/settings.h.template
780 6718 d 6 h arune /trunk/EmbeddedSoftware/AVR/application/template/ Added comments on where config.inc should be located  
/trunk/EmbeddedSoftware/AVR/application/template/config.inc.template
778 6718 d 22 h linlun /trunk/EmbeddedSoftware/AVR/application/Sensors/ Added definitions for pin configuration to config.inc.template, not enabled by default  
/trunk/EmbeddedSoftware/AVR/application/Sensors/config.inc.template
776 6719 d 1 h linlun /trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/ Updated template with pin definitions for CoreCard, not enabled by default  
/trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/config.inc.template
767 6741 d 5 h noddan /trunk/EmbeddedSoftware/AVR/application/ Deleted two applications that will never be finished: carsensors and eggwatch.  
/trunk/EmbeddedSoftware/AVR/application/CarSensors
/trunk/EmbeddedSoftware/AVR/application/EggWatch
763 6749 d 7 h noddan /trunk/EmbeddedSoftware/AVR/application/gLCD/ application/glCD/main.c: Fixed a bug with temperature-printing  
/trunk/EmbeddedSoftware/AVR/application/gLCD/main.c
745 6776 d 22 h eqlazer /trunk/EmbeddedSoftware/AVR/application/AntennaDisplay/ AntennaDisplay, added doxygen comments.  
/trunk/EmbeddedSoftware/AVR/application/AntennaDisplay/main.c
744 6776 d 22 h eqlazer /trunk/EmbeddedSoftware/AVR/application/AntennaControl/ AntennaControl, new position calculations.  
/trunk/EmbeddedSoftware/AVR/application/AntennaControl/main.c
731 6864 d 3 h eqlazer /trunk/EmbeddedSoftware/AVR/application/ AntennaControl: Now only for azimuth
Added AntennaDisplay
 
/trunk/EmbeddedSoftware/AVR/application/AntennaDisplay
/trunk/EmbeddedSoftware/AVR/application/AntennaDisplay/Makefile
/trunk/EmbeddedSoftware/AVR/application/AntennaDisplay/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/AntennaDisplay/main.c
/trunk/EmbeddedSoftware/AVR/application/AntennaControl/main.c
694 6887 d 2 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
686 6906 d 0 h arune /trunk/EmbeddedSoftware/AVR/application/Sensors/ app/Sensors: reverted to old temperature representation  
/trunk/EmbeddedSoftware/AVR/application/Sensors/main.c
683 6906 d 10 h noddan /trunk/EmbeddedSoftware/AVR/ application/sensors and /drivers/sensor/ds18s20: updated to comply with the temperature standard that we use  
/trunk/EmbeddedSoftware/AVR/application/Sensors/main.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/ds18s20/ds18x20.c
682 6906 d 11 h eqlazer /trunk/EmbeddedSoftware/AVR/application/AntennaControl/ AntennaControl: Now only for azimuth.  
/trunk/EmbeddedSoftware/AVR/application/AntennaControl/main.c
679 6908 d 13 h noddan /trunk/EmbeddedSoftware/AVR/ /application/gLCD and /drivers/lcd/glcd added. "First draft".  
/trunk/EmbeddedSoftware/AVR/application/gLCD
/trunk/EmbeddedSoftware/AVR/application/gLCD/Makefile
/trunk/EmbeddedSoftware/AVR/application/gLCD/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/gLCD/main.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/lcd/glcd
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/lcd/glcd/font.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/lcd/glcd/ks0108.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/lcd/glcd/ks0108.h
674 6912 d 6 h noddan /trunk/EmbeddedSoftware/AVR/application/CarSensors/ application/carsensors: Added to version control.  
/trunk/EmbeddedSoftware/AVR/application/CarSensors
/trunk/EmbeddedSoftware/AVR/application/CarSensors/Makefile
/trunk/EmbeddedSoftware/AVR/application/CarSensors/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/CarSensors/main.c
653 6927 d 5 h noddan /trunk/EmbeddedSoftware/AVR/application/ application/cardisplay: a lot of minor fixes
application/eggwatch: small fixes. development has stalled temporarily
 
/trunk/EmbeddedSoftware/AVR/application/CarDisplay/main.c
/trunk/EmbeddedSoftware/AVR/application/EggWatch/main.c
647 6933 d 5 h noddan /trunk/EmbeddedSoftware/AVR/application/CarDisplay/ app/cardisplay: still very rough. commit just for personal backup.  
/trunk/EmbeddedSoftware/AVR/application/CarDisplay/main.c
645 6933 d 16 h noddan /trunk/EmbeddedSoftware/AVR/application/CarDisplay/ application/CarDisplay: first commit, don't look at it yet.  
/trunk/EmbeddedSoftware/AVR/application/CarDisplay
/trunk/EmbeddedSoftware/AVR/application/CarDisplay/Makefile
/trunk/EmbeddedSoftware/AVR/application/CarDisplay/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/CarDisplay/main.c
643 6936 d 11 h arune /trunk/EmbeddedSoftware/AVR/ Moved some defines from drivers/rc-servo to application config.inc  
/trunk/EmbeddedSoftware/AVR/application/Servo/config.inc.template
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/actuator/rc-servo/rc_servo.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/actuator/rc-servo/rc_servo.h
640 6941 d 1 h arune /trunk/EmbeddedSoftware/AVR/application/Sensors/ app/Sensors: ldr-implementation changed to work with changed drivers, not tested  
/trunk/EmbeddedSoftware/AVR/application/Sensors/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/Sensors/main.c
638 6942 d 23 h eqlazer /trunk/EmbeddedSoftware/AVR/application/AntennaControl/ application/AntennaControl: Added project  
/trunk/EmbeddedSoftware/AVR/application/AntennaControl
/trunk/EmbeddedSoftware/AVR/application/AntennaControl/Makefile
/trunk/EmbeddedSoftware/AVR/application/AntennaControl/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/AntennaControl/main.c
636 6955 d 15 h noddan /trunk/EmbeddedSoftware/AVR/application/EggWatch/ application/eggwatch: Cleanup and added bargraph  
/trunk/EmbeddedSoftware/AVR/application/EggWatch/main.c
631 6956 d 3 h noddan /trunk/EmbeddedSoftware/AVR/application/EggWatch/ application/EggWatch: Created.  
/trunk/EmbeddedSoftware/AVR/application/EggWatch
/trunk/EmbeddedSoftware/AVR/application/EggWatch/Makefile
/trunk/EmbeddedSoftware/AVR/application/EggWatch/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/EggWatch/main.c
627 6958 d 5 h noddan /trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/ SimpleCLCD: Commented the rotary encoder-part and added support for pushbuttons.  
/trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/main.c
625 6970 d 11 h arune /trunk/EmbeddedSoftware/AVR/ drivers/mt8870, app/CallerId: Renamed Callerid-functions to DTMFin  
/trunk/EmbeddedSoftware/AVR/application/CallerID/main.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/callerid/mt8870/mt8870.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/callerid/mt8870/mt8870.h
624 6970 d 14 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 6971 d 13 h noddan /trunk/EmbeddedSoftware/AVR/application/CallerID/ oops, I missed CallerID.  
/trunk/EmbeddedSoftware/AVR/application/CallerID/Makefile
621 6971 d 13 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
620 6973 d 1 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
618 6974 d 4 h arune /trunk/EmbeddedSoftware/AVR/application/IrTransmit/ app/IrTransmit: updated to use framecnt when sending  
/trunk/EmbeddedSoftware/AVR/application/IrTransmit/main.c
616 6977 d 2 h arune /trunk/EmbeddedSoftware/AVR/application/IrReceive/ apps/IrReceive: implemented debug-output for sending the buffer contents when no protocol can be found  
/trunk/EmbeddedSoftware/AVR/application/IrReceive/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/IrReceive/main.c
614 6977 d 5 h arune /trunk/EmbeddedSoftware/AVR/application/IrReceive/ app/ir-receive: updated to work with new drivers  
/trunk/EmbeddedSoftware/AVR/application/IrReceive/main.c
611 6978 d 9 h arune /trunk/EmbeddedSoftware/AVR/application/ application/Ir: Updated ir receiver and transmitter applications  
/trunk/EmbeddedSoftware/AVR/application/IrReceive/Makefile
/trunk/EmbeddedSoftware/AVR/application/IrReceive/main.c
/trunk/EmbeddedSoftware/AVR/application/IrTransmit/main.c
609 6980 d 4 h arune /trunk/EmbeddedSoftware/AVR/application/IrTransmit/ app/IrTransmitter: uppdated to work with new drivers  
/trunk/EmbeddedSoftware/AVR/application/IrTransmit/Makefile
/trunk/EmbeddedSoftware/AVR/application/IrTransmit/main.c
607 6980 d 4 h noddan /trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/ application/lcd: works quite well, except backlight. could just be my hardware though.  
/trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/main.c