contiki/platform/win32
oliverschmidt a22d2ecfef 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-20 21:41:31 +00:00
..
cfs Changed Contiki File System (cfs) from a service to a plain library. 2007-05-19 21:37:54 +00:00
ctk
doc
loader
vcproj Changed packet drivers from services to plain processes. 2007-05-20 21:41:31 +00:00
clock.c
conio.h
contiki-conf.h Added signed 32 bit data type. 2007-05-12 20:58:12 +00:00
contiki-main.c Changed packet drivers from services to plain processes. 2007-05-20 21:41:31 +00:00
contiki.sln
Makefile Very minor beautification. 2007-04-21 22:17:22 +00:00
Makefile.win32 Changed packet drivers from services to plain processes. 2007-05-20 21:41:31 +00:00