[Tinyos-2-commits] CVS: tinyos-2.x/support/make bnp.extra,1.1,1.2
Razvan Musaloiu-E.
razvanm at users.sourceforge.net
Fri Jun 8 09:53:07 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/support/make
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14909/support/make
Modified Files:
bnp.extra
Log Message:
Missing commit to enable the support for MicaZ (reported by Aurelien Francillon).
Index: bnp.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/bnp.extra,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** bnp.extra 22 May 2007 20:34:20 -0000 1.1
--- bnp.extra 8 Jun 2007 16:53:05 -0000 1.2
***************
*** 22,24 ****
--- 22,30 ----
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
More information about the Tinyos-2-commits
mailing list