Simon Duquennoy
a9cc909794
Network layer configuration: replace UIP_CONF_* with NETSTACK_CONF_WITH_*
2014-12-01 21:02:57 +01:00
Simon Duquennoy
722b3258d1
Cleanup of the Contiki network layer configuration. Now using CONTIKI_WITH_IPV6, CONTIKI_WITH_IPV4, and CONTIKI_WITH_RIME in makefiles, and UIP_CONF_IPV6, UIP_CONF_IPV4, UIP_CONF_RIME in c code. Now only the stacks that are used are compiled (via makefile MODULES). Make IPv6 the default network stack.
2014-12-01 20:13:09 +01: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
Adam Dunkels
aaa950ab17
Cooja platform changes to get IPv6/RPL to work better
2012-12-10 01:50:32 +01:00
Adam Dunkels
ec8c7e9be0
Cleanup of the node-id.h files. The node-id.h file contains
...
declarations of functions for setting and getting a node ID number, a
functionality that exists on many platforms. Since this functionality
was not considered part of the Contiki core, each platform defined its
own node-id.h file. This commit attempts to clean this up by
collecting the node-id.h into a core/sys/node-id.h file that replaces
the old node-id.h files from the platform directories.
2012-11-20 19:59:46 +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
fros4943
ee11b61064
bugfix: puts() should append newline character + min buffer size 1024 also with uIP
2010-01-25 12:34:05 +00:00
fros4943
bf1920386a
increased log buffer size with uIP SLIP
2009-10-19 18:00:49 +00:00
nvt-se
9d7bdad864
use CLOCK_CONF_SECOND.
2009-09-04 13:59:37 +00:00
nvt-se
fed4a58102
return the amount of seconds elapsed in clock_seconds()
2009-09-04 13:57:17 +00:00
nvt-se
a21dece53f
removed unused state codes and unused printf statements
2009-09-03 12:57:57 +00:00
fros4943
dda6de8438
+ clock stub functions
2009-03-26 16:22:36 +00:00
fros4943
d6ebba536c
minor 64 bit fix: divide by sizeof(unsigned long) instead of constant 4
2009-03-13 14:40:07 +00:00
fros4943
6150d13254
support for contiki-node simulation on 64-bit architectures (contributed by Jesper Karlsson and David Gustafsson)
2008-11-28 16:41:26 +00:00
fros4943
d79b1d55f7
not implementing putc(..FILE*) function, only stdout
2008-10-05 15:40:27 +00:00
fros4943
4cc56a741d
printf implementation towards cooja
2008-10-03 09:41:16 +00:00
fros4943
6f862c4506
removed warnings
2007-11-25 22:45:04 +00:00
fros4943
2e11cfcdeb
removed compiler warning
2007-05-18 13:50:08 +00:00
fros4943
5b3923141f
added buffer overflow check
2007-05-15 18:13:32 +00:00
fros4943
c06c28c668
new mulithreading switch function.
...
should work on both linux and win32 platforms
2007-04-02 08:47:28 +00:00
fros4943
5836d232cf
restored old post-link names (_cooja_sw -> cooja_sw)
2006-11-06 22:25:12 +00:00
fros4943
76055eba40
test: use pre-link asm names (earlier didn't work with some gcc ex. typical cygwin)
2006-11-06 18:07:24 +00:00
fros4943
eb0b2f137e
rewrote switch-procedure in asm
...
(solves problems with different gcc versions)
2006-10-04 15:05:37 +00:00
fros4943
cb71b2fca6
added support for busy-waits in simulated contiki processes
...
(the entire process_run()-loop is inside a Contiki multi-thread)
2006-09-29 14:32:15 +00:00
fros4943
e81861a0cd
added cooja; 'The Contiki OS Java Simulator'
2006-08-21 12:11:16 +00:00