[Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/apps/TestBlockStorage Makefile, 1.2, 1.3 README, 1.4, 1.5

Janos Sallai sallai at users.sourceforge.net
Mon Jul 21 16:08:40 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/apps/TestBlockStorage
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11114/apps/TestBlockStorage

Modified Files:
	Makefile README 
Log Message:
iris specific updates

Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/apps/TestBlockStorage/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile	12 Jul 2008 06:44:55 -0000	1.2
--- Makefile	21 Jul 2008 23:08:35 -0000	1.3
***************
*** 4,8 ****
    CFLAGS+=-DUSE_STM25P
  endif
! ifneq ($(filter micaz,$(MAKECMDGOALS)),)
    CFLAGS+=-DUSE_AT45DB
  endif
--- 4,8 ----
    CFLAGS+=-DUSE_STM25P
  endif
! ifneq ($(filter micaz iris,$(MAKECMDGOALS)),)
    CFLAGS+=-DUSE_AT45DB
  endif

Index: README
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/apps/TestBlockStorage/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** README	19 Jul 2008 19:36:18 -0000	1.4
--- README	21 Jul 2008 23:08:35 -0000	1.5
***************
*** 1,3 ****
! README for TOSThreads TestBlockStorage 
  Author/Contact: tinyos-help at millennium.berkeley.edu
  Author: Kevin Klues <klueska at cs.stanford.edu>
--- 1,3 ----
! README for TOSThreads TestBlockStorage
  Author/Contact: tinyos-help at millennium.berkeley.edu
  Author: Kevin Klues <klueska at cs.stanford.edu>
***************
*** 10,15 ****
  You can install TestBlockStorage on a mote via the following command:
    make <platform> threads install
!   
! Valid platforms are currently: tmote, telosb, mica2, and micaz 
  
  This application first checks the size of the block storage volume, and
--- 10,15 ----
  You can install TestBlockStorage on a mote via the following command:
    make <platform> threads install
! 
! Valid platforms are currently: tmote, telosb, mica2, micaz and iris
  
  This application first checks the size of the block storage volume, and



More information about the Tinyos-2-commits mailing list