]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Supporting test suite for the newest CC2420 stack. Includes a low power version...
authorrincon <rincon>
Thu, 12 Apr 2007 17:14:08 +0000 (17:14 +0000)
committerrincon <rincon>
Thu, 12 Apr 2007 17:14:08 +0000 (17:14 +0000)
commit2c95e194e539a603888e691571a8fe946ea176e0
tree534c880d78d09e7be612674de35e47147caff678
parentcac5a83ea7a25d2e27d5eb4b5f3b278f8ab55f11
Supporting test suite for the newest CC2420 stack.  Includes a low power version of RadioCountToLeds, TxThroughput analysis, TestAck, Unicast and Broadcast deliveries, RssiToSerial channel analyzer, and the PacketLink test app.
37 files changed:
apps/tests/cc2420/LplBroadcastCountToLeds/Makefile [new file with mode: 0644]
apps/tests/cc2420/LplBroadcastCountToLeds/README.txt [new file with mode: 0644]
apps/tests/cc2420/LplBroadcastCountToLeds/RadioCountMsg.java [new file with mode: 0644]
apps/tests/cc2420/LplBroadcastCountToLeds/RadioCountToLeds.h [new file with mode: 0644]
apps/tests/cc2420/LplBroadcastCountToLeds/RadioCountToLedsAppC.nc [new file with mode: 0644]
apps/tests/cc2420/LplBroadcastCountToLeds/RadioCountToLedsC.nc [new file with mode: 0644]
apps/tests/cc2420/LplBroadcastPeriodicDelivery/Makefile [new file with mode: 0644]
apps/tests/cc2420/LplBroadcastPeriodicDelivery/README.txt [new file with mode: 0644]
apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodic.h [new file with mode: 0644]
apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodicC.nc [new file with mode: 0644]
apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodicP.nc [new file with mode: 0644]
apps/tests/cc2420/LplUnicastPeriodicDelivery/Makefile [new file with mode: 0644]
apps/tests/cc2420/LplUnicastPeriodicDelivery/README.txt [new file with mode: 0644]
apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodic.h [new file with mode: 0644]
apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicC.nc [new file with mode: 0644]
apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicP.nc [new file with mode: 0644]
apps/tests/cc2420/RssiToSerial/Makefile [new file with mode: 0644]
apps/tests/cc2420/RssiToSerial/RssiToSerial.h [new file with mode: 0644]
apps/tests/cc2420/RssiToSerial/RssiToSerialC.nc [new file with mode: 0644]
apps/tests/cc2420/RssiToSerial/RssiToSerialP.nc [new file with mode: 0644]
apps/tests/cc2420/RssiToSerial/SpecAnalyzer.java [new file with mode: 0644]
apps/tests/cc2420/TestAcks/Makefile [new file with mode: 0644]
apps/tests/cc2420/TestAcks/README.txt [new file with mode: 0644]
apps/tests/cc2420/TestAcks/TestAcksC.nc [new file with mode: 0644]
apps/tests/cc2420/TestAcks/TestAcksP.nc [new file with mode: 0644]
apps/tests/cc2420/TestPacketLink/Makefile [new file with mode: 0644]
apps/tests/cc2420/TestPacketLink/README.txt [new file with mode: 0644]
apps/tests/cc2420/TestPacketLink/TestPacketLink.h [new file with mode: 0644]
apps/tests/cc2420/TestPacketLink/TestPacketLink.java [new file with mode: 0644]
apps/tests/cc2420/TestPacketLink/TestPacketLinkC.nc [new file with mode: 0644]
apps/tests/cc2420/TestPacketLink/TestPacketLinkP.nc [new file with mode: 0644]
apps/tests/cc2420/TxThroughput/Makefile [new file with mode: 0644]
apps/tests/cc2420/TxThroughput/README.txt [new file with mode: 0644]
apps/tests/cc2420/TxThroughput/TxThroughput.h [new file with mode: 0644]
apps/tests/cc2420/TxThroughput/TxThroughput.java [new file with mode: 0644]
apps/tests/cc2420/TxThroughput/TxThroughputC.nc [new file with mode: 0644]
apps/tests/cc2420/TxThroughput/TxThroughputP.nc [new file with mode: 0644]