Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
761 6752 d 2 h arune /branches/hwid/EmbeddedSoftware/AVR/ fixes for generating hwid with buildscripts  
759 6752 d 7 h arune /branches/hwid/ hwid changes added to branch hwid  
757 6752 d 8 h arune /branches/hwid/EmbeddedSoftware/ copy trunk/embeddedsoftware to new branch  
621 6964 d 12 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  
563 6989 d 23 h andfri /trunk/EmbeddedSoftware/AVR/ * Merging branches/buildsystem_v2 into trunk.  
561 6992 d 2 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 6992 d 4 h andfri /branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/bios/ * branches/buildsystem_v2: Readded -mmcu=$(MCU) to $(LDFLAGS).  
556 6995 d 21 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 6999 d 20 h andfri /branches/buildsystem_v2/EmbeddedSoftware/AVR/ * branches/buildsystem_v2: First working version.  
553 7000 d 8 h andfri /branches/buildsystem_v2/EmbeddedSoftware/AVR/ * branches/buildsystem_v2: Moved all files and directories to their correct places.  
551 7000 d 11 h andfri /branches/buildsystem_v2/ Creating a branch of trunk for testing a new build system for avr-lib.  
550 7000 d 22 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 7064 d 5 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 7071 d 22 h eqlazer /trunk/EmbeddedSoftware/AVR/avr-lib/ avr-lib/Makefile: Now got the update funktion "make update NODE_ID=0x01".  
437 7072 d 1 h eqlazer /trunk/EmbeddedSoftware/AVR/avr-lib/ avr-lib: "make move" implemented.  
425 7074 d 8 h eqlazer /trunk/EmbeddedSoftware/AVR/avr-lib/ avr-lib/Makefile: Now BIOS version 1338.  
397 7081 d 23 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/ avr-lib/Makefile: awk-binaries definition, makes it easy to change  
362 7135 d 5 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 7135 d 23 h andfri /trunk/EmbeddedSoftware/AVR/avr-lib/ * EmbeddedSoftware/AVR/avr-lib: Initial upload. Massive remake of AVR-Bios + lib + AVR-App.