osd-contiki/src
Jim Paris b2c64dc233 Provide a function to change timer interrrupt handlers
Function irq_register_timer_handler(int timer, void (*isr)(void))
lets you change the handler at runtime.  This lets us set handlers
without necessarily knowing the name at link-time.  The old way of
having weakly-linked tmr0_isr functions should still work.
2010-10-16 13:28:20 -04:00
..
default_lowlevel.c Makefile cleanup. 2010-09-24 16:29:43 -04:00
default_lowlevel.h Provide a function to change timer interrrupt handlers 2010-10-16 13:28:20 -04:00
isr.c Provide a function to change timer interrrupt handlers 2010-10-16 13:28:20 -04:00
Makefile.src Fix a makefile dependency with libraries 2010-09-28 16:01:15 -04:00
start.S Clear BSS at startup 2010-09-28 16:29:36 -04:00