osd-contiki/cpu/avr
oliverschmidt 75f04995a9 Changed packet drivers from services to plain processes.
Now tcpip_output() is a function pointer that is supposed to be set via the macro tcpip_set_outputfunc(). Packet drivers do so on process startup.

Thus if there are several packet drivers in a Contiki system the one started last is the one actually used. This behaviour is especially useful for the 'IP forwarding' "meta" packet driver.
2007-05-26 23:05:36 +00:00
..
dev Changed packet drivers from services to plain processes. 2007-05-26 23:05:36 +00:00
avr.c * Generic AVR stuff. 2007-01-25 18:24:29 +00:00
cc2420_spi.c Rename cc2420_uart0.c to cc2420_spi.c 2007-02-01 14:46:07 +00:00
leds-arch.c Provide dummy implementations for the leds and minileds module in order 2006-12-22 17:05:31 +00:00
Makefile.avr - Fix build of contiki-2.x AVR port. 2006-12-22 16:54:36 +00:00
minileds.c Provide dummy implementations for the leds and minileds module in order 2006-12-22 17:05:31 +00:00
mtarch.c AVR specific implementation of contiki multi-threating architecture 2006-12-22 16:55:53 +00:00
mtarch.h AVR specific implementation of contiki multi-threating architecture 2006-12-22 16:55:53 +00:00
rtimer-arch.h * Add missing file. 2007-05-21 14:28:14 +00:00
slip_uart1.c SLIP for AVR on UART1 2007-02-02 13:13:16 +00:00
spi.c * First port of CC2420 driver to the AVR. 2007-01-25 18:22:55 +00:00