contiki/platform
oliverschmidt e7bc74a9d0 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:12:56 +00:00
..
apple2enh Made endianess configuration actually work. 2007-04-11 00:25:38 +00:00
cc2420dbk * Contiki names for integer types. 2007-05-21 14:51:32 +00:00
cooja removed old cfs.c 2007-05-21 14:57:47 +00:00
esb Made TR1001 work with Rime 2007-05-22 21:08:24 +00:00
ethernut1 Changed packet drivers from services to plain processes. 2007-05-26 23:05:36 +00:00
ethernut2 Changed the Contiki Interface declaration macros from CCI/CLI to CCIF/CLIF because of already existing macros: Both CCI and CLI :-( 2006-08-15 14:46:33 +00:00
gtk Removed explicit shut down of network driver as it easily results in endless recursions on errors while network driver initialisation. 2007-05-23 22:01:14 +00:00
minimal-net Removed explicit shut down of network driver as it easily results in endless recursions on errors while network driver initialisation. 2007-05-23 22:01:14 +00:00
native Avoid compiler warnings. 2007-05-22 21:33:31 +00:00
netsim Updated API 2007-05-22 21:09:19 +00:00
sky Added initialization of MAC and Rime 2007-05-25 08:08:36 +00:00
stepper-robot Changed packet drivers from services to plain processes. 2007-05-26 23:12:56 +00:00
stk501 Add new plattform definition for the STK 501 board featuring an 2006-12-22 17:19:22 +00:00
win32 The Visual C++ project file is the first to go without service.c . 2007-05-23 23:42:42 +00:00