Subversion Repositories HomeAutomation

Rev

Show changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
800 6698 d 10 h linlun /branches/modules/ Added branch for modulized applications  
772 6708 d 9 h arune /trunk/EmbeddedSoftware/AVR/personal/template/ Updated makefile for personal node template for hwid  
563 6984 d 7 h andfri /trunk/EmbeddedSoftware/AVR/ * Merging branches/buildsystem_v2 into trunk.  
559 6986 d 14 h andfri /branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/ * branches/buildsystem_v2: Fixed some more paths in personal/template/Makefile and
added a workaround for canDude not being able to handle an absolute path to hexfile.
Also set default canDude path in system.inc.template to a value that should work in
the subversion tree.
 
554 6994 d 4 h andfri /branches/buildsystem_v2/EmbeddedSoftware/AVR/ * branches/buildsystem_v2: First working version.  
553 6994 d 16 h andfri /branches/buildsystem_v2/EmbeddedSoftware/AVR/ * branches/buildsystem_v2: Moved all files and directories to their correct places.  
551 6994 d 19 h andfri /branches/buildsystem_v2/ Creating a branch of trunk for testing a new build system for avr-lib.  
550 6995 d 5 h andfri /trunk/EmbeddedSoftware/AVR/avr-lib/ * avr-lib/template: Put template source files in subdir src, separated from config and bios files. Rewrote makefiles so that it builds in a separate build tree. Top level makefile is generic and handles uploading to device while src/Makefile is application specific and only takes care of building.  
544 6998 d 7 h andfri /trunk/EmbeddedSoftware/AVR/avr-lib/ * avr-lib: Renamed timer triver functions to fit the existing naming scheme.
* avr-lib: Updated template to use the new timer driver instead of timebase.
 
477 7056 d 20 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/template/ avr-lib/template/Makefile: Another small error corrected in make install-target  
476 7056 d 20 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/template/ avr-lib/template/Makefile: Small error corrected in make install-target  
472 7058 d 12 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/template/ avr-lib/template/Makefile: added targets start and reset over can  
470 7058 d 12 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/template/ avr-lib/template/Makefile: added target install for uploading application over can
Changed default LIBDIR to ../../avr-lib
 
468 7058 d 16 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/template/ template/Makefile: awk-bin variable  
375 7096 d 14 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/template/ avr-lib/template/Makefile: GCC-LD-bug fixed for atmega168  
362 7129 d 13 h andfri /trunk/EmbeddedSoftware/AVR/avr-lib/ * EmbeddedSoftware/AVR/avrlib: Fixed 16 bit truncation of time in timebase.c. Removed some output files. Small changes in Makefile and ldscripts.  
361 7130 d 7 h andfri /trunk/EmbeddedSoftware/AVR/avr-lib/ * EmbeddedSoftware/AVR/avr-lib: Initial upload. Massive remake of AVR-Bios + lib + AVR-App.