Subversion Repositories HomeAutomation

Rev

Show changed files | Directory listing | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
800 6698 d 4 h linlun /branches/modules/ Added branch for modulized applications  
787 6699 d 11 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/ drivers/timer: Doxygen fixes for last commit  
786 6699 d 11 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/ drivers/timer: Doxygen completion  
544 6998 d 2 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.
 
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.  
492 7049 d 13 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/ timebase.c: OCIE0 bit in TIMSK0 is called OCIE0A  
415 7071 d 8 h noddan /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/ timebase.c : Fixed register name  
408 7072 d 2 h andfri /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/ * EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.c: Changed timer configuration to use Clear on Compare Match (CTC) mode instead of Normal mode. Try this out by defining TIMEBASE_NEW_IMPLEMENTATION in timebase.h.  
372 7105 d 5 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ mcp2515.c, mcp2515_cfg.h, mcu.c and timebase.c - Added support for m168  
362 7129 d 8 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 2 h andfri /trunk/EmbeddedSoftware/AVR/avr-lib/ * EmbeddedSoftware/AVR/avr-lib: Initial upload. Massive remake of AVR-Bios + lib + AVR-App.