]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tmimsp/.family
Mass platform updates for GCC 4.6.3
[tinyos-2.x.git] / tos / platforms / tmimsp / .family
index a068ee3f4472168a71aa816b7c5ba79e48d5e749..2455688bd904630755a77f6ef2386464672cd586 100644 (file)
@@ -7,6 +7,7 @@
 
 push( @includes, qw(
   %F/common
+  %F/common/chips/at25df
   %F/common/chips/bq2403x
   %F/common/chips/cp210x
   %F/common/uart
@@ -20,16 +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/power
+  %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
 );