20824c5603Make use of global error_exit().
oliverschmidt
2007-11-27 20:52:52 +0000
64a2602183Makefile for compiling a set of Contiki platforms and produce error messages for those platforms that do not compile
adamdunkels
2007-11-27 20:50:54 +0000
34ebd14ec7Removed usleep and moved the pseudo-random factor to nanosleep's argument.
nvt-se
2007-11-27 20:45:15 +0000
90c13c2603Added time.h include to get nanosleep to compile
adamdunkels
2007-11-27 20:32:08 +0000
f6cf045413Always add neighbors to the list regardless if their rtmetric is higher than ours or not. If our rtmetric rises, we may need ot have those neighbors in our list.
adamdunkels
2007-11-26 23:31:44 +0000
75be20bea6Added function for accessing a specific neighbor
adamdunkels
2007-11-26 23:30:13 +0000
4eae027dd3Changed usleep() to nanosleep()
adamdunkels
2007-11-26 23:28:33 +0000
85c75d18fbAdded rt-leds and sky-treeroute ass default compile targets, removed tcprudolph0 as it currently does not compile due to memory exhaustion
adamdunkels
2007-11-26 23:25:35 +0000
efe0306687Removed dependency on PIR sensor
adamdunkels
2007-11-26 23:24:33 +0000
6dc278fd0cRemoved ctk-textedit, added a bunch of Rime modules
adamdunkels
2007-11-26 23:23:55 +0000
6e0e6e1279Removed -Werror since LPM*_EXIT; and friends trigger an internal mspgcc compiler error
adamdunkels
2007-11-26 23:23:20 +0000
58d6310979Added #ifdef around MAX definition to avoid compiler warnings
adamdunkels
2007-11-26 23:22:41 +0000
2c4aba1b1bClosing stderr to avoid error messages for compilation without Tmote Sky boards
adamdunkels
2007-11-26 23:21:41 +0000
953212e297Set the maximum number of simultaneous connections to the cfs webserver to the maximum number of uIP connections.
oliverschmidt
2007-11-26 21:52:26 +0000
74a6ee69e6Allow to configure the maximum number of simultaneous connections to the cfs webserver.
oliverschmidt
2007-11-26 21:50:46 +0000
f779a8cdffSet the maximum number of simultaneous connections to the cgi webserver to the maximum number of uIP connections.
oliverschmidt
2007-11-26 21:38:32 +0000
2a98ace477Allow to configure the maximum number of simultaneous connections to the cgi webserver.
oliverschmidt
2007-11-26 21:36:35 +0000
150fe09d4eAllow to find the scripts on PETSCII machines.
oliverschmidt
2007-11-25 17:13:56 +0000
f302b5e731Activated PETSCII support on the C64.
oliverschmidt
2007-11-25 17:12:45 +0000
b26ff75aadAdded user feedback on Ethernet configuration.
oliverschmidt
2007-11-25 15:15:05 +0000
20d395e9b6Added user feedback on IP configuration.
oliverschmidt
2007-11-25 15:00:32 +0000
45c836c289Adjusted dummy return value to (new) cfs interface.
oliverschmidt
2007-11-24 21:29:07 +0000
4059cd22ceInclude 'Referer:' in referer log message.
oliverschmidt
2007-11-24 13:16:30 +0000
0eb7106bd2Include dummy for posix function missing in cc65 C-library.
oliverschmidt
2007-11-24 13:02:27 +0000
0ed29ca43fInclude dummies for posix functions missing in cc65 C-library.
oliverschmidt
2007-11-24 13:00:27 +0000
7fc383e100Minor change in comment.
oliverschmidt
2007-11-24 12:57:09 +0000
2564882015only create full symbols list if SYMBOLS is defined
fros4943
2007-11-23 06:22:52 +0000
9b433cc06aregister as observer at end of constructor
fros4943
2007-11-23 06:21:24 +0000
65a2f11887Added some more info on the examples I know.
oliverschmidt
2007-11-22 12:59:32 +0000
e5f7fc8594Made cfs implementation adhere to (new) cfs interface and streamlined implementation.
oliverschmidt
2007-11-22 12:03:54 +0000
89061533edRemoved (unnecessary) reference to the textedit widget header that was recently moved to the backyard.
oliverschmidt
2007-11-22 12:02:24 +0000
5608e2d451Minor adjustment to predominant coding style.
oliverschmidt
2007-11-22 11:41:18 +0000
a2dd620eccAllow the webserver and telnetd examples to build.
oliverschmidt
2007-11-22 11:40:17 +0000
034111b106Made cfs implementation adhere to (new) cfs interface, streamlined implementation, reduced header dependencies and removed the 'cfs-root/' prefix. The reasoning behind the latter: - Productive embedded targets don't use the posix based variant anyway. - For testing purposes the prefix is a hurdle as the documentation doesn't mention it ;-)) - The prefix is incompatible with posix implementations lacking directory support (like the C64).
oliverschmidt
2007-11-22 11:37:34 +0000
54b8d7ec82Increased number of simultanious connections from two to three, fixed / streamlined 404.html handling and added logging on tcp resets.
oliverschmidt
2007-11-22 11:25:08 +0000
257c45776bRemoved duplicate reference to uiplib.c, removed reference to ctk-term as this was moved to the backyard and did minor reformatting.
oliverschmidt
2007-11-22 11:19:27 +0000
d16836d9bbchanged to show Contiki version, node id, and autostarted processes at startup
nifi
2007-11-21 16:41:44 +0000
645be6acbcMade use of the generic Ethernet driver for cc65 targets.
oliverschmidt
2007-11-20 22:24:03 +0000
7c1cbd4ee2Added speed detection user feedback and adjusted soft clock to ethernet polling.
oliverschmidt
2007-11-20 21:54:06 +0000
aa7dd83d5dMade use of the generic Ethernet driver for cc65 targets.
oliverschmidt
2007-11-20 21:19:12 +0000
da44474fd4Generic Ethernet driver for cc65 targets. The actual hardware driver is loaded as relocatable module.
oliverschmidt
2007-11-20 21:10:20 +0000
d474777ff8Moved textedit widget into backyard as it was never platform independent anyway (but relied on the C64 hibit cursor).
oliverschmidt
2007-11-20 20:41:11 +0000
a9c3799a42number of logged packets in title
fros4943
2007-11-20 04:17:11 +0000
7ab9703d8fmore error output at failed compilation
fros4943
2007-11-20 04:16:13 +0000
e6e6ea415cGeneric Cirrus Logic CS8900A driver for cc65 targets. The driver is intended to be loaded dynamically as relocatable module. It modifies itself to accomodate different Ethernet IO address locations: - C64 TFE ($DE00) - C64 RRNet ($DE08) - Apple2 Uther ($C0x0)
oliverschmidt
2007-11-19 23:14:14 +0000
9a96dbca03Moved currently inconsistent files to backyard to clean up for release 2.1
oliverschmidt
2007-11-19 23:00:33 +0000
a4985fd1f7removed offset in rtimer_arch
joxe
2007-11-19 22:38:57 +0000
a1f11ff8e7Removed includes for stuff that has been moved to the backyard. Added <stdint.h> include
adamdunkels
2007-11-19 12:23:02 +0000
477d39ce5bFixed function prototypes to match radio API
adamdunkels
2007-11-19 09:50:54 +0000
476848fbe0Including stddef.h for NULL seems to be somewhat more portable than stdlib.h.
oliverschmidt
2007-11-18 19:16:49 +0000