]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Update of the default CC2420 to the low power listening stack. The "acknowledgement...
authorrincon <rincon>
Thu, 12 Apr 2007 17:11:11 +0000 (17:11 +0000)
committerrincon <rincon>
Thu, 12 Apr 2007 17:11:11 +0000 (17:11 +0000)
commit121da1045cafe46d32ab8ecf87a98fe19430462c
tree7f6e5aff72c0665294ab03a2dec6e4963e67aecb
parent5593486d72c2e54723cccc768840647245df2ac4
Update of the default CC2420 to the low power listening stack.  The "acknowledgement" LPL version is the default, while the continuous-modulation "no-acknowledgement" LPL layer is still considered experimental.  RSSI can be directly read from the radio through CC2420ConrolC.
43 files changed:
tos/chips/cc2420/CC2420.h
tos/chips/cc2420/CC2420AckLpl.h [new file with mode: 0644]
tos/chips/cc2420/CC2420AckLplC.nc [new file with mode: 0644]
tos/chips/cc2420/CC2420AckLplP.nc [new file with mode: 0644]
tos/chips/cc2420/CC2420ActiveMessageC.nc
tos/chips/cc2420/CC2420ActiveMessageP.nc
tos/chips/cc2420/CC2420Cca.nc [new file with mode: 0644]
tos/chips/cc2420/CC2420Config.nc
tos/chips/cc2420/CC2420ControlC.nc
tos/chips/cc2420/CC2420ControlP.nc
tos/chips/cc2420/CC2420CsmaC.nc
tos/chips/cc2420/CC2420CsmaP.nc
tos/chips/cc2420/CC2420DutyCycle.nc [new file with mode: 0644]
tos/chips/cc2420/CC2420DutyCycleC.nc [new file with mode: 0644]
tos/chips/cc2420/CC2420DutyCycleP.nc [new file with mode: 0644]
tos/chips/cc2420/CC2420LplDummyC.nc [new file with mode: 0644]
tos/chips/cc2420/CC2420LplDummyP.nc [new file with mode: 0644]
tos/chips/cc2420/CC2420NoAckLpl.h [new file with mode: 0644]
tos/chips/cc2420/CC2420NoAckLplC.nc [new file with mode: 0644]
tos/chips/cc2420/CC2420NoAckLplP.nc [new file with mode: 0644]
tos/chips/cc2420/CC2420Packet.nc
tos/chips/cc2420/CC2420PacketC.nc
tos/chips/cc2420/CC2420ReceiveC.nc
tos/chips/cc2420/CC2420ReceiveP.nc
tos/chips/cc2420/CC2420SpiC.nc
tos/chips/cc2420/CC2420SpiImplP.nc
tos/chips/cc2420/CC2420TinyosNetworkC.nc [new file with mode: 0644]
tos/chips/cc2420/CC2420TinyosNetworkP.nc [new file with mode: 0644]
tos/chips/cc2420/CC2420Transmit.nc
tos/chips/cc2420/CC2420TransmitC.nc
tos/chips/cc2420/CC2420TransmitP.nc
tos/chips/cc2420/PacketLink.nc [new file with mode: 0644]
tos/chips/cc2420/PacketLinkC.nc [new file with mode: 0644]
tos/chips/cc2420/PacketLinkDummyC.nc [new file with mode: 0644]
tos/chips/cc2420/PacketLinkDummyP.nc [new file with mode: 0644]
tos/chips/cc2420/PacketLinkP.nc [new file with mode: 0644]
tos/chips/cc2420/README.txt [new file with mode: 0644]
tos/chips/cc2420/RadioBackoff.nc [new file with mode: 0644]
tos/chips/cc2420/UniqueReceiveC.nc [new file with mode: 0644]
tos/chips/cc2420/UniqueReceiveP.nc [new file with mode: 0644]
tos/chips/cc2420/UniqueSendC.nc [new file with mode: 0644]
tos/chips/cc2420/UniqueSendP.nc [new file with mode: 0644]
tos/interfaces/LowPowerListening.nc [new file with mode: 0644]