]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/null/.platform
Merge devel code into the trunk.
[tinyos-2.x.git] / tos / platforms / null / .platform
diff --git a/tos/platforms/null/.platform b/tos/platforms/null/.platform
new file mode 100644 (file)
index 0000000..ddb80d4
--- /dev/null
@@ -0,0 +1,22 @@
+#
+# FILE: null/.platform
+# 
+# A do-nothing platform. A good target for mig when using external types.
+#
+# $Id$
+#
+push( @includes, qw(
+
+  %T/lib/timer
+  %T/lib/serial
+
+) );
+
+@opts = qw(
+
+  -gcc=gcc
+  -fnesc-target=pc
+  -fnesc-no-debug
+  -fnesc-scheduler=TinySchedulerC,TinySchedulerC.TaskBasic,TaskBasic,TaskBasic,runTask,postTask
+
+);