]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
New CC2420 architecture in place for 2.0.2 release. See the README.txt file for...
authorrincon <rincon>
Wed, 4 Jul 2007 00:37:14 +0000 (00:37 +0000)
committerrincon <rincon>
Wed, 4 Jul 2007 00:37:14 +0000 (00:37 +0000)
commite72a6756a30fecdd80f4f1b1ee799749f1ab02a7
treeb5fd1bcd5b51cf4ce94389774a05c44f1c5a982e
parent8bbb9459b60dca00d62c9ef89c00661756ae56a9
New CC2420 architecture in place for 2.0.2 release.  See the README.txt file for changes. Test results from TUnit testing are included.
53 files changed:
tos/chips/cc2420/CC2420.h [new file with mode: 0644]
tos/chips/cc2420/CC2420ActiveMessageC.nc [new file with mode: 0644]
tos/chips/cc2420/CC2420ActiveMessageP.nc [new file with mode: 0644]
tos/chips/cc2420/IEEE802154.h [new file with mode: 0644]
tos/chips/cc2420/README.txt [new file with mode: 0644]
tos/chips/cc2420/alarm/AlarmMultiplexC.nc [new file with mode: 0644]
tos/chips/cc2420/control/CC2420ControlC.nc [new file with mode: 0644]
tos/chips/cc2420/control/CC2420ControlP.nc [new file with mode: 0644]
tos/chips/cc2420/csma/CC2420CsmaC.nc [new file with mode: 0644]
tos/chips/cc2420/csma/CC2420CsmaP.nc [new file with mode: 0644]
tos/chips/cc2420/htmlreport_3-July-2007_05-05-PM.tar.gz [new file with mode: 0644]
tos/chips/cc2420/interfaces/CC2420Config.nc [new file with mode: 0644]
tos/chips/cc2420/interfaces/CC2420Fifo.nc [new file with mode: 0644]
tos/chips/cc2420/interfaces/CC2420Packet.nc [new file with mode: 0644]
tos/chips/cc2420/interfaces/CC2420PacketBody.nc [new file with mode: 0644]
tos/chips/cc2420/interfaces/CC2420Power.nc [new file with mode: 0644]
tos/chips/cc2420/interfaces/CC2420Ram.nc [new file with mode: 0644]
tos/chips/cc2420/interfaces/CC2420Receive.nc [new file with mode: 0644]
tos/chips/cc2420/interfaces/CC2420Register.nc [new file with mode: 0644]
tos/chips/cc2420/interfaces/CC2420Strobe.nc [new file with mode: 0644]
tos/chips/cc2420/interfaces/CC2420Transmit.nc [new file with mode: 0644]
tos/chips/cc2420/interfaces/ChipSpiResource.nc [new file with mode: 0644]
tos/chips/cc2420/interfaces/PowerCycle.nc [new file with mode: 0644]
tos/chips/cc2420/interfaces/RadioBackoff.nc [new file with mode: 0644]
tos/chips/cc2420/interfaces/ReceiveIndicator.nc [new file with mode: 0644]
tos/chips/cc2420/link/PacketLinkC.nc [new file with mode: 0644]
tos/chips/cc2420/link/PacketLinkDummyC.nc [new file with mode: 0644]
tos/chips/cc2420/link/PacketLinkDummyP.nc [new file with mode: 0644]
tos/chips/cc2420/link/PacketLinkP.nc [new file with mode: 0644]
tos/chips/cc2420/link/readme.txt [new file with mode: 0644]
tos/chips/cc2420/lowpan/CC2420TinyosNetworkC.nc [new file with mode: 0644]
tos/chips/cc2420/lowpan/CC2420TinyosNetworkP.nc [new file with mode: 0644]
tos/chips/cc2420/lowpan/readme.txt [new file with mode: 0644]
tos/chips/cc2420/lpl/DefaultLpl.h [new file with mode: 0644]
tos/chips/cc2420/lpl/DefaultLplC.nc [new file with mode: 0644]
tos/chips/cc2420/lpl/DefaultLplP.nc [new file with mode: 0644]
tos/chips/cc2420/lpl/DummyLplC.nc [new file with mode: 0644]
tos/chips/cc2420/lpl/DummyLplP.nc [new file with mode: 0644]
tos/chips/cc2420/lpl/PowerCycleC.nc [new file with mode: 0644]
tos/chips/cc2420/lpl/PowerCycleP.nc [new file with mode: 0644]
tos/chips/cc2420/lpl/readme.txt [new file with mode: 0644]
tos/chips/cc2420/packet/CC2420PacketC.nc [new file with mode: 0644]
tos/chips/cc2420/receive/CC2420ReceiveC.nc [new file with mode: 0644]
tos/chips/cc2420/receive/CC2420ReceiveP.nc [new file with mode: 0644]
tos/chips/cc2420/spi/CC2420SpiC.nc [new file with mode: 0644]
tos/chips/cc2420/spi/CC2420SpiP.nc [new file with mode: 0644]
tos/chips/cc2420/spi/CC2420SpiWireC.nc [new file with mode: 0644]
tos/chips/cc2420/transmit/CC2420TransmitC.nc [new file with mode: 0644]
tos/chips/cc2420/transmit/CC2420TransmitP.nc [new file with mode: 0644]
tos/chips/cc2420/unique/UniqueReceiveC.nc [new file with mode: 0644]
tos/chips/cc2420/unique/UniqueReceiveP.nc [new file with mode: 0644]
tos/chips/cc2420/unique/UniqueSendC.nc [new file with mode: 0644]
tos/chips/cc2420/unique/UniqueSendP.nc [new file with mode: 0644]