HomeAutomation
hardware
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HomeAutomation
(root)
/
trunk
/
EmbeddedSoftware
/
AVR
/
avr-lib
/
drivers
/
timer
/
timebase.c
@ 2297
– Rev 2289
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
SVN
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
2289
4492 d 5 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/
Added support for mega64c1 in timebase (old timer lib)
1695
5725 d 10 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
5973 d 7 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
6096 d 7 h
arune
/trunk/EmbeddedSoftware/AVR/
avr-lib: added support for mega328, currently not working
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 1 h
andfri
/trunk/EmbeddedSoftware/AVR/avr-lib/
* EmbeddedSoftware/AVR/avr-lib: Initial upload. Massive remake of AVR-Bios + lib + AVR-App.