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