Oliver Schmidt
ca2552461e
Adjusted retro target clock to "new" DNS resolver.
...
The DNS resolver requires 1/4 sec clock resolution. The retro targets had a 1/2 sec clock resolution (optimized for the 1/2 sec TCP timer) resulting in DNS resolver timeouts being 0. Therefore the retro target clock resolution is now increased to 1/4 sec.
2015-08-04 13:48:08 +02:00
Adam Dunkels
bb2dcaa057
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
2013-11-24 20:20:11 +01:00
Oliver Schmidt
79bb5ea73f
Removed some more old RCS tags from the Contiki source tree.
2013-06-13 15:54:26 +02:00
Oliver Schmidt
1a5e20bc5f
Remove tab chars from retro C sources.
2013-01-28 23:43:08 +01:00
Adam Dunkels
944537fccf
Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree
2012-10-26 15:54:49 +02:00
oliverschmidt
9831f02eba
Replaced dummy code with code taken from 'native'.
2010-04-05 15:13:50 +00:00
oliverschmidt
f822ac9797
Added clock_seconds() implementation.
2008-07-12 14:44:37 +00:00
oliverschmidt
e72ca9e5d4
Allow division by RTIMER_ARCH_SECOND to compile.
2008-03-28 22:38:03 +00:00
oliverschmidt
14fa993204
Define an empty rtimer_arch_now() macro to keep compiler happy.
2007-12-20 20:28:34 +00:00
oliverschmidt
e59252ab29
Moved stuff into sys subdir to clean up the 6502 dir (and because the corresponding shared stuff is in the sys as well).
2007-12-15 00:14:18 +00:00
oliverschmidt
9cf544c45e
Added the same disclaimer as used in the header file.
2007-04-14 15:48:42 +00:00
oliverschmidt
6c4bcfb86f
Moved 6502-specific implementation of local continuations into a 'sys' folder in order to allow the
...
#include "sys/lc.h"
in core/sys/pt.h to find it.
2006-12-31 14:26:02 +00:00