]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/intelmote2/.platform
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / platforms / intelmote2 / .platform
index 15dd30b560e5b6c5b65847c3fb470220d1ae6d32..efccf78a0ca4797ca910a1dd4bc6bca2b62b2099 100644 (file)
@@ -16,6 +16,19 @@ push ( @includes, qw(
   %T/platforms/intelmote2/chips/da9030
   %T/platforms/intelmote2/chips/ds2745
   %T/chips/cc2420
+  %T/chips/cc2420/alarm
+  %T/chips/cc2420/control
+  %T/chips/cc2420/csma
+  %T/chips/cc2420/interfaces
+  %T/chips/cc2420/link
+  %T/chips/cc2420/lowpan
+  %T/chips/cc2420/lpl
+  %T/chips/cc2420/packet
+  %T/chips/cc2420/receive
+  %T/chips/cc2420/spi
+  %T/chips/cc2420/transmit
+  %T/chips/cc2420/unique
+  %T/chips/cc2420/security
   %T/chips/pxa27x
   %T/chips/pxa27x/lib
   %T/chips/pxa27x/timer
@@ -26,6 +39,7 @@ push ( @includes, qw(
   %T/chips/pxa27x/uart
   %T/chips/pxa27x/p30
   %T/chips/pxa27x/ds2745
+  %T/chips/pxa27x/cif
   %T/lib/timer
   %T/lib/serial
   %T/lib/gpio
@@ -37,12 +51,12 @@ push ( @includes, qw(
   -nostartfiles
   -fnesc-target=env
   -fnesc-no-debug
-  -fnesc-scheduler=TinySchedulerC,TinySchedulerC.TaskBasic,TaskBasic,TaskBasic,runTask,postTask
 
 );
 
+push @opts, "-fnesc-scheduler=TinySchedulerC,TinySchedulerC.TaskBasic,TaskBasic,TaskBasic,runTask,postTask" if !$with_scheduler_flag;
 push @opts, "-mingw-gcc" if $cygwin;
 
-$ENV{NESC_MACHINE} = "pointer=4,4 float=4,4 double=8,4 long_double=8,4 short=2,2 int=4,4 long=4,4 long_long=8,4 int1248_align=1,2,4,4 wchar_size_size=4,4 char_wchar_signed=false,true";
+$ENV{NESC_MACHINE} = "structure_size_boundary=32, pointer=4,4 float=4,4 double=8,4 long_double=8,4 short=2,2 int=4,4 long=4,4 long_long=8,4 int1248_align=1,2,4,4 wchar_size_size=4,4 char_wchar_signed=false,true";