X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Fshimmer%2F.platform;h=dafbf906663d37ba88e627e2bf45eedce708e860;hb=bf2b0de8125634c3cb1187ddf2a078a7ee08cf7c;hp=310bbb72edfc539b60d1d11983a1e5327a392d0c;hpb=b83aa91d0424245008bc68cecceac8b12efda682;p=tinyos-2.x.git diff --git a/tos/platforms/shimmer/.platform b/tos/platforms/shimmer/.platform index 310bbb72..dafbf906 100644 --- a/tos/platforms/shimmer/.platform +++ b/tos/platforms/shimmer/.platform @@ -8,10 +8,13 @@ push( @includes, qw( + . %T/platforms/shimmer %T/platforms/shimmer/chips/cc2420 %T/platforms/shimmer/chips/mma7260 %T/platforms/shimmer/chips/sd + %T/platforms/shimmer/chips/bluetooth + %T/platforms/shimmer/chips/msp430 %T/chips/cc2420 %T/chips/cc2420/alarm %T/chips/cc2420/control @@ -25,9 +28,9 @@ push( @includes, qw( %T/chips/cc2420/spi %T/chips/cc2420/transmit %T/chips/cc2420/unique + %T/chips/cc2420/security %T/chips/msp430 %T/chips/msp430/adc12 - %T/chips/msp430/clock %T/chips/msp430/dma %T/chips/msp430/pins %T/chips/msp430/timer @@ -42,7 +45,7 @@ push( @includes, qw( @opts = qw( -gcc=msp430-gcc - -mmcu=msp430x1611 + -mmcu=msp430f1611 -fnesc-target=msp430 -fnesc-no-debug );