[Tinyos-2-commits] CVS: tinyos-2.x/support/make bnp.extra,1.5,1.6

Janos Sallai sallai at users.sourceforge.net
Thu Jan 24 12:38:04 PST 2008


Update of /cvsroot/tinyos/tinyos-2.x/support/make
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16644

Modified Files:
	bnp.extra 
Log Message:
added iris support for deluge

Index: bnp.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/bnp.extra,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** bnp.extra	14 Jan 2008 04:22:01 -0000	1.5
--- bnp.extra	24 Jan 2008 20:38:00 -0000	1.6
***************
*** 28,30 ****
--- 28,37 ----
    endif
  
+   ifeq ($(TARGETS),iris)
+     CFLAGS += -I$(DELUGE_EXTRA)/iris -I$(DELUGE_EXTRA)/micaz -I$(DELUGE_EXTRA)/mica2 -I$(DELUGE_EXTRA)/avr -I$(DELUGE_EXTRA)
+     BOOTLOADER ?= $(TOSBOOT_DIR)/iris/main.ihex
+     AVR_FUSE_H ?= 0xda
+   endif
+ 
+ 
  endif



More information about the Tinyos-2-commits mailing list