Commit graph

7 commits

Author SHA1 Message Date
adamdunkels 151853ca37 Added example announcement code 2009-03-08 20:27:42 +00:00
adamdunkels 44914851fd Added multi-threading example 2008-09-21 08:43:32 +00:00
adamdunkels 5da504dcc7 Fixed example names 2008-07-09 23:08:36 +00:00
adamdunkels 44d7d9a9a4 Changed names of the Rime examples from test-* to example-* and added examples for ruc and uc 2008-01-25 18:00:50 +00:00
oliverschmidt 080ecc5488 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-21 22:29:13 +00:00
adamdunkels 25f0dc5094 Added Rime examples 2007-03-25 21:58:32 +00:00
adamdunkels c9e808d638 Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00