]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
The msp430 now has two basic clock peripherals. Add tos/chips/msp430/clock and
authorsmckown <smckown@4bc1554a-c7f2-4f65-a403-e0be01f0239c>
Tue, 9 Sep 2008 02:30:44 +0000 (02:30 +0000)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 1 Dec 2009 03:00:51 +0000 (20:00 -0700)
commitb83aa91d0424245008bc68cecceac8b12efda682
treeab9751bc183edcf08b561ae59aab12357720a3b8
parentd3c4fe58cc54a7f304e00ad4318d8c07bbb093c3
The msp430 now has two basic clock peripherals.  Add tos/chips/msp430/clock and
move basic clock and clock configuration files from timer to clock directories.
Update .platform files accordingly.
21 files changed:
tos/chips/msp430/clock/Msp430ClockC.nc [new file with mode: 0644]
tos/chips/msp430/clock/Msp430ClockInit.nc [new file with mode: 0644]
tos/chips/msp430/clock/Msp430ClockP.nc [new file with mode: 0644]
tos/chips/msp430/clock/Msp430DcoCalibC.nc [new file with mode: 0644]
tos/chips/msp430/clock/Msp430DcoCalibP.nc [new file with mode: 0644]
tos/chips/msp430/clock/Msp430DcoSpec.h [new file with mode: 0644]
tos/chips/msp430/pins/HplMsp430GeneralIOP.nc
tos/chips/msp430/timer/Msp430ClockC.nc [deleted file]
tos/chips/msp430/timer/Msp430ClockInit.nc [deleted file]
tos/chips/msp430/timer/Msp430ClockP.nc [deleted file]
tos/chips/msp430/timer/Msp430DcoCalibC.nc [deleted file]
tos/chips/msp430/timer/Msp430DcoCalibP.nc [deleted file]
tos/chips/msp430/timer/Msp430DcoSpec.h [deleted file]
tos/chips/msp430/usci/Msp430SpiP.nc
tos/chips/msp430/usci/Msp430UartP.nc
tos/chips/msp430/usci/Msp430Usci.h
tos/platforms/shimmer/.platform
tos/platforms/telosa/.platform
tos/platforms/telosb/.platform
tos/platforms/tinynode/.platform
tos/platforms/tmicore/.platform