bg-
67d94fd579
* Optional AODV BAD_HOP extension.
2007-05-28 16:32:43 +00:00
bg-
ceb423c007
* Add sht11_off.
2007-05-28 16:24:58 +00:00
bg-
78eb449dc5
* Obob in assertion.
2007-05-28 16:22:15 +00:00
fros4943
da3b1ab813
make sure mote doesn't fall asleep while radio is transmitting/receiving
2007-05-28 15:47:07 +00:00
fros4943
eceb2e5816
desktop always exists, but not always used
2007-05-28 09:37:01 +00:00
fros4943
953c60c35a
added setVisualized method (experimental)
2007-05-28 09:01:49 +00:00
fros4943
6271beabc3
nongui command arguments
2007-05-28 08:06:41 +00:00
fros4943
9d18cd5609
added java_home reference
2007-05-28 07:29:20 +00:00
fros4943
46a727d8de
simple java_home environment references
2007-05-28 07:26:51 +00:00
oliverschmidt
c874d56f32
Clock implementations are typically not located in a lib subdirectory.
2007-05-27 21:29:18 +00:00
oliverschmidt
24f6cf175d
Start out with minimal main().
2007-05-27 21:11:08 +00:00
oliverschmidt
f0e3996e07
For now delegate all work to the 6502 makefile.
2007-05-27 21:00:59 +00:00
oliverschmidt
99fdfbb6d8
Start out with default linker config.
2007-05-27 20:56:36 +00:00
oliverschmidt
3a1de93851
Start out with minimal Contiki config.
2007-05-27 20:54:13 +00:00
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