]> 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 636c0ca08cc2d20c9c7e620a267676a24e92c8a8..efccf78a0ca4797ca910a1dd4bc6bca2b62b2099 100644 (file)
@@ -14,8 +14,21 @@ push ( @includes, qw(
   %T/platforms/intelmote2
   %T/platforms/intelmote2/chips/cc2420
   %T/platforms/intelmote2/chips/da9030
-  %T/platforms/intelmote2/chips/pxa271
+  %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
@@ -24,6 +37,9 @@ push ( @includes, qw(
   %T/chips/pxa27x/ssp
   %T/chips/pxa27x/i2c
   %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
@@ -35,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";