osd-contiki/cpu/mc1322x/lib
Mariano Alvira fb8bbf37cf Use the RTC only as the main timer.
This is a major change to how the main tick interrupt is handled on
the mc1322x platforms. Instead of using two timer resources, TMR0 and
RTC, this patch unifies all the timers to use the RTC. This is enabled by
implementing etimers as scheduled rtimers. The main advantage (aside
from freeing TMR0 for general use) is have the Contiki timebase come
from the same source that will be used for sleeping and wakeup.
2013-02-03 15:15:05 -05:00
..
include add working routines to turn the mc1322x radio on and off 2013-02-03 14:48:38 -05:00
adc.c disable pad keeper when using ADC pin; otherwise you'll see a 20k input 2012-11-30 10:44:26 -05:00
gpio-util.c Merge remote branch 'libmc1322x/master' 2011-03-11 16:28:14 -05:00
gpio.c remove cvs keywords from cpu/mc1322x 2011-02-17 14:36:55 -05:00
i2c.c Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
maca.c add working routines to turn the mc1322x radio on and off 2013-02-03 14:48:38 -05:00
Makefile.lib initial mc1322x commit 2010-06-10 14:55:39 +00:00
nvm.c remove cvs keywords from cpu/mc1322x 2011-02-17 14:36:55 -05:00
printf.c Merge remote branch 'libmc1322x/master' into update-libmc1322x 2011-02-17 14:41:47 -05:00
pwm.c Merge remote branch 'libmc1322x/master' 2011-03-11 16:28:14 -05:00
rtc.c Use the RTC only as the main timer. 2013-02-03 15:15:05 -05:00
tmr.c remove cvs keywords from cpu/mc1322x 2011-02-17 14:36:55 -05:00
uart.c Merge branch 'master' of git://git.devl.org/git/malvira/libmc1322x into bump-libmc1322x 2012-11-18 18:27:39 -05:00
uart1.c Merge branch 'master' of git://git.devl.org/git/malvira/libmc1322x into bump-libmc1322x 2012-11-18 18:27:39 -05:00
uart2.c Merge branch 'master' of git://git.devl.org/git/malvira/libmc1322x into bump-libmc1322x 2012-11-18 18:27:39 -05:00