Subversion Repositories HomeAutomation

Rev

Show changed files | Directory listing | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2289 4500 d 17 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/ Added support for mega64c1 in timebase (old timer lib)  
1695 5733 d 22 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ fixed problem with compiling for mega328, changed SIGNAL() to ISR() and changed old SIG-vectors to the new  
1468 5981 d 19 h arune /trunk/EmbeddedSoftware/AVR/ added support for mega168p, only needed when programming with isp, normally one can use mega168 even for mega168p-devices  
1415 6104 d 19 h arune /trunk/EmbeddedSoftware/AVR/ avr-lib: added support for mega328, currently not working  
787 6707 d 23 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/ drivers/timer: Doxygen fixes for last commit  
786 6707 d 23 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/ drivers/timer: Doxygen completion  
544 7006 d 14 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 7008 d 23 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 7058 d 0 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/ timebase.c: OCIE0 bit in TIMSK0 is called OCIE0A  
415 7079 d 20 h noddan /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/ timebase.c : Fixed register name  
408 7080 d 14 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 7113 d 17 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ mcp2515.c, mcp2515_cfg.h, mcu.c and timebase.c - Added support for m168  
362 7137 d 19 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 7138 d 13 h andfri /trunk/EmbeddedSoftware/AVR/avr-lib/ * EmbeddedSoftware/AVR/avr-lib: Initial upload. Massive remake of AVR-Bios + lib + AVR-App.