Remove documentation references to the Sensinode platform
This is part of a set of commits that will obsolete the Sensinode platform
This commit is contained in:
parent
3768213311
commit
fa40d2b1fc
|
@ -90,8 +90,8 @@
|
||||||
* settles down, the code compensates the offsets.
|
* settles down, the code compensates the offsets.
|
||||||
*
|
*
|
||||||
* We consider 125, 250ms etc because they are nice divisors of 1 sec
|
* 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,
|
* (quotient is power of two). For some machines (e.g sky/msp430),
|
||||||
* sensinode/cc243x), this is also a nice number of clock ticks
|
* this is also a nice number of clock ticks
|
||||||
*
|
*
|
||||||
* After experimentation, the values of Imin leading to best performance are:
|
* After experimentation, the values of Imin leading to best performance are:
|
||||||
* ContikiMAC: Imin=64 (500ms)
|
* ContikiMAC: Imin=64 (500ms)
|
||||||
|
|
|
@ -107,11 +107,6 @@
|
||||||
* \ingroup platform
|
* \ingroup platform
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* \addtogroup sensinode Sensinode
|
|
||||||
* \ingroup platform
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \addtogroup sky The Tmote Sky Board
|
* \addtogroup sky The Tmote Sky Board
|
||||||
* \ingroup platform
|
* \ingroup platform
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* It aims to demonstrate the co-existence of two processes:
|
* It aims to demonstrate the co-existence of two processes:
|
||||||
* One of them prints a hello world message and the other blinks the LEDs
|
* 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 - <oikonomou@users.sourceforge.net>
|
* Author: George Oikonomou - <oikonomou@users.sourceforge.net>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file
|
* \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
|
* putstring() and puthex() are from msp430/watchdog.c
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue