]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Missing commit to enable the support for MicaZ (reported by Aurelien Francillon).
authorrazvanm <razvanm>
Fri, 8 Jun 2007 16:53:05 +0000 (16:53 +0000)
committerrazvanm <razvanm>
Fri, 8 Jun 2007 16:53:05 +0000 (16:53 +0000)
support/make/bnp.extra

index bf0cdbb89d4e6c78459ab5fe6edc988f3c828ad9..5f7ef420f11410d352f16cc7a7209c23e887e6ce 100644 (file)
@@ -21,4 +21,10 @@ ifeq ($(TINYOS_NP),BNP)
     endif
   endif
 
+  ifeq ($(TARGETS),micaz)
+    CFLAGS += -I$(DELUGE_EXTRA) -I$(DELUGE_EXTRA)/avr -I$(DELUGE_EXTRA)/micaz -I$(DELUGE_EXTRA)/mica2
+    BOOTLOADER ?= $(TOSBOOT_DIR)/micaz/main.ihex
+    AVR_FUSE_H ?= 0xda
+  endif
+
 endif