793d71f65dOriginally 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.
oliverschmidt
2007-05-27 08:54:36 +0000
36b80dad8aFinally 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...
oliverschmidt
2007-05-26 23:29:28 +0000
a09d1d043cFinally 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...
oliverschmidt
2007-05-26 23:23:28 +0000
e7bc74a9d0Changed packet drivers from services to plain processes.
oliverschmidt
2007-05-26 23:12:56 +0000
75f04995a9Changed packet drivers from services to plain processes.
oliverschmidt
2007-05-26 23:05:36 +0000
7f7f11d30fSet default target to minimal-net.
oliverschmidt
2007-05-26 22:42:02 +0000
d6735fa9b2Allow 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.
oliverschmidt
2007-05-26 22:38:23 +0000
b16783b148Moved unused apps file into backyard.
oliverschmidt
2007-05-26 22:18:11 +0000
4aabfc10b3Moved 6502 inline assmbler into backyard as it was never replaced by C code.
oliverschmidt
2007-05-26 22:00:12 +0000
5e7ecef8abMoved CTK terminal support into backyard as it depends on stuff recently moved in backyard as well.
oliverschmidt
2007-05-26 21:54:08 +0000
4521c330d5Moved into backyard as it was never ported to Contiki 2.x.
oliverschmidt
2007-05-26 21:46:00 +0000
a22c543b1aMoved cc65 specific app into backyard.
oliverschmidt
2007-05-23 23:47:16 +0000
e54fb521e2The Visual C++ project file is the first to go without service.c .
oliverschmidt
2007-05-23 23:42:42 +0000
1aca43084fMoved editor app into backyard as it was never platform independent anyway (but relied on the C64 hibit cursor).
oliverschmidt
2007-05-23 23:34:05 +0000
e025faf68fMoved network related stuff that depends on the service paradigm into backyard.
oliverschmidt
2007-05-23 23:27:57 +0000
3bb7a21735Moved RUNES CRTK Implementation into backyard as it depends on the service paradigm.
oliverschmidt
2007-05-23 23:23:08 +0000
1fcece3f89Moved CTK service related stuff into backyard.
oliverschmidt
2007-05-23 23:18:51 +0000
51af3d9142Renamed 'secondary' to 'backyard' on popular demand ;-))
oliverschmidt
2007-05-23 23:11:23 +0000
934fa73d29Moved all existing C64 stuff into new secondary directory tree.
oliverschmidt
2007-05-23 22:36:05 +0000
6275ef313cRemoved the empty PROCESS_NO_BROADCAST macro.
oliverschmidt
2007-05-23 22:16:05 +0000
1629c207b5That PROCESS_EXITHANDLER() thing was after all kind of overengineered...
oliverschmidt
2007-05-23 22:13:29 +0000
a300c31d7eRemoved explicit shut down of network driver as it easily results in endless recursions on errors while network driver initialisation.
oliverschmidt
2007-05-23 22:01:14 +0000
e9e925bc6aAvoid usage of nameless unions as they are - surprisingly at least to me - not part of any C spec.
oliverschmidt
2007-05-23 21:35:18 +0000
ad59a54fa8fix: maximized cooja frame overlapping os display regions (such as win start menu).
fros4943
2007-05-23 09:10:15 +0000
55a255bb9crecompiled MRM (no changes made to sources) due to recent changes in COOJA core radio medium
fros4943
2007-05-23 07:47:23 +0000
7904a7e294Made it compile again.
oliverschmidt
2007-05-22 22:10:30 +0000
0bf8c95b79Made use of exit handler.
oliverschmidt
2007-05-22 22:01:03 +0000
b8b0dfaa5dFixed type of energest_crrent_time to match the type in the .h file
adamdunkels
2007-05-22 21:55:33 +0000
0e6b5e0099Turn debug output off (which was inadvertedly left on)
adamdunkels
2007-05-22 21:53:15 +0000
26903043a3Updated format of debug output
adamdunkels
2007-05-22 20:58:00 +0000
e18b609039Amount of retransmissions now configurable on a per-packet basis
adamdunkels
2007-05-22 20:57:44 +0000
c0d3b9111aStubborn timer now configurable on a per-transmission basis.
adamdunkels
2007-05-22 20:57:20 +0000
af43f26ed2Multiplicative increase in retransmission time. Statistics. Max amount of retransmissions now configurable on a per-packet basis
adamdunkels
2007-05-22 20:56:52 +0000
396e8094c6Added Rime statistics, rmh and rucb
adamdunkels
2007-05-22 20:55:53 +0000
edd509acf5Added nicer configuration options. Added hack for optimizing X-MAC for unicast packets. Added statistics gathering. Turn radio off when someone else is receiving a packet. Queueing packets when X-MAC cannot send immediately (since someone else is transmitting).
adamdunkels
2007-05-22 20:55:24 +0000
9b6f6d6822Added IRQ and SERIAL component.
adamdunkels
2007-05-22 20:53:04 +0000
f5c8869028Added a function for setting the estimated energy of a component
adamdunkels
2007-05-22 20:52:20 +0000
b8d586b210Enabled dropping of packets with bad CRC. Added statistics gathering. Bugfix when packets where shorter than 2 bytes
adamdunkels
2007-05-22 20:51:30 +0000
0e4c30ccb4Added net include to define u*_t types
adamdunkels
2007-05-22 20:50:22 +0000