osd-contiki/platform/stepper-robot
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
..
stepper Added codeprop loading to RAM. 2007-03-07 16:15:00 +00:00
cc2420-interrupt.c Added codeprop loading to RAM. 2007-03-07 16:15:00 +00:00
cc2420-interrupt.h Platform specific code for a robot using stepper motors. 2007-02-24 00:21:16 +00:00
cc2420-spi.c Platform specific code for a robot using stepper motors. 2007-02-24 00:21:16 +00:00
contiki-conf.h Added codeprop loading to RAM. 2007-03-07 16:15:00 +00:00
leds-arch.c Platform specific code for a robot using stepper motors. 2007-02-24 00:21:16 +00:00
Makefile Padded struct codeprop_tcphdr to 4 bytes, to get around different 2007-03-18 13:15:00 +00:00
robot-main.c Changed packet drivers from services to plain processes. 2007-05-26 23:12:56 +00:00
sam7s-spi.c Platform specific code for a robot using stepper motors. 2007-02-24 00:21:16 +00:00
sam7s-spi.h Platform specific code for a robot using stepper motors. 2007-02-24 00:21:16 +00:00
stepper-process.c Added codeprop loading to RAM. 2007-03-07 16:15:00 +00:00
stepper-process.h Platform specific code for a robot using stepper motors. 2007-02-24 00:21:16 +00:00
sys-tst.c Platform specific code for a robot using stepper motors. 2007-02-24 00:21:16 +00:00