[Tinyos-2-commits] CVS: tinyos-2.x/support/make threads.extra, 1.10, 1.11

Chieh-Jan Mike Liang liang_mike at users.sourceforge.net
Sat Jan 10 22:04:06 PST 2009


Update of /cvsroot/tinyos/tinyos-2.x/support/make
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23390/support/make

Modified Files:
	threads.extra 
Log Message:
Make TOSThreads the default for serial receive. This prevents fan-out problem when other TinyOS services also want to use serial.


Index: threads.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/threads.extra,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** threads.extra	11 Sep 2008 19:59:50 -0000	1.10
--- threads.extra	11 Jan 2009 06:04:04 -0000	1.11
***************
*** 12,15 ****
--- 12,16 ----
  CFLAGS += -I$(TOS_THREADS_DIR)/interfaces
  CFLAGS += -I$(TOS_THREADS_DIR)/types
+ CFLAGS += -I$(TOS_THREADS_DIR)/lib/serial
  
  #Setup the thread scheduler for use by redefining the name of the task scheduler to use



More information about the Tinyos-2-commits mailing list