[Tinyos-commits] CVS: tinyos-1.x/tos/platform/msp430 ADCC.nc, 1.9,
1.10 ADCHIL.h, 1.3, 1.4 ADCM.nc, 1.18, 1.19 ADCMultiple.nc,
1.2, 1.3 ADCSingle.nc, 1.2, 1.3 ADC_README, 1.10, 1.11 DMA.nc,
1.2, 1.3 DMAControl.nc, 1.2, 1.3 DemoSensorC.nc, 1.4,
1.5 HALDMAM.nc, 1.2, 1.3 HPLADC12.nc, 1.7, 1.8 HPLADC12M.nc,
1.9, 1.10 InternalTemp.h, 1.3, 1.4 InternalTempC.nc, 1.5,
1.6 InternalTempM.nc, 1.3, 1.4 InternalVoltage.h, 1.3,
1.4 InternalVoltageC.nc, 1.5, 1.6 InternalVoltageM.nc, 1.3,
1.4 MSP430ADC12.h, 1.16, 1.17 MSP430ADC12C.nc, 1.9,
1.10 MSP430ADC12M.nc, 1.17, 1.18 MSP430ADC12Multiple.nc, 1.2,
1.3 MSP430ADC12Single.nc, 1.2, 1.3 MSP430DMA.h, 1.3,
1.4 MSP430DMAC.nc, 1.2, 1.3 MSP430DMAChannelControl.nc, 1.3,
1.4 MSP430DMAControl.nc, 1.3, 1.4 MSP430DMAM.nc, 1.3,
1.4 Voltage.h, 1.2, 1.3 VoltageM.nc, 1.3, 1.4 MSP430ClockC.nc,
1.12, 1.13 MSP430ClockM.nc, 1.15, 1.16
Joe Polastre
jpolastre at users.sourceforge.net
Wed Oct 26 12:47:45 PDT 2005
- Previous message: [Tinyos-commits] CVS: tinyos-1.x/tos/platform/msp430/dma
HPLDMAChannelControl.nc, 1.1, NONE HPLDMAControl.nc, 1.1,
NONE HPLDMAM.nc, 1.1, NONE MSP430DMA.h, 1.1, NONE MSP430DMA.nc,
1.1, NONE MSP430DMAC.nc, 1.1, NONE MSP430DMAControl.nc, 1.1,
NONE MSP430DMAM.nc, 1.1, NONE
- Next message: [Tinyos-commits] CVS: tinyos-1.x/tos/platform/msp430
MSP430TimerAExclusiveC.nc, 1.1, NONE MSP430TimerAExclusiveM.nc,
1.1, NONE TimerExclusive.nc, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/tos/platform/msp430
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12891
Modified Files:
MSP430ClockC.nc MSP430ClockM.nc
Added Files:
ADCC.nc ADCHIL.h ADCM.nc ADCMultiple.nc ADCSingle.nc
ADC_README DMA.nc DMAControl.nc DemoSensorC.nc HALDMAM.nc
HPLADC12.nc HPLADC12M.nc InternalTemp.h InternalTempC.nc
InternalTempM.nc InternalVoltage.h InternalVoltageC.nc
InternalVoltageM.nc MSP430ADC12.h MSP430ADC12C.nc
MSP430ADC12M.nc MSP430ADC12Multiple.nc MSP430ADC12Single.nc
MSP430DMA.h MSP430DMAC.nc MSP430DMAChannelControl.nc
MSP430DMAControl.nc MSP430DMAM.nc Voltage.h VoltageM.nc
Log Message:
Removing changes from September 28, 2005 committed by Moteiv Corporation.
Code is rolled back to its state as of September 28, 2005 at 00:00:00.
Moteiv uses an Apache style license (see http://www.moteiv.com/MOTEIV-LICENSE.txt)
that provides additional safegaurds not found in the BSD license. Since the
BSD license is the only license accepted for the core TinyOS system, our code
must be moved to contrib/moteiv where the Moteiv license is accepted.
If you found any of this code or its improvements useful, you can compile for
Tmote Sky with the following:
1) Set your TOSMAKE_DIR to point to
tinyos-1.x/contrib/moteiv/tools/make
with the command:
export TOSMAKE_DIR=$(TOSDIR)/../contrib/moteiv/tools/make
2) Compile your applications with 'make tmote' instead of 'make telosb'
This will pull in the Moteiv code that is being removed from the main tree.
Index: MSP430ClockC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/platform/msp430/MSP430ClockC.nc,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** MSP430ClockC.nc 10 Oct 2005 17:04:54 -0000 1.12
--- MSP430ClockC.nc 26 Oct 2005 19:47:42 -0000 1.13
***************
*** 31,34 ****
--- 31,35 ----
{
components MSP430ClockM
+ , MSP430DCOCalibC //perpetual recalibration with each ACLK overflow
;
Index: MSP430ClockM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/platform/msp430/MSP430ClockM.nc,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** MSP430ClockM.nc 10 Oct 2005 17:04:54 -0000 1.15
--- MSP430ClockM.nc 26 Oct 2005 19:47:42 -0000 1.16
***************
*** 222,225 ****
--- 222,226 ----
atomic
{
+ startTimerA();
startTimerB();
}
***************
*** 232,235 ****
--- 233,237 ----
{
stopTimerB();
+ stopTimerA();
}
return SUCCESS;
- Previous message: [Tinyos-commits] CVS: tinyos-1.x/tos/platform/msp430/dma
HPLDMAChannelControl.nc, 1.1, NONE HPLDMAControl.nc, 1.1,
NONE HPLDMAM.nc, 1.1, NONE MSP430DMA.h, 1.1, NONE MSP430DMA.nc,
1.1, NONE MSP430DMAC.nc, 1.1, NONE MSP430DMAControl.nc, 1.1,
NONE MSP430DMAM.nc, 1.1, NONE
- Next message: [Tinyos-commits] CVS: tinyos-1.x/tos/platform/msp430
MSP430TimerAExclusiveC.nc, 1.1, NONE MSP430TimerAExclusiveM.nc,
1.1, NONE TimerExclusive.nc, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-commits
mailing list