]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Move the clock components back into msp430/timer. It appears that supporting
authorsmckown <smckown@4bc1554a-c7f2-4f65-a403-e0be01f0239c>
Tue, 9 Sep 2008 14:32:48 +0000 (14:32 +0000)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 1 Dec 2009 03:00:53 +0000 (20:00 -0700)
commit002a2a8179c362a87f5f11eff42cc6d84d70a5be
treefe0036d3b84424c2da1565727aea8980c0a279be
parentfa03a9285092bed46f2019783eeeb0acaf211c39
Move the clock components back into msp430/timer.  It appears that supporting
the new basic clock module+ is so straightforward we don't need to separate it
out.  Moving things back reduces change to the main tree, making it more likely
for the changes to be accepted.
16 files changed:
tos/chips/msp430/clock/Msp430ClockC.nc [deleted file]
tos/chips/msp430/clock/Msp430ClockInit.nc [deleted file]
tos/chips/msp430/clock/Msp430ClockP.nc [deleted file]
tos/chips/msp430/clock/Msp430DcoCalibC.nc [deleted file]
tos/chips/msp430/clock/Msp430DcoCalibP.nc [deleted file]
tos/chips/msp430/timer/Msp430ClockC.nc [new file with mode: 0644]
tos/chips/msp430/timer/Msp430ClockInit.nc [new file with mode: 0644]
tos/chips/msp430/timer/Msp430ClockP.nc [new file with mode: 0644]
tos/chips/msp430/timer/Msp430DcoCalibC.nc [new file with mode: 0644]
tos/chips/msp430/timer/Msp430DcoCalibP.nc [new file with mode: 0644]
tos/platforms/eyesIFX/.family
tos/platforms/shimmer/.platform
tos/platforms/telosa/.platform
tos/platforms/telosb/.platform
tos/platforms/tinynode/.platform
tos/platforms/tmicore/.platform