From: smckown Date: Wed, 11 Feb 2009 18:34:15 +0000 (+0000) Subject: Fix up steve's e-mail address. X-Git-Tag: release/2.1.0-1~27 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=86e1f38f71efaa4ef35d676dde514fb9884f124e Fix up steve's e-mail address. --- diff --git a/tools/platforms/msp430/motelist/motelist-win32.cpp b/tools/platforms/msp430/motelist/motelist-win32.cpp index 80de5fa0..803d97d9 100644 --- a/tools/platforms/msp430/motelist/motelist-win32.cpp +++ b/tools/platforms/msp430/motelist/motelist-win32.cpp @@ -23,7 +23,7 @@ // @author Cory Sharp // Support for CP2103 by Sporian Microsystems, Inc. and R. Steve McKown -// +// #include #include diff --git a/tos/chips/bq2403x/BQ2403X.h b/tos/chips/bq2403x/BQ2403X.h index fb702f8a..06ce93e9 100644 --- a/tos/chips/bq2403x/BQ2403X.h +++ b/tos/chips/bq2403x/BQ2403X.h @@ -31,7 +31,7 @@ * Header definitions for the BQ2403X charge controller chip family. Only the * BQ2403X was considered when building this component. * - * @author R. Steve McKown + * @author R. Steve McKown */ #ifndef BQ2403X_H diff --git a/tos/chips/bq2403x/BQ2403X.nc b/tos/chips/bq2403x/BQ2403X.nc index 2d0a0932..da073878 100644 --- a/tos/chips/bq2403x/BQ2403X.nc +++ b/tos/chips/bq2403x/BQ2403X.nc @@ -30,7 +30,7 @@ /** * HIL interface for the BQ2403X charge controller chip. * - * @author R. Steve McKown + * @author R. Steve McKown */ #include "BQ2403X.h" diff --git a/tos/chips/bq2403x/BQ2403XC.nc b/tos/chips/bq2403x/BQ2403XC.nc index 37a7e6f7..4bcc2c74 100644 --- a/tos/chips/bq2403x/BQ2403XC.nc +++ b/tos/chips/bq2403x/BQ2403XC.nc @@ -30,7 +30,7 @@ /** * HIL implementation for the BQ2403X charge controller chip family. * - * @author R. Steve McKown + * @author R. Steve McKown */ #include "BQ2403X.h" diff --git a/tos/chips/bq2403x/BQ2403XP.nc b/tos/chips/bq2403x/BQ2403XP.nc index 0c23a04d..1dbd4b3d 100644 --- a/tos/chips/bq2403x/BQ2403XP.nc +++ b/tos/chips/bq2403x/BQ2403XP.nc @@ -30,7 +30,7 @@ /** * HIL implementation for the BQ2403X charge controller chip family. * - * @author R. Steve McKown + * @author R. Steve McKown */ #include "BQ2403X.h" diff --git a/tos/chips/cp210x/CP210X.nc b/tos/chips/cp210x/CP210X.nc index 07f82b57..c8fd2b17 100644 --- a/tos/chips/cp210x/CP210X.nc +++ b/tos/chips/cp210x/CP210X.nc @@ -30,7 +30,7 @@ /** * HIL interface for the CP210X USB/serial controller chip. * - * @author R. Steve McKown + * @author R. Steve McKown */ interface CP210X { diff --git a/tos/chips/cp210x/CP210XC.nc b/tos/chips/cp210x/CP210XC.nc index 0cf925d3..8e3d56b4 100644 --- a/tos/chips/cp210x/CP210XC.nc +++ b/tos/chips/cp210x/CP210XC.nc @@ -30,7 +30,7 @@ /** * HIL implementation for the CP210X USB/serial controller chip family. * - * @author R. Steve McKown + * @author R. Steve McKown */ configuration CP210XC { diff --git a/tos/chips/cp210x/CP210XP.nc b/tos/chips/cp210x/CP210XP.nc index 17908a12..6fa38ffb 100644 --- a/tos/chips/cp210x/CP210XP.nc +++ b/tos/chips/cp210x/CP210XP.nc @@ -30,7 +30,7 @@ /** * HIL implementation for the CP210X USB/serial controller chip family. * - * @author R. Steve McKown + * @author R. Steve McKown */ module CP210XP { diff --git a/tos/chips/msp430/clock2/Msp430ClockP.nc b/tos/chips/msp430/clock2/Msp430ClockP.nc index e3e61e71..16a9fb5f 100644 --- a/tos/chips/msp430/clock2/Msp430ClockP.nc +++ b/tos/chips/msp430/clock2/Msp430ClockP.nc @@ -34,7 +34,7 @@ * some refinements suggested by TI in ther example code, filename * MSP430x261x_dco_flashcal.c. * - * @author R. Steve McKown + * @author R. Steve McKown */ #include "Msp430Timer.h" diff --git a/tos/chips/msp430/pins/HplMsp430GeneralIORenP.nc b/tos/chips/msp430/pins/HplMsp430GeneralIORenP.nc index 11cb4f3b..b7f6681c 100644 --- a/tos/chips/msp430/pins/HplMsp430GeneralIORenP.nc +++ b/tos/chips/msp430/pins/HplMsp430GeneralIORenP.nc @@ -34,7 +34,7 @@ * Modified from the original HplMsp430GeneralIOP to provide resistor enable * support available on some msp430 parts. * - * @author R. Steve McKown + * @author R. Steve McKown */ #include "msp430regtypes.h" diff --git a/tos/chips/msp430/usci/AsyncConfigure.nc b/tos/chips/msp430/usci/AsyncConfigure.nc index 0c7002d9..59dc4346 100644 --- a/tos/chips/msp430/usci/AsyncConfigure.nc +++ b/tos/chips/msp430/usci/AsyncConfigure.nc @@ -30,7 +30,7 @@ /** * Generic async configuration interface. * - * @author R. Steve McKown + * @author R. Steve McKown */ interface AsyncConfigure { diff --git a/tos/chips/msp430/usci/HplMsp430UsciReg.nc b/tos/chips/msp430/usci/HplMsp430UsciReg.nc index ed296771..09c0f1be 100644 --- a/tos/chips/msp430/usci/HplMsp430UsciReg.nc +++ b/tos/chips/msp430/usci/HplMsp430UsciReg.nc @@ -30,7 +30,7 @@ /** * HPL interface to a USCI peripheral device in UART mode. * - * @author R. Steve McKown + * @author R. Steve McKown */ #include "Msp430Usci.h" diff --git a/tos/chips/msp430/usci/Msp430SpiA0C.nc b/tos/chips/msp430/usci/Msp430SpiA0C.nc index 546c81ae..c428bb8f 100644 --- a/tos/chips/msp430/usci/Msp430SpiA0C.nc +++ b/tos/chips/msp430/usci/Msp430SpiA0C.nc @@ -48,7 +48,7 @@ * * The implementation will use a default blockSize if set to 0 here. * - * @author R. Steve McKown + * @author R. Steve McKown */ #if !defined(__MSP430_HAS_USCI_AB0__) diff --git a/tos/chips/msp430/usci/Msp430SpiB0C.nc b/tos/chips/msp430/usci/Msp430SpiB0C.nc index 533a1ef3..6684b79d 100644 --- a/tos/chips/msp430/usci/Msp430SpiB0C.nc +++ b/tos/chips/msp430/usci/Msp430SpiB0C.nc @@ -48,7 +48,7 @@ * * The implementation will use a default blockSize if set to 0 here. * - * @author R. Steve McKown + * @author R. Steve McKown */ #if !defined(__MSP430_HAS_USCI_AB0__) diff --git a/tos/chips/msp430/usci/Msp430SpiB1C.nc b/tos/chips/msp430/usci/Msp430SpiB1C.nc index 93a9f22b..7a5b400b 100644 --- a/tos/chips/msp430/usci/Msp430SpiB1C.nc +++ b/tos/chips/msp430/usci/Msp430SpiB1C.nc @@ -48,7 +48,7 @@ * * The implementation will use a default blockSize if set to 0 here. * - * @author R. Steve McKown + * @author R. Steve McKown */ #if !defined(__MSP430_HAS_USCI_AB1__) diff --git a/tos/chips/msp430/usci/Msp430SpiP.nc b/tos/chips/msp430/usci/Msp430SpiP.nc index e35d54fa..acd288b8 100644 --- a/tos/chips/msp430/usci/Msp430SpiP.nc +++ b/tos/chips/msp430/usci/Msp430SpiP.nc @@ -32,7 +32,7 @@ * * TODO: Implement error checking via UCxxSTAT * - * @author R. Steve McKown + * @author R. Steve McKown */ generic module Msp430SpiP(uint16_t blockSize) { diff --git a/tos/chips/msp430/usci/Msp430UartA0C.nc b/tos/chips/msp430/usci/Msp430UartA0C.nc index 1ffc4404..c4114454 100644 --- a/tos/chips/msp430/usci/Msp430UartA0C.nc +++ b/tos/chips/msp430/usci/Msp430UartA0C.nc @@ -31,7 +31,7 @@ * This configuration provides the interface for using USCI_A0 in its UART * mode. * - * @author R. Steve McKown + * @author R. Steve McKown */ #if !defined(__MSP430_HAS_USCI_AB0__) diff --git a/tos/chips/msp430/usci/Msp430UartA1C.nc b/tos/chips/msp430/usci/Msp430UartA1C.nc index 2db1c92a..67c0a02f 100644 --- a/tos/chips/msp430/usci/Msp430UartA1C.nc +++ b/tos/chips/msp430/usci/Msp430UartA1C.nc @@ -31,7 +31,7 @@ * This configuration provides the interface for using USCI_A1 in its UART * mode. * - * @author R. Steve McKown + * @author R. Steve McKown */ #if !defined(__MSP430_HAS_USCI_AB0__) diff --git a/tos/chips/msp430/usci/Msp430UartP.nc b/tos/chips/msp430/usci/Msp430UartP.nc index 11bf8da9..f998e3ce 100644 --- a/tos/chips/msp430/usci/Msp430UartP.nc +++ b/tos/chips/msp430/usci/Msp430UartP.nc @@ -33,7 +33,7 @@ * TODO: Implement blocking like in Msp430UartSpiP.nc. * Implement error checking via UCAxSTAT. * - * @author R. Steve McKown + * @author R. Steve McKown */ generic module Msp430UartP() { diff --git a/tos/chips/msp430/usci/Msp430Usci.h b/tos/chips/msp430/usci/Msp430Usci.h index 98c916d0..94e54cf5 100644 --- a/tos/chips/msp430/usci/Msp430Usci.h +++ b/tos/chips/msp430/usci/Msp430Usci.h @@ -39,7 +39,7 @@ * A devices offer UART, LIN, IrDA and SPI modes of operation. B parts are * limited to SPI and I2C modes. * - * @author R. Steve McKown + * @author R. Steve McKown */ #ifndef MSP430_USCI_h diff --git a/tos/chips/msp430/usci/Msp430UsciA0C.nc b/tos/chips/msp430/usci/Msp430UsciA0C.nc index 5a5d1bd5..ed89b1e3 100644 --- a/tos/chips/msp430/usci/Msp430UsciA0C.nc +++ b/tos/chips/msp430/usci/Msp430UsciA0C.nc @@ -30,7 +30,7 @@ /** * Defines the USCI_A0 peripheral. * - * @author R. Steve McKown + * @author R. Steve McKown */ configuration Msp430UsciA0C { diff --git a/tos/chips/msp430/usci/Msp430UsciA1C.nc b/tos/chips/msp430/usci/Msp430UsciA1C.nc index bf9a9953..efff0cde 100644 --- a/tos/chips/msp430/usci/Msp430UsciA1C.nc +++ b/tos/chips/msp430/usci/Msp430UsciA1C.nc @@ -30,7 +30,7 @@ /** * Defines the USCI_A1 peripheral. * - * @author R. Steve McKown + * @author R. Steve McKown */ configuration Msp430UsciA1C { diff --git a/tos/chips/msp430/usci/Msp430UsciB0C.nc b/tos/chips/msp430/usci/Msp430UsciB0C.nc index e626fb16..371d22bd 100644 --- a/tos/chips/msp430/usci/Msp430UsciB0C.nc +++ b/tos/chips/msp430/usci/Msp430UsciB0C.nc @@ -30,7 +30,7 @@ /** * Defines the USCI_B0 peripheral. * - * @author R. Steve McKown + * @author R. Steve McKown */ configuration Msp430UsciB0C { diff --git a/tos/chips/msp430/usci/Msp430UsciB1C.nc b/tos/chips/msp430/usci/Msp430UsciB1C.nc index 887af9d9..20ea176d 100644 --- a/tos/chips/msp430/usci/Msp430UsciB1C.nc +++ b/tos/chips/msp430/usci/Msp430UsciB1C.nc @@ -30,7 +30,7 @@ /** * Defines the USCI_B1 peripheral. * - * @author R. Steve McKown + * @author R. Steve McKown */ configuration Msp430UsciB1C { diff --git a/tos/chips/msp430/usci/Msp430UsciIntDispatchP.nc b/tos/chips/msp430/usci/Msp430UsciIntDispatchP.nc index 89424d32..30dcff6d 100644 --- a/tos/chips/msp430/usci/Msp430UsciIntDispatchP.nc +++ b/tos/chips/msp430/usci/Msp430UsciIntDispatchP.nc @@ -30,7 +30,7 @@ /** * Interrupt dispatch for USCI_Ax and USCI_Bx devices. * - * @author R. Steve McKown + * @author R. Steve McKown */ generic module Msp430UsciIntDispatchP() @safe() { diff --git a/tos/chips/oww/OwwSpeed.h b/tos/chips/oww/OwwSpeed.h index 9c9c9b97..b47d05dd 100644 --- a/tos/chips/oww/OwwSpeed.h +++ b/tos/chips/oww/OwwSpeed.h @@ -30,7 +30,7 @@ /** * OWW speed definitions * - * @author R. Steve McKown + * @author R. Steve McKown */ #ifndef OWW_SPEED_H diff --git a/tos/chips/oww/OwwSpeedC.nc b/tos/chips/oww/OwwSpeedC.nc index 4bd255fa..97adadb8 100644 --- a/tos/chips/oww/OwwSpeedC.nc +++ b/tos/chips/oww/OwwSpeedC.nc @@ -30,7 +30,7 @@ /** * OwwSpeed sensor * - * @author R. Steve McKown + * @author R. Steve McKown */ #include "OwwSpeed.h" diff --git a/tos/chips/oww/OwwSpeedP.nc b/tos/chips/oww/OwwSpeedP.nc index 7f1870ff..6d7437e1 100644 --- a/tos/chips/oww/OwwSpeedP.nc +++ b/tos/chips/oww/OwwSpeedP.nc @@ -30,7 +30,7 @@ /** * OwwSpeed sensor * - * @author R. Steve McKown + * @author R. Steve McKown */ #include "OwwSpeed.h" diff --git a/tos/chips/oww/OwwVane.h b/tos/chips/oww/OwwVane.h index c1ae5d71..3eab9534 100644 --- a/tos/chips/oww/OwwVane.h +++ b/tos/chips/oww/OwwVane.h @@ -30,7 +30,7 @@ /** * OWW vane (wind direction) definitions * - * @author R. Steve McKown + * @author R. Steve McKown */ #ifndef OWW_VANE_H diff --git a/tos/chips/oww/OwwVaneC.nc b/tos/chips/oww/OwwVaneC.nc index f4ee4c15..82d23cd7 100644 --- a/tos/chips/oww/OwwVaneC.nc +++ b/tos/chips/oww/OwwVaneC.nc @@ -30,7 +30,7 @@ /** * OwwVane sensor * - * @author R. Steve McKown + * @author R. Steve McKown */ #include "OwwVane.h" diff --git a/tos/chips/oww/OwwVaneP.nc b/tos/chips/oww/OwwVaneP.nc index 35ee7d67..9755db11 100644 --- a/tos/chips/oww/OwwVaneP.nc +++ b/tos/chips/oww/OwwVaneP.nc @@ -30,7 +30,7 @@ /** * OwwVane sensor * - * @author R. Steve McKown + * @author R. Steve McKown */ #include "OwwVane.h" diff --git a/tos/chips/scp1000/Scp1000.h b/tos/chips/scp1000/Scp1000.h index 22a76033..9bab5904 100644 --- a/tos/chips/scp1000/Scp1000.h +++ b/tos/chips/scp1000/Scp1000.h @@ -30,7 +30,7 @@ /** * Header definitions for the SCP1000. * - * @author R. Steve McKown + * @author R. Steve McKown */ #ifndef SCP1000_H diff --git a/tos/chips/scp1000/Scp1000C.nc b/tos/chips/scp1000/Scp1000C.nc index bb022c2f..1744de4a 100644 --- a/tos/chips/scp1000/Scp1000C.nc +++ b/tos/chips/scp1000/Scp1000C.nc @@ -32,7 +32,7 @@ * abstracted component designed for infrequent pressure measurements where * energy costs are to be minimized. * - * @author R. Steve McKown + * @author R. Steve McKown */ #include "Scp1000.h" diff --git a/tos/chips/scp1000/Scp1000P.nc b/tos/chips/scp1000/Scp1000P.nc index 89dd6290..670d3d8e 100644 --- a/tos/chips/scp1000/Scp1000P.nc +++ b/tos/chips/scp1000/Scp1000P.nc @@ -30,7 +30,7 @@ /** * scp1000 implementation. * - * @author R. Steve McKown + * @author R. Steve McKown */ #include "Scp1000.h" diff --git a/tos/chips/sht11/SensirionBusyWaitC.nc b/tos/chips/sht11/SensirionBusyWaitC.nc index 61e441ad..6140f42b 100644 --- a/tos/chips/sht11/SensirionBusyWaitC.nc +++ b/tos/chips/sht11/SensirionBusyWaitC.nc @@ -37,7 +37,7 @@ * microprocessors may need to override this component with a platform-specific * one to provide the necessary wait time. * - * @author R. Steve McKown + * @author R. Steve McKown */ module SensirionBusyWaitC { diff --git a/tos/platforms/tmicore/HplUserButtonC.nc b/tos/platforms/tmicore/HplUserButtonC.nc index 7670dd6c..6a87fddf 100644 --- a/tos/platforms/tmicore/HplUserButtonC.nc +++ b/tos/platforms/tmicore/HplUserButtonC.nc @@ -28,7 +28,7 @@ */ /** - * @author R. Steve McKown + * @author R. Steve McKown */ configuration HplUserButtonC { diff --git a/tos/platforms/tmicore/MoteClockC.nc b/tos/platforms/tmicore/MoteClockC.nc index dca07742..7c5598f5 100644 --- a/tos/platforms/tmicore/MoteClockC.nc +++ b/tos/platforms/tmicore/MoteClockC.nc @@ -32,7 +32,7 @@ * $TOSDIR/tos/chips/msp430/timer/Msp430DcoSpec.h This is a little hokey. * I think I'd rather do it using a generic interface. * - * @author R. Steve McKown + * @author R. Steve McKown */ configuration MoteClockC { diff --git a/tos/platforms/tmicore/MoteClockP.nc b/tos/platforms/tmicore/MoteClockP.nc index 921bbc92..6b5359af 100644 --- a/tos/platforms/tmicore/MoteClockP.nc +++ b/tos/platforms/tmicore/MoteClockP.nc @@ -28,7 +28,7 @@ */ /** - * @author R. Steve McKown + * @author R. Steve McKown */ #include "Msp430Timer.h" diff --git a/tos/platforms/tmicore/MotePlatformC.nc b/tos/platforms/tmicore/MotePlatformC.nc index 9e9f675a..e32b255e 100644 --- a/tos/platforms/tmicore/MotePlatformC.nc +++ b/tos/platforms/tmicore/MotePlatformC.nc @@ -28,7 +28,7 @@ */ /** - * @author R. Steve McKown + * @author R. Steve McKown */ module MotePlatformC @safe() { diff --git a/tos/platforms/tmicore/PlatformLedsC.nc b/tos/platforms/tmicore/PlatformLedsC.nc index 1859d059..ce711298 100644 --- a/tos/platforms/tmicore/PlatformLedsC.nc +++ b/tos/platforms/tmicore/PlatformLedsC.nc @@ -28,7 +28,7 @@ */ /** - * @author R. Steve McKown + * @author R. Steve McKown */ #include "hardware.h" diff --git a/tos/platforms/tmicore/UserButton.h b/tos/platforms/tmicore/UserButton.h index 654e66df..0d74849a 100644 --- a/tos/platforms/tmicore/UserButton.h +++ b/tos/platforms/tmicore/UserButton.h @@ -28,7 +28,7 @@ */ /** - * @author R. Steve McKown + * @author R. Steve McKown */ #ifndef USERBUTTON_H diff --git a/tos/platforms/tmicore/UserButtonC.nc b/tos/platforms/tmicore/UserButtonC.nc index 8b392217..c496bd2b 100644 --- a/tos/platforms/tmicore/UserButtonC.nc +++ b/tos/platforms/tmicore/UserButtonC.nc @@ -28,7 +28,7 @@ */ /** - * @author R. Steve McKown + * @author R. Steve McKown */ #include diff --git a/tos/platforms/tmicore/UserButtonP.nc b/tos/platforms/tmicore/UserButtonP.nc index bcec89b4..c5f20fe6 100644 --- a/tos/platforms/tmicore/UserButtonP.nc +++ b/tos/platforms/tmicore/UserButtonP.nc @@ -28,7 +28,7 @@ */ /** - * @author R. Steve McKown + * @author R. Steve McKown */ #include diff --git a/tos/platforms/tmicore/chips/bq2403x/BQ2403XPinsC.nc b/tos/platforms/tmicore/chips/bq2403x/BQ2403XPinsC.nc index 1bd1775f..f0b30b2d 100644 --- a/tos/platforms/tmicore/chips/bq2403x/BQ2403XPinsC.nc +++ b/tos/platforms/tmicore/chips/bq2403x/BQ2403XPinsC.nc @@ -30,7 +30,7 @@ /** * Pin assignments for the bq24032 on the tmicore. * - * @author R. Steve McKown + * @author R. Steve McKown */ configuration BQ2403XPinsC { diff --git a/tos/platforms/tmicore/chips/cp210x/CP210XPinsC.nc b/tos/platforms/tmicore/chips/cp210x/CP210XPinsC.nc index 9d19f8b4..a05e768b 100644 --- a/tos/platforms/tmicore/chips/cp210x/CP210XPinsC.nc +++ b/tos/platforms/tmicore/chips/cp210x/CP210XPinsC.nc @@ -30,7 +30,7 @@ /** * Pin assignments for the cp2103 on the tmicore. * - * @author R. Steve McKown + * @author R. Steve McKown */ configuration CP210XPinsC { diff --git a/tos/platforms/tmirws/MotePlatformC.nc b/tos/platforms/tmirws/MotePlatformC.nc index 159db7ff..3913e6cc 100644 --- a/tos/platforms/tmirws/MotePlatformC.nc +++ b/tos/platforms/tmirws/MotePlatformC.nc @@ -28,7 +28,7 @@ */ /** - * @author R. Steve McKown + * @author R. Steve McKown */ module MotePlatformC @safe() { diff --git a/tos/platforms/tmirws/chips/oww/HalOwwSpeedC.nc b/tos/platforms/tmirws/chips/oww/HalOwwSpeedC.nc index 9f9b32c5..de0e6637 100644 --- a/tos/platforms/tmirws/chips/oww/HalOwwSpeedC.nc +++ b/tos/platforms/tmirws/chips/oww/HalOwwSpeedC.nc @@ -34,7 +34,7 @@ * CPSx.get() is derived from a start time of initialization of the * HalOwwSpeedP component. * - * @author R. Steve McKown + * @author R. Steve McKown */ #include "OwwSpeed.h" diff --git a/tos/platforms/tmirws/chips/oww/HalOwwSpeedP.nc b/tos/platforms/tmirws/chips/oww/HalOwwSpeedP.nc index 5c303ac1..fb3ed6bc 100644 --- a/tos/platforms/tmirws/chips/oww/HalOwwSpeedP.nc +++ b/tos/platforms/tmirws/chips/oww/HalOwwSpeedP.nc @@ -30,7 +30,7 @@ /** * HAL/HPL layers for the OwwSpeed sensor. * - * @author R. Steve McKown + * @author R. Steve McKown */ #include "OwwSpeed.h" diff --git a/tos/platforms/tmirws/chips/oww/HalOwwVaneC.nc b/tos/platforms/tmirws/chips/oww/HalOwwVaneC.nc index 5d8ed778..a40c2ed8 100644 --- a/tos/platforms/tmirws/chips/oww/HalOwwVaneC.nc +++ b/tos/platforms/tmirws/chips/oww/HalOwwVaneC.nc @@ -30,7 +30,7 @@ /** * HAL/HPL layers for the OwwVane sensor. * - * @author R. Steve McKown + * @author R. Steve McKown */ #include "OwwVane.h" diff --git a/tos/platforms/tmirws/chips/oww/HalOwwVaneP.nc b/tos/platforms/tmirws/chips/oww/HalOwwVaneP.nc index d7ed290a..4b0fa5cf 100644 --- a/tos/platforms/tmirws/chips/oww/HalOwwVaneP.nc +++ b/tos/platforms/tmirws/chips/oww/HalOwwVaneP.nc @@ -30,7 +30,7 @@ /** * HAL/HPL layers for the OwwVane sensor. * - * @author R. Steve McKown + * @author R. Steve McKown */ #include "OwwVane.h" diff --git a/tos/platforms/tmirws/chips/scp1000/Scp1000PinsC.nc b/tos/platforms/tmirws/chips/scp1000/Scp1000PinsC.nc index 96e9655f..95d36e36 100644 --- a/tos/platforms/tmirws/chips/scp1000/Scp1000PinsC.nc +++ b/tos/platforms/tmirws/chips/scp1000/Scp1000PinsC.nc @@ -30,7 +30,7 @@ /** * Platform specific pin mapping for the Scp1000. * - * @author R. Steve McKown + * @author R. Steve McKown */ configuration Scp1000PinsC { diff --git a/tos/platforms/tmirws/chips/scp1000/Scp1000SpiC.nc b/tos/platforms/tmirws/chips/scp1000/Scp1000SpiC.nc index bf91c44f..a8b692d6 100644 --- a/tos/platforms/tmirws/chips/scp1000/Scp1000SpiC.nc +++ b/tos/platforms/tmirws/chips/scp1000/Scp1000SpiC.nc @@ -30,7 +30,7 @@ /** * Platform dependent SPI mapping for Scp1000. * - * @author R. Steve McKown + * @author R. Steve McKown */ configuration Scp1000SpiC { diff --git a/tos/platforms/tmirws/chips/scp1000/Scp1000SpiConfigC.nc b/tos/platforms/tmirws/chips/scp1000/Scp1000SpiConfigC.nc index 2b2b6890..ffe7e795 100644 --- a/tos/platforms/tmirws/chips/scp1000/Scp1000SpiConfigC.nc +++ b/tos/platforms/tmirws/chips/scp1000/Scp1000SpiConfigC.nc @@ -30,7 +30,7 @@ /** * SPI configuration for Scp1000. * - * @author R. Steve McKown + * @author R. Steve McKown */ module Scp1000SpiConfigC { diff --git a/tos/platforms/tmirws/chips/sht11/Msp430OpenDrainC.nc b/tos/platforms/tmirws/chips/sht11/Msp430OpenDrainC.nc index 6484bd73..468589c5 100644 --- a/tos/platforms/tmirws/chips/sht11/Msp430OpenDrainC.nc +++ b/tos/platforms/tmirws/chips/sht11/Msp430OpenDrainC.nc @@ -32,7 +32,7 @@ * a GeneralIO. This component uses the Msp430's internal pull up/down * capability, present on only some devices. * - * @author R. Steve McKown + * @author R. Steve McKown */ generic configuration Msp430OpenDrainC() diff --git a/tos/platforms/tmirws/chips/sht11/Msp430OpenDrainP.nc b/tos/platforms/tmirws/chips/sht11/Msp430OpenDrainP.nc index 228daaba..a0950f50 100644 --- a/tos/platforms/tmirws/chips/sht11/Msp430OpenDrainP.nc +++ b/tos/platforms/tmirws/chips/sht11/Msp430OpenDrainP.nc @@ -33,7 +33,7 @@ * pin to deliver the pull-up necessary. set() is pin in input with pull-up, * clr() is in output with no pull-up. * - * @author R. Steve McKown + * @author R. Steve McKown */ generic module Msp430OpenDrainP() diff --git a/tos/platforms/tmirws/chips/sht11/OpenDrainC.nc b/tos/platforms/tmirws/chips/sht11/OpenDrainC.nc index 6eba7fef..5af6a2dd 100644 --- a/tos/platforms/tmirws/chips/sht11/OpenDrainC.nc +++ b/tos/platforms/tmirws/chips/sht11/OpenDrainC.nc @@ -31,7 +31,7 @@ * Implement an open drain output using a GeneralIO, represented as a * GeneralIO. Requires an external pull-up for proper operation. * - * @author R. Steve McKown + * @author R. Steve McKown */ generic configuration OpenDrainC() diff --git a/tos/platforms/tmirws/chips/sht11/OpenDrainP.nc b/tos/platforms/tmirws/chips/sht11/OpenDrainP.nc index 38df60a1..adc96364 100644 --- a/tos/platforms/tmirws/chips/sht11/OpenDrainP.nc +++ b/tos/platforms/tmirws/chips/sht11/OpenDrainP.nc @@ -37,7 +37,7 @@ * TODO: there could be a version of this component that uses the msp430's * built-in pull-up resistor... * - * @author R. Steve McKown + * @author R. Steve McKown */ generic module OpenDrainP() diff --git a/tos/platforms/tmirws/sensors/BatteryAdcC.nc b/tos/platforms/tmirws/sensors/BatteryAdcC.nc index d600a5ba..472f9ec7 100644 --- a/tos/platforms/tmirws/sensors/BatteryAdcC.nc +++ b/tos/platforms/tmirws/sensors/BatteryAdcC.nc @@ -32,7 +32,7 @@ * via a resistor divider where the battery voltage is 3x that read by the ADC. * Therefore, BattV = ADC / 4096 * 1.5 * 3. * - * @author R. Steve McKown + * @author R. Steve McKown */ generic configuration BatteryAdcC() { diff --git a/tos/platforms/tmirws/sensors/BatteryAdcP.nc b/tos/platforms/tmirws/sensors/BatteryAdcP.nc index a6e27d74..a80362ba 100644 --- a/tos/platforms/tmirws/sensors/BatteryAdcP.nc +++ b/tos/platforms/tmirws/sensors/BatteryAdcP.nc @@ -30,7 +30,7 @@ /** * Battery ADC reading. * - * @author R. Steve McKown + * @author R. Steve McKown */ #include "Msp430Adc12.h" diff --git a/tos/platforms/tmirws/sensors/PyranometerAdcC.nc b/tos/platforms/tmirws/sensors/PyranometerAdcC.nc index 26297ed2..061c3020 100644 --- a/tos/platforms/tmirws/sensors/PyranometerAdcC.nc +++ b/tos/platforms/tmirws/sensors/PyranometerAdcC.nc @@ -32,7 +32,7 @@ * via a resistor divider where the battery voltage is 3x that read by the ADC. * Therefore, PyranometerV = ADC / 4096 * 1.5 * 3. * - * @author R. Steve McKown + * @author R. Steve McKown */ generic configuration PyranometerAdcC() { diff --git a/tos/platforms/tmirws/sensors/PyranometerAdcP.nc b/tos/platforms/tmirws/sensors/PyranometerAdcP.nc index 69d67867..b3e95687 100644 --- a/tos/platforms/tmirws/sensors/PyranometerAdcP.nc +++ b/tos/platforms/tmirws/sensors/PyranometerAdcP.nc @@ -30,7 +30,7 @@ /** * Pyranometerery ADC reading. * - * @author R. Steve McKown + * @author R. Steve McKown */ #include "Msp430Adc12.h"