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
gpio.c
i2c.c
maca.c add working routines to turn the mc1322x radio on and off 2013-02-03 14:48:38 -05:00
Makefile.lib
nvm.c
printf.c
pwm.c
rtc.c Use the RTC only as the main timer. 2013-02-03 15:15:05 -05:00
tmr.c
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
uart.c Merge branch 'master' of git://git.devl.org/git/malvira/libmc1322x into bump-libmc1322x 2012-11-18 18:27:39 -05:00