Adam Dunkels | 1 Mar 2009 10:31
Picon

contiki-2.x/core/sys rtimer.h, 1.8, 1.9 stimer.h, 1.2, 1.3

Update of /cvsroot/contiki/contiki-2.x/core/sys
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15982/core/sys

Modified Files:
	rtimer.h stimer.h 
Log Message:
Documentation bugfix: rtimer should be in sys group and the stimer library should have the correct
documetation group

Index: stimer.h
===================================================================
RCS file: /cvsroot/contiki/contiki-2.x/core/sys/stimer.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** stimer.h	2 Oct 2008 15:04:37 -0000	1.2
--- stimer.h	1 Mar 2009 09:31:43 -0000	1.3
***************
*** 3,7 ****

  /**
!  * \defgroup timer Seconds timer library
   *
   * The stimer library provides functions for setting, resetting and
--- 3,7 ----

  /**
!  * \defgroup stimer Seconds timer library
   *
   * The stimer library provides functions for setting, resetting and
(Continue reading)

Adam Dunkels | 1 Mar 2009 11:43
Picon

contiki-2.x/core/net/rime rime.c,1.19,1.20

Update of /cvsroot/contiki/contiki-2.x/core/net/rime
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15587

Modified Files:
	rime.c 
Log Message:
Made polite announcement times configurable, added missing right-brace

Index: rime.c
===================================================================
RCS file: /cvsroot/contiki/contiki-2.x/core/net/rime/rime.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** rime.c	1 Mar 2009 10:29:50 -0000	1.19
--- rime.c	1 Mar 2009 10:43:57 -0000	1.20
***************
*** 62,65 ****
--- 62,78 ----
  #endif /* RIME_CONF_POLITE_ANNOUNCEMENT_CHANNEL */

+ #ifdef RIME_CONF_POLITE_ANNOUNCEMENT_START_TIME
+ #define POLITE_ANNOUNCEMENT_START_TIME RIME_CONF_POLITE_ANNOUNCEMENT_START_TIME
+ #else /* RIME_CONF_POLITE_ANNOUNCEMENT_START_TIME */
+ #define POLITE_ANNOUNCEMENT_START_TIME CLOCK_SECOND * 8
+ #endif /* RIME_CONF_POLITE_ANNOUNCEMENT_START_TIME */
+ 
+ #ifdef RIME_CONF_POLITE_ANNOUNCEMENT_MAX_TIME
+ #define POLITE_ANNOUNCEMENT_MAX_TIME RIME_CONF_POLITE_ANNOUNCEMENT_MAX_TIME
+ #else /* RIME_CONF_POLITE_ANNOUNCEMENT_MAX_TIME */
(Continue reading)

Adam Dunkels | 1 Mar 2009 11:29
Picon

contiki-2.x/core/net/rime rime.c,1.18,1.19

Update of /cvsroot/contiki/contiki-2.x/core/net/rime
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4771/core/net/rime

Modified Files:
	rime.c 
Log Message:
Call output packet sniffers after the MAC has sent the packet

Index: rime.c
===================================================================
RCS file: /cvsroot/contiki/contiki-2.x/core/net/rime/rime.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** rime.c	9 Feb 2009 22:05:33 -0000	1.18
--- rime.c	1 Mar 2009 10:29:50 -0000	1.19
***************
*** 129,139 ****
    rimebuf_compact();

-   for(s = list_head(sniffers); s != NULL; s = s->next) {
-     if(s->output_callback != NULL) {
-       s->output_callback();
-     }
-   }
    if(rime_mac) {
!     rime_mac->send();
    }
  }
--- 129,140 ----
(Continue reading)

Nicolas Tsiftes | 1 Mar 2009 13:00
Picon

contiki-2.x/core/cfs cfs.h,1.16,1.17

Update of /cvsroot/contiki/contiki-2.x/core/cfs
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26372/core/cfs

Modified Files:
	cfs.h 
Log Message:
Switched name to CFS_CONF_OFFSET_TYPE to emphasize that it is a configurable option.

Index: cfs.h
===================================================================
RCS file: /cvsroot/contiki/contiki-2.x/core/cfs/cfs.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** cfs.h	28 Feb 2009 13:40:25 -0000	1.16
--- cfs.h	1 Mar 2009 12:00:00 -0000	1.17
***************
*** 62,69 ****
  #include "contiki.h"

! #ifndef CFS_OFFSET_TYPE
  typedef unsigned cfs_offset_t;
  #else
! typedef CFS_OFFSET_TYPE cfs_offset_t;
  #endif

--- 62,69 ----
  #include "contiki.h"

! #ifndef CFS_CONF_OFFSET_TYPE
(Continue reading)

Oliver Schmidt | 1 Mar 2009 13:11
Picon

contiki-2.x/apps/deluge Makefile.deluge,1.1,1.2

Update of /cvsroot/contiki/contiki-2.x/apps/deluge
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13570/deluge

Modified Files:
	Makefile.deluge 
Log Message:
Minor change.

Index: Makefile.deluge
===================================================================
RCS file: /cvsroot/contiki/contiki-2.x/apps/deluge/Makefile.deluge,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.deluge	25 Feb 2009 17:00:41 -0000	1.1
--- Makefile.deluge	1 Mar 2009 12:11:17 -0000	1.2
***************
*** 1 ****
! deluge_src += deluge.c
--- 1 ----
! deluge_src = deluge.c

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
Nicolas Tsiftes | 1 Mar 2009 13:00
Picon

contiki-2.x/platform/sky contiki-conf.h, 1.37, 1.38

Update of /cvsroot/contiki/contiki-2.x/platform/sky
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26372/platform/sky

Modified Files:
	contiki-conf.h 
Log Message:
Switched name to CFS_CONF_OFFSET_TYPE to emphasize that it is a configurable option.

Index: contiki-conf.h
===================================================================
RCS file: /cvsroot/contiki/contiki-2.x/platform/sky/contiki-conf.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** contiki-conf.h	28 Feb 2009 13:41:16 -0000	1.37
--- contiki-conf.h	1 Mar 2009 12:00:00 -0000	1.38
***************
*** 20,24 ****
  #define CC2420_CONF_TIMESTAMPS 1

! #define CFS_OFFSET_TYPE		long

  #define PROFILE_CONF_ON 0
--- 20,24 ----
  #define CC2420_CONF_TIMESTAMPS 1

! #define CFS_CONF_OFFSET_TYPE	long

  #define PROFILE_CONF_ON 0

(Continue reading)

Oliver Schmidt | 1 Mar 2009 13:11
Picon

contiki-2.x/apps/cmdd Makefile.cmdd,1.2,1.3

Update of /cvsroot/contiki/contiki-2.x/apps/cmdd
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13570/cmdd

Modified Files:
	Makefile.cmdd 
Log Message:
Minor change.

Index: Makefile.cmdd
===================================================================
RCS file: /cvsroot/contiki/contiki-2.x/apps/cmdd/Makefile.cmdd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile.cmdd	5 Apr 2007 19:51:18 -0000	1.2
--- Makefile.cmdd	1 Mar 2009 12:11:17 -0000	1.3
***************
*** 1,2 ****
  cmdd_src = cmdd.c
- cmdd_dsc =
--- 1 ----

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
Oliver Schmidt | 1 Mar 2009 13:11
Picon

contiki-2.x/apps/calc Makefile.calc,1.2,1.3

Update of /cvsroot/contiki/contiki-2.x/apps/calc
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13570/calc

Modified Files:
	Makefile.calc 
Log Message:
Minor change.

Index: Makefile.calc
===================================================================
RCS file: /cvsroot/contiki/contiki-2.x/apps/calc/Makefile.calc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile.calc	5 Apr 2007 19:51:18 -0000	1.2
--- Makefile.calc	1 Mar 2009 12:11:17 -0000	1.3
***************
*** 1,2 ****
! calc_src += calc.c
! calc_dsc += calc-dsc.c
--- 1,2 ----
! calc_src = calc.c
! calc_dsc = calc-dsc.c

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
(Continue reading)

Oliver Schmidt | 1 Mar 2009 13:11
Picon

contiki-2.x/apps/program-handler Makefile.program-handler, 1.2, 1.3

Update of /cvsroot/contiki/contiki-2.x/apps/program-handler
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13570/program-handler

Modified Files:
	Makefile.program-handler 
Log Message:
Minor change.

Index: Makefile.program-handler
===================================================================
RCS file: /cvsroot/contiki/contiki-2.x/apps/program-handler/Makefile.program-handler,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile.program-handler	5 Apr 2007 19:51:19 -0000	1.2
--- Makefile.program-handler	1 Mar 2009 12:11:17 -0000	1.3
***************
*** 1,2 ****
  program-handler_src = program-handler.c
! program-handler_dsc =
--- 1,2 ----
  program-handler_src = program-handler.c
! 

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
(Continue reading)

Oliver Schmidt | 1 Mar 2009 13:26
Picon

contiki-2.x/cpu/6502 6502def.h,1.16,1.17

Update of /cvsroot/contiki/contiki-2.x/cpu/6502
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32289/cpu/6502

Modified Files:
	6502def.h 
Log Message:
Adjusted cfs_seek() offset type configuration macro name.

Index: 6502def.h
===================================================================
RCS file: /cvsroot/contiki/contiki-2.x/cpu/6502/6502def.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** 6502def.h	28 Feb 2009 11:45:35 -0000	1.16
--- 6502def.h	1 Mar 2009 12:26:53 -0000	1.17
***************
*** 123,127 ****
  #define ctk_arch_isprint  isprint

! #define CFS_OFFSET_TYPE off_t

  #if WITH_PFS
--- 123,127 ----
  #define ctk_arch_isprint  isprint

! #define CFS_CONF_OFFSET_TYPE off_t

  #if WITH_PFS

(Continue reading)


Gmane