From fa40d2b1fcae6922423541462148e759bcad1119 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sun, 10 Jan 2016 15:09:31 +0000 Subject: [PATCH] Remove documentation references to the Sensinode platform This is part of a set of commits that will obsolete the Sensinode platform --- core/net/ipv6/multicast/roll-tm.h | 4 ++-- doc/platform.txt | 5 ----- examples/cc2530dk/blink-hello.c | 2 +- platform/cc2530dk/debug.h | 2 +- 4 files changed, 4 insertions(+), 9 deletions(-) diff --git a/core/net/ipv6/multicast/roll-tm.h b/core/net/ipv6/multicast/roll-tm.h index 3ab22cc20..fce300f95 100644 --- a/core/net/ipv6/multicast/roll-tm.h +++ b/core/net/ipv6/multicast/roll-tm.h @@ -90,8 +90,8 @@ * settles down, the code compensates the offsets. * * We consider 125, 250ms etc because they are nice divisors of 1 sec - * (quotient is power of two). For some machines (e.g sky/msp430, - * sensinode/cc243x), this is also a nice number of clock ticks + * (quotient is power of two). For some machines (e.g sky/msp430), + * this is also a nice number of clock ticks * * After experimentation, the values of Imin leading to best performance are: * ContikiMAC: Imin=64 (500ms) diff --git a/doc/platform.txt b/doc/platform.txt index 49c255140..4c76c5aed 100644 --- a/doc/platform.txt +++ b/doc/platform.txt @@ -107,11 +107,6 @@ * \ingroup platform */ -/** - * \addtogroup sensinode Sensinode - * \ingroup platform - */ - /** * \addtogroup sky The Tmote Sky Board * \ingroup platform diff --git a/examples/cc2530dk/blink-hello.c b/examples/cc2530dk/blink-hello.c index 14bc73151..a79e938c9 100644 --- a/examples/cc2530dk/blink-hello.c +++ b/examples/cc2530dk/blink-hello.c @@ -2,7 +2,7 @@ * It aims to demonstrate the co-existence of two processes: * One of them prints a hello world message and the other blinks the LEDs * - * It is largely based on hello_world in $(CONTIKI)/examples/sensinode + * It is largely based on hello_world of the original sensinode port * * Author: George Oikonomou - */ diff --git a/platform/cc2530dk/debug.h b/platform/cc2530dk/debug.h index 94eaa4f51..592965843 100644 --- a/platform/cc2530dk/debug.h +++ b/platform/cc2530dk/debug.h @@ -32,7 +32,7 @@ /** * \file - * Header file for debugging functions used by the sensinode port. + * Header file for debugging functions used by the CC2530DK port. * * putstring() and puthex() are from msp430/watchdog.c *