osd-contiki/cpu/native
oliverschmidt 5f3296e943 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:29:39 +00:00
..
net Changed packet drivers from services to plain processes. 2007-05-20 21:29:39 +00:00
Makefile.native Improved map file naming consistency. 2007-05-19 21:46:43 +00:00
mtarch.c Ooops, that was one level of indirection to much. 2007-04-03 18:37:15 +00:00
mtarch.h CPU agnostic implementation of the platform specific part of the multi-threading library. Uses fibers on Windows and the ucontext functions on other platforms. 2007-04-03 00:40:51 +00:00
rtimer-arch.c Added #include that #defines NULL 2007-03-31 11:19:08 +00:00
rtimer-arch.h Preliminary implementation of the rtimer architecture functions for the native CPU 2007-03-28 20:09:09 +00:00