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
562 6984 d 4 h andfri /branches/buildsystem_v2/EmbeddedSoftware/AVR/application/ * branches/buildsystem_v2: Replaced all Makefiles in applications with the standard from personal/template. Migrated all application settings from settings.h to
config.inc.
 
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/IrReceive/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/IrTransmit/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/RGBLED/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/RGBLED/main.c
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/RGBLED/settings.h.template
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/Relay/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/Relay/main.c
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/Relay/settings.h.template
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/Sensors/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/Sensors/main.c
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/Sensors/settings.h.template
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/Servo/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/Servo/main.c
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/Servo/settings.h.template
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/SimpleCLCD/Makefile
/branches/buildsystem_v2/EmbeddedSoftware/AVR/application/SimpleCLCD/main.c
551 6994 d 15 h andfri /branches/buildsystem_v2/ Creating a branch of trunk for testing a new build system for avr-lib.  
/branches/buildsystem_v2
481 7055 d 2 h eqlazer /trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/ SimpleCLCD: Minimal can_receive.  
/trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/Makefile
/trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/main.c
478 7056 d 16 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 7057 d 8 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 7058 d 8 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
463 7060 d 14 h eqlazer /trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/ SimpleCLCD: PWM and rotary encoders work, LCD output still untested.  
/trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/Makefile
/trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/main.c
448 7063 d 3 h eqlazer /trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/ Moved CanSimpleCLCD to SimpleCLCD  
/trunk/EmbeddedSoftware/AVR/application/SimpleCLCD
349 7134 d 8 h eqlazer /trunk/EmbeddedSoftware/AVR/ Moved CanCLCD to CanSimpleCLCD.  
/trunk/EmbeddedSoftware/AVR/CanSimpleCLCD
/trunk/EmbeddedSoftware/AVR/CanSimpleCLCD/Makefile
/trunk/EmbeddedSoftware/AVR/CanCLCD
/trunk/EmbeddedSoftware/AVR/CanSensors_bios
/trunk/EmbeddedSoftware/AVR/CanSimpleCLCD/makefile
348 7134 d 11 h eqlazer /trunk/EmbeddedSoftware/AVR/ Moved eqlazer_funcdefs.h to funcdefs.h.
CanCLCD: Looking good. Uses pwm for contrast and backlight.
 
/trunk/EmbeddedSoftware/AVR/lib/funcdefs/funcdefs.h
/trunk/EmbeddedSoftware/AVR/lib/funcdefs/eqlazer_funcdefs.h
/trunk/EmbeddedSoftware/AVR/CanCLCD/Makefile
/trunk/EmbeddedSoftware/AVR/CanCLCD/main.c
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/lcd_HD44780.h
344 7135 d 15 h eqlazer /trunk/EmbeddedSoftware/AVR/ Removed lib/src/temperature.
CanCLCD: Has no intelligence.
 
/trunk/EmbeddedSoftware/AVR/lib/src/temperature
/trunk/EmbeddedSoftware/AVR/CanCLCD/Makefile
/trunk/EmbeddedSoftware/AVR/CanCLCD/main.c
/trunk/EmbeddedSoftware/AVR/lib/funcdefs/eqlazer_funcdefs.h
333 7147 d 4 h eqlazer /trunk/EmbeddedSoftware/AVR/CanCLCD/ CanCLCD: And the makefile...  
/trunk/EmbeddedSoftware/AVR/CanCLCD/Makefile
/trunk/EmbeddedSoftware/AVR/CanCLCD/makefile