X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Ftmimsp%2F.family;h=2455688bd904630755a77f6ef2386464672cd586;hb=bf2b0de8125634c3cb1187ddf2a078a7ee08cf7c;hp=bda9749f13ced8ce1a2fef0c3814ed9368b8f8c2;hpb=18ef68f001622bfd913d4269bf191563a5be475c;p=tinyos-2.x.git diff --git a/tos/platforms/tmimsp/.family b/tos/platforms/tmimsp/.family index bda9749f..2455688b 100644 --- a/tos/platforms/tmimsp/.family +++ b/tos/platforms/tmimsp/.family @@ -7,8 +7,10 @@ push( @includes, qw( %F/common + %F/common/chips/at25df %F/common/chips/bq2403x %F/common/chips/cp210x + %F/common/uart %T/platforms/telosa %T/chips/msp430 %T/chips/msp430/adc12 @@ -19,15 +21,19 @@ push( @includes, qw( %T/chips/msp430/sensors %T/chips/bq2403x %T/chips/cp210x - %T/lib/timer - %T/lib/serial + %T/chips/stm25p %T/lib/adc + %T/lib/debug + %T/lib/misc %T/lib/power + %T/lib/serial + %T/lib/timer + %T/lib/uprintf ) ); @opts = qw( -gcc=msp430-gcc - -mmcu=msp430x2417 + -mmcu=msp430f2417 -fnesc-target=msp430 -fnesc-no-debug );