]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/mica2.target
Merge devel code into the trunk.
[tinyos-2.x.git] / support / make / mica2.target
diff --git a/support/make/mica2.target b/support/make/mica2.target
new file mode 100644 (file)
index 0000000..a5e06f5
--- /dev/null
@@ -0,0 +1,15 @@
+#-*-Makefile-*- vim:syntax=make
+#$Id$
+
+PLATFORM = mica2
+SENSORBOARD ?= micasb
+PROGRAMMER_PART ?= -dpart=ATmega128 --wr_fuse_e=ff
+PFLAGS += -finline-limit=100000
+
+AVR_FUSE_H ?= 0xd9
+
+$(call TOSMake_include_platform,avr)
+
+mica2: $(BUILD_DEPS)
+       @:
+