oliverschmidt
0cd5f4fa0a
Reduced Contiki config to the minimum.
2007-05-27 20:52:42 +00:00
oliverschmidt
d13a66e63a
Fixed typo.
2007-05-27 11:11:28 +00:00
oliverschmidt
793d71f65d
Originally left this file alone as I thought it might help on consolidating with cpu/native/net/tapdev.c but actually is doesn't contain unique content so it can be removed now as well.
2007-05-27 08:54:36 +00:00
oliverschmidt
36b80dad8a
Finally moved service.[c|h] into backyard. The "only" user left in outside backyard is the CTK on GTK simulation layer - which needs to be updated to build / run again...
2007-05-26 23:29:28 +00:00
oliverschmidt
a09d1d043c
Finally moved service.[c|h] into backyard. The "only" user left in outside backyard is the CTK on GTK simulation layer - which needs to be updated to build / run again...
2007-05-26 23:23:28 +00:00
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
oliverschmidt
75f04995a9
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:05:36 +00:00
oliverschmidt
6ab3a6d1e3
Fixed copy&paste bug.
2007-05-26 22:51:38 +00:00
oliverschmidt
7f7f11d30f
Set default target to minimal-net.
2007-05-26 22:42:02 +00:00
oliverschmidt
d6735fa9b2
Allow to set a default target (different from 'native') to be used if TARGET isn't set. This is i.e. useful for examples requiring network i/o.
2007-05-26 22:38:23 +00:00
oliverschmidt
b16783b148
Moved unused apps file into backyard.
2007-05-26 22:18:11 +00:00
oliverschmidt
4aabfc10b3
Moved 6502 inline assmbler into backyard as it was never replaced by C code.
2007-05-26 22:00:12 +00:00
oliverschmidt
5e7ecef8ab
Moved CTK terminal support into backyard as it depends on stuff recently moved in backyard as well.
2007-05-26 21:54:08 +00:00
oliverschmidt
4521c330d5
Moved into backyard as it was never ported to Contiki 2.x.
2007-05-26 21:46:00 +00:00
oliverschmidt
7beef070ca
no message
2007-05-26 21:41:01 +00:00
oliverschmidt
9cb735180e
Moved into backyard as it was never ported to Contiki 2.x.
2007-05-26 21:38:16 +00:00
oliverschmidt
f0d5a14745
Moved into backyard as it was never ported to Contiki 2.x.
2007-05-26 21:28:30 +00:00
oliverschmidt
fa3819ed1c
Moved ninimal-ppp into backyard as it depends on the uIP ppp support.
2007-05-26 07:20:07 +00:00
oliverschmidt
c5608ad99f
Moved uIP ppp support into backyard as it was never ported to Contiki 2.x.
2007-05-26 07:14:15 +00:00
adamdunkels
be2a7e954c
Added initialization of MAC and Rime
2007-05-25 08:08:36 +00:00
adamdunkels
ca356ea2e2
Added CC2420 driver
2007-05-25 08:08:21 +00:00
adamdunkels
2c53a38075
Architecture dependent code for the CC2420 driver
2007-05-25 08:07:54 +00:00
adamdunkels
52eb372890
Modified to use the new MAC layer API
2007-05-25 08:06:44 +00:00
adamdunkels
f373c63532
Removed __ prefixes on symbols, which are reserved for C implementation; updated to new radio.h types
2007-05-25 08:06:15 +00:00
adamdunkels
c8eecc5b02
Updated types to avoid reliance on uIP includes
2007-05-25 08:05:24 +00:00
adamdunkels
b07cfde31b
Generic API for MAC layers
2007-05-25 06:40:19 +00:00
fros4943
ca16d56844
dispose on escape
2007-05-24 08:24:11 +00:00
oliverschmidt
9ab8b78381
Moved cc65 loader requiring "labels hack" into backyard.
2007-05-23 23:49:45 +00:00
oliverschmidt
a22c543b1a
Moved cc65 specific app into backyard.
2007-05-23 23:47:16 +00:00
oliverschmidt
e54fb521e2
The Visual C++ project file is the first to go without service.c .
2007-05-23 23:42:42 +00:00
oliverschmidt
1aca43084f
Moved editor app into backyard as it was never platform independent anyway (but relied on the C64 hibit cursor).
2007-05-23 23:34:05 +00:00
oliverschmidt
e025faf68f
Moved network related stuff that depends on the service paradigm into backyard.
2007-05-23 23:27:57 +00:00
oliverschmidt
3bb7a21735
Moved RUNES CRTK Implementation into backyard as it depends on the service paradigm.
2007-05-23 23:23:08 +00:00
oliverschmidt
1fcece3f89
Moved CTK service related stuff into backyard.
2007-05-23 23:18:51 +00:00
oliverschmidt
51af3d9142
Renamed 'secondary' to 'backyard' on popular demand ;-))
2007-05-23 23:11:23 +00:00
oliverschmidt
f8145bd02c
Moved toplevel Makefile to secondary directory tree.
2007-05-23 22:38:55 +00:00
oliverschmidt
934fa73d29
Moved all existing C64 stuff into new secondary directory tree.
2007-05-23 22:36:05 +00:00
oliverschmidt
6275ef313c
Removed the empty PROCESS_NO_BROADCAST macro.
2007-05-23 22:16:05 +00:00
oliverschmidt
1629c207b5
That PROCESS_EXITHANDLER() thing was after all kind of overengineered...
2007-05-23 22:13:29 +00:00
oliverschmidt
a300c31d7e
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
oliverschmidt
e9e925bc6a
Avoid usage of nameless unions as they are - surprisingly at least to me - not part of any C spec.
2007-05-23 21:35:18 +00:00
fros4943
ad59a54fa8
fix: maximized cooja frame overlapping os display regions (such as win start menu).
2007-05-23 09:10:15 +00:00
fros4943
55a255bb9c
recompiled MRM (no changes made to sources) due to recent changes in COOJA core radio medium
2007-05-23 07:47:23 +00:00
oliverschmidt
7904a7e294
Made it compile again.
2007-05-22 22:10:30 +00:00
oliverschmidt
0bf8c95b79
Made use of exit handler.
2007-05-22 22:01:03 +00:00
adamdunkels
b8b0dfaa5d
Fixed type of energest_crrent_time to match the type in the .h file
2007-05-22 21:55:33 +00:00
adamdunkels
0e6b5e0099
Turn debug output off (which was inadvertedly left on)
2007-05-22 21:53:15 +00:00
oliverschmidt
de40d627c7
Typo.
2007-05-22 21:45:31 +00:00
oliverschmidt
2e1ac205e2
Avoid compiler warnings.
2007-05-22 21:33:31 +00:00
oliverschmidt
e867c6afcb
Explicitly shut down network driver.
2007-05-22 21:27:55 +00:00