]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
adding support for timesync/timestamping interfaces (teps 132,133)
authorkusy <kusy>
Tue, 17 Jun 2008 07:28:24 +0000 (07:28 +0000)
committerkusy <kusy>
Tue, 17 Jun 2008 07:28:24 +0000 (07:28 +0000)
commit0ab1429a57148045a74254930442ecddd47d63a3
tree216c84bbcbb5a2c808dfdc5ca810b0e5c087f774
parent05422d445bc1138c63d1eef2e26bf368febf6f29
adding support for timesync/timestamping interfaces (teps 132,133)
21 files changed:
tos/chips/cc2420/CC2420.h
tos/chips/cc2420/CC2420TimeSyncMessage.h [new file with mode: 0644]
tos/chips/cc2420/CC2420TimeSyncMessageC.nc [new file with mode: 0644]
tos/chips/cc2420/CC2420TimeSyncMessageP.nc [new file with mode: 0644]
tos/chips/cc2420/csma/CC2420CsmaP.nc
tos/chips/cc2420/interfaces/CC2420Receive.nc
tos/chips/cc2420/interfaces/PacketTimeSyncOffset.nc [new file with mode: 0644]
tos/chips/cc2420/packet/CC2420PacketC.nc
tos/chips/cc2420/packet/CC2420PacketP.nc [new file with mode: 0644]
tos/chips/cc2420/receive/CC2420ReceiveC.nc
tos/chips/cc2420/receive/CC2420ReceiveP.nc
tos/chips/cc2420/transmit/CC2420TransmitC.nc
tos/chips/cc2420/transmit/CC2420TransmitP.nc
tos/platforms/intelmote2/ActiveMessageC.nc
tos/platforms/intelmote2/TimeSyncMessageC.nc [new file with mode: 0644]
tos/platforms/micaz/ActiveMessageC.nc
tos/platforms/micaz/TimeSyncMessageC.nc [new file with mode: 0644]
tos/platforms/shimmer/ActiveMessageC.nc
tos/platforms/shimmer/TimeSyncMessageC.nc [new file with mode: 0644]
tos/platforms/telosa/ActiveMessageC.nc
tos/platforms/telosa/TimeSyncMessageC.nc [new file with mode: 0644]