Fix the CC2420 Receive.receive and Snoop.receive fan-out warnings. This happened...
commit8be4dda838179a489b58c8aaa799ea83777f2d23
authorliang_mike <liang_mike>
Sat, 12 Jul 2008 02:25:59 +0000 (12 02:25 +0000)
committerliang_mike <liang_mike>
Sat, 12 Jul 2008 02:25:59 +0000 (12 02:25 +0000)
tree0997cb18f2a72965722b4a9e3d30115437197aa0
parent4bd1e7b916d182942a393ee560d73b4da950e10c
Fix the CC2420 Receive.receive and Snoop.receive fan-out warnings. This happened when both TinyOS services and TOSThreads
apps want to use the radio. Now, TinyOS services have priority over TOSThreads apps on which AM ID they want to use.
support/make/threads.extra
tos/lib/tosthreads/chips/cc1000/CC1000ActiveMessageC.nc [new file with mode: 0644]
tos/lib/tosthreads/chips/cc1000/CC1000ActiveMessageP.nc [new file with mode: 0644]
tos/lib/tosthreads/chips/cc2420/CC2420ActiveMessageC.nc [new file with mode: 0644]
tos/lib/tosthreads/chips/cc2420/CC2420ActiveMessageP.nc [new file with mode: 0644]
tos/lib/tosthreads/csystem/CAMRadioC.nc
tos/lib/tosthreads/platforms/mica2/ActiveMessageC.nc [new file with mode: 0644]
tos/lib/tosthreads/platforms/micaz/ActiveMessageC.nc [new file with mode: 0644]
tos/lib/tosthreads/platforms/telosa/ActiveMessageC.nc [new file with mode: 0644]
tos/lib/tosthreads/system/BlockingAMReceiverC.nc
tos/lib/tosthreads/system/BlockingAMSnooperC.nc