]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/shimmer/.platform
Move the clock components back into msp430/timer. It appears that supporting
[tinyos-2.x.git] / tos / platforms / shimmer / .platform
index 760dd36b38d7e749f3f7021876227733d016d429..ecaad4be61cbb7735887174ef64ba61936cf14f9 100644 (file)
@@ -10,6 +10,8 @@ push( @includes, qw(
 
   %T/platforms/shimmer
   %T/platforms/shimmer/chips/cc2420
+  %T/platforms/shimmer/chips/mma7260
+  %T/platforms/shimmer/chips/sd
   %T/chips/cc2420
   %T/chips/cc2420/alarm
   %T/chips/cc2420/control
@@ -46,3 +48,28 @@ push( @includes, qw(
 
 push @opts, "-fnesc-scheduler=TinySchedulerC,TinySchedulerC.TaskBasic,TaskBasic,TaskBasic,runTask,postTask" if !$with_scheduler_flag;
 push @opts, "-mingw-gcc" if $cygwin;
+
+$ENV{'CIL_MACHINE'} =
+    "version_major=3 " .
+    "version_minor=2 " .
+    "version=msp430-3.2.3 " .
+    "short=2,2 " .
+    "int=2,2 " .
+    "long=4,2 " .
+    "long_long=8,2 " .
+    "pointer=2,2 " .
+    "enum=2,2 " .
+    "float=4,2 " .
+    "double=4,2 " .
+    "long_double=4,2 " .
+    "void=1,1 " .
+    "fun=1,2 " .
+    "wchar_size_size=2,2 " .
+    "alignof_string=1 " .
+    "max_alignment=1 " .
+    "char_wchar_signed=true,true " .
+    "const_string_literals=true " .
+    "big_endian=false " .
+    "underscore_name=false " .
+    "__builtin_va_list=true " .
+    "__thread_is_keyword=true";