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
– Rev 2289
Rev
Hide 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
Changes
2289
4492 d 18 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/
Added support for mega64c1 in timebase (old timer lib)
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.h
1695
5725 d 23 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
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/serial.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.c
1468
5973 d 20 h
arune
/trunk/EmbeddedSoftware/AVR/
added support for mega168p, only needed when programming with isp, normally one can use mega168 even for mega168p-devices
/trunk/EmbeddedSoftware/AVR/avr-lib/ldscripts/atmega168p.ld
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/adc/adc.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515_cfg.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/io/PCA95xx.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/transceiver/irtransceiver.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/transceiver/irtransceiverMulti.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/mcu.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timer_cfg.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.c
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
1415
6096 d 20 h
arune
/trunk/EmbeddedSoftware/AVR/
avr-lib: added support for mega328, currently not working
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/portpins.h
/trunk/EmbeddedSoftware/AVR/avr-lib/ldscripts/atmega328p.ld
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/adc/adc.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515_cfg.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/transceiver/irtransceiver.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/mcu.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timer_cfg.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.c
/trunk/EmbeddedSoftware/AVR/personal/template/bios.inc
/trunk/EmbeddedSoftware/AVR/personal/template_module/bios.inc
492
7050 d 1 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/
timebase.c: OCIE0 bit in TIMSK0 is called OCIE0A
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.c
415
7071 d 21 h
noddan
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/
timebase.c : Fixed register name
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.c
408
7072 d 15 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.
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.h
372
7105 d 18 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/
mcp2515.c, mcp2515_cfg.h, mcu.c and timebase.c - Added support for m168
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515_cfg.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/mcu.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.c
362
7129 d 20 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.
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/mcu.d
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/mcu.lst
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.d
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.lst
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/serial.d
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/serial.lst
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.d
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.lst
/trunk/EmbeddedSoftware/AVR/avr-lib/.cdtproject
/trunk/EmbeddedSoftware/AVR/avr-lib/Makefile
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios.c
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios_export.c
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios_export.h
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/flash.c
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/flash.h
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/vectors.S
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/vectors.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.c
/trunk/EmbeddedSoftware/AVR/avr-lib/ldscripts/atmega8.ld
/trunk/EmbeddedSoftware/AVR/avr-lib/ldscripts/atmega88.ld
/trunk/EmbeddedSoftware/AVR/avr-lib/template/Makefile
/trunk/EmbeddedSoftware/AVR/avr-lib/template/main.c
361
7130 d 14 h
andfri
/trunk/EmbeddedSoftware/AVR/avr-lib/
* EmbeddedSoftware/AVR/avr-lib: Initial upload. Massive remake of AVR-Bios + lib + AVR-App.
/trunk/EmbeddedSoftware/AVR/avr-lib
/trunk/EmbeddedSoftware/AVR/avr-lib/.cdtproject
/trunk/EmbeddedSoftware/AVR/avr-lib/.project
/trunk/EmbeddedSoftware/AVR/avr-lib/.settings
/trunk/EmbeddedSoftware/AVR/avr-lib/.settings/org.eclipse.cdt.core.prefs
/trunk/EmbeddedSoftware/AVR/avr-lib/Makefile
/trunk/EmbeddedSoftware/AVR/avr-lib/README.txt
/trunk/EmbeddedSoftware/AVR/avr-lib/bios
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios.c
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios_export.c
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios_export.h
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/flash.c
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/flash.h
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/vectors.S
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/vectors.h
/trunk/EmbeddedSoftware/AVR/avr-lib/config.inc
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/can.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515_bittime.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515_cfg.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515_defs.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/mcu.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/mcu.d
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/mcu.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/mcu.lst
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.d
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.lst
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/serial.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/serial.d
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/serial.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/serial.lst
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.d
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.lst
/trunk/EmbeddedSoftware/AVR/avr-lib/ldscripts
/trunk/EmbeddedSoftware/AVR/avr-lib/ldscripts/atmega8.ld
/trunk/EmbeddedSoftware/AVR/avr-lib/ldscripts/atmega88.ld
/trunk/EmbeddedSoftware/AVR/avr-lib/system.inc
/trunk/EmbeddedSoftware/AVR/avr-lib/template
/trunk/EmbeddedSoftware/AVR/avr-lib/template/Makefile
/trunk/EmbeddedSoftware/AVR/avr-lib/template/config.inc
/trunk/EmbeddedSoftware/AVR/avr-lib/template/main.c