Subversion Repositories HomeAutomation

Rev

Show changed files | Directory listing | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
562 6984 d 2 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.
 
561 6986 d 4 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 6986 d 6 h andfri /branches/buildsystem_v2/EmbeddedSoftware/AVR/avr-lib/bios/ * branches/buildsystem_v2: Readded -mmcu=$(MCU) to $(LDFLAGS).  
559 6986 d 8 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.
 
558 6987 d 2 h arune /branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/ branches/buildsystem_v2: system.inc.template updated, from $(BUILDDIR)/$(TARGET) to $(BIOSDIR)/$(BIOSTARGET)  
557 6987 d 3 h andfri /branches/buildsystem_v2/EmbeddedSoftware/AVR/personal/ * branches/buildsystem_v2: Corrected path to hex-file in system.inc.template.  
556 6989 d 23 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 6993 d 22 h andfri /branches/buildsystem_v2/EmbeddedSoftware/AVR/ * branches/buildsystem_v2: First working version.  
553 6994 d 10 h andfri /branches/buildsystem_v2/EmbeddedSoftware/AVR/ * branches/buildsystem_v2: Moved all files and directories to their correct places.  
551 6994 d 13 h andfri /branches/buildsystem_v2/ Creating a branch of trunk for testing a new build system for avr-lib.  
550 6994 d 23 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.  
549 6996 d 14 h arune /trunk/EmbeddedSoftware/AVR/application/IrReceive/ app/irreceive: main.c cleanup and now uses new defs from drivers/ircommon.h  
548 6996 d 14 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/ drivers/irreceiver: some defs in ircommon.h, comments in irreceive.c  
547 6997 d 0 h andfri /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/ * avr-lib: Fixed no newline at end of drivers/ir/ircommon.c.
* avr-lib: Added drivers/ir/transceiver, an interrupt-driven version of drivers/ir/receiver. It can be used in ../applications/IrReceive simply by linking with the transceiver driver instead.
 
546 6997 d 6 h noddan /trunk/EmbeddedSoftware/AVR/application/RGBLED/ nodeRGB: Structural changes, now accepts incoming packages again. Still needs polishing.  
545 6997 d 6 h noddan /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/ canid.h : Added support for RGBLED  
544 6998 d 1 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.
 
543 6998 d 13 h arune /trunk/EmbeddedSoftware/AVR/application/IrTransmit/ app/irtransmit: first upload of main.c and makefile  
542 6998 d 13 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/transmitter/ drivers/irtransmitter: first committ  
541 6999 d 5 h arune /trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet/ standalone/simpleeth: disablead dumping of data to udp-port, changed avr-port for reset of enc, some cleanup (removed led), option for sending empty timestamp on bus  
540 6999 d 7 h arune /trunk/EmbeddedSoftware/AVR/application/ App/IrTransmit: renamed folder  
539 7000 d 10 h andfri /trunk/EmbeddedSoftware/AVR/trash/Test/ Testing commit-msg  
538 7000 d 10 h arune /trunk/EmbeddedSoftware/AVR/application/IrTransmitter/ app/IrTransmitt: upload of folder  
537 7000 d 11 h andfri /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/ * avr-lib: Added a new timer driver to provide several software timers from a single timer module, as well as the basic timebase functionality.  
536 7005 d 2 h arune /trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet/ standalone/cansimpleeth: fixes in makefile to work in standalonedir  
535 7005 d 4 h arune /trunk/EmbeddedSoftware/AVR/lib/src/eth/enc28j60/ drivers/eth/enc28j60: CS-port should be PC0  
534 7005 d 4 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/eth/enc28j60/ drivers/eth/enc28j60: CS-port should be PC0  
533 7007 d 7 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/ drivers/IrReceive: cleanup and structure, needs application to compile ircommon.c so update the makefile  
532 7007 d 7 h arune /trunk/EmbeddedSoftware/AVR/application/IrReceive/ app/IrReceive: makefile updated to work with more structured drivers  
531 7008 d 7 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/ drivers/irreceive: Samsung protocol implemented (very much like NEC)  
530 7009 d 1 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/ drivers/irreceive: NEC protocol implemented  
529 7011 d 6 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/ drivers/irreceive: sharp protocol implemented  
528 7012 d 2 h arune /trunk/EmbeddedSoftware/AVR/application/IrReceive/ app/irreceive: a small fix for raw-ir, do not send to fast  
527 7012 d 3 h arune /trunk/EmbeddedSoftware/AVR/application/IrReceive/ app/IrReceive: main.c updated to work with new drivers  
526 7012 d 3 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/ drivers/IR: receiver now receives irdata before parsing it, might be a limitation for some protocol but should not  
525 7012 d 3 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/ canid.h: seems to forgot to commit this file  
524 7017 d 2 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/ drivers/irreceive:
timer now use prescaler of 8, makes it scale better if you should need to run it at higher F_CPU
its also a small preparation for a big remake, if that will be done
 
523 7018 d 17 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/ drivers/ir: neater code in irreceive.c, more tolerant timings for SIRC in ircommon.h  
522 7019 d 3 h arune /trunk/EmbeddedSoftware/AVR/lib/src/mcu/ old-lib/serial_cfg.h: Changed default baudrate setting to 9600bps  
521 7019 d 16 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/ drivers/ir: moved common defines to a ircommon.h