osd-contiki/cpu
maralvira 4217eb2ebc 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-11-07 14:27:01 +00:00
..
6502 Use some defined event constant instead of just 0. 2010-10-31 22:51:17 +00:00
arm A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
avr Add missing includes 2010-11-03 16:55:40 +00:00
cc2430 A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
mc1322x Provide a function to change timer interrrupt handlers 2010-11-07 14:27:01 +00:00
msp430 By default, don't print stack on reboot, since there are cases where this may hang the CPU (when the CPU is in LPM when the watchdog triggers). Must fix the code to set the UART and CU into correct modes before enabling stack printout on reboot. 2010-10-24 21:10:25 +00:00
native The recent global change regarding htons allowed to remove this hack :-) 2010-10-19 20:30:47 +00:00
stm32w108 Added configuration in order to run Rime. 2010-10-27 14:05:23 +00:00
x86 Patch by Gideon Ernst: use explicit $(CONTIKI) path instead of implicit ../../ path to the mknmlist script 2009-09-03 17:41:58 +00:00
z80 A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00