]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Fix the CC2420 Receive.receive and Snoop.receive fan-out warnings. This happened...
authorliang_mike <liang_mike>
Sat, 12 Jul 2008 02:25:59 +0000 (02:25 +0000)
committerliang_mike <liang_mike>
Sat, 12 Jul 2008 02:25:59 +0000 (02:25 +0000)
commit4bbaef97c9471e5d870e6a99d4a17de6df1de108
treea8e39cb876d55db163ffc199c953d3c8f9347302
parent2052eb08fc0e27ecca1f4140015dc6e87f959867
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