Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
561 6990 d 13 h andfri /branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/bios/ * branches/buildsystem_v2: Forgot to copy .bootloader section to hex file in avr-lib/bios/Makefile.  
560 6990 d 14 h andfri /branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/bios/ * branches/buildsystem_v2: Readded -mmcu=$(MCU) to $(LDFLAGS).  
556 6994 d 8 h andfri /branches/buildsystem_v2/EmbeddedSoftware/AVR/ * branches/buildsystem_v2: C dependencies are now created as part of the
regular compilation, instead of separately. This gets rid of the warnings
during dependency generation when config.h doesn't yet exist.
 
554 6998 d 6 h andfri /branches/buildsystem_v2/EmbeddedSoftware/AVR/ * branches/buildsystem_v2: First working version.  
553 6998 d 19 h andfri /branches/buildsystem_v2/EmbeddedSoftware/AVR/ * branches/buildsystem_v2: Moved all files and directories to their correct places.  
551 6998 d 21 h andfri /branches/buildsystem_v2/ Creating a branch of trunk for testing a new build system for avr-lib.  
550 6999 d 8 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.  
469 7062 d 16 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/ avr-lib/Makefile: Bios kan nu uppdateras från make med kommandona
make oldconfig NODE_ID=0x## som hämtar tidigare config från din nod-katalog
make reinstall NODE_ID=0x## som uppdaterar bios i noden och kopierar uppdaterade filer till nod-katalogen
 
438 7070 d 8 h eqlazer /trunk/EmbeddedSoftware/AVR/avr-lib/ avr-lib/Makefile: Now got the update funktion "make update NODE_ID=0x01".  
437 7070 d 11 h eqlazer /trunk/EmbeddedSoftware/AVR/avr-lib/ avr-lib: "make move" implemented.  
425 7072 d 19 h eqlazer /trunk/EmbeddedSoftware/AVR/avr-lib/ avr-lib/Makefile: Now BIOS version 1338.  
397 7080 d 9 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/ avr-lib/Makefile: awk-binaries definition, makes it easy to change  
362 7133 d 16 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 7134 d 10 h andfri /trunk/EmbeddedSoftware/AVR/avr-lib/ * EmbeddedSoftware/AVR/avr-lib: Initial upload. Massive remake of AVR-Bios + lib + AVR-App.