dak664 | 1 Aug 2010 23:18
Picon

contiki-2.x/core/net/rime rime.c,1.29,1.30

Update of /cvsroot/contiki/contiki-2.x/core/net/rime
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3528/rime

Modified Files:
	rime.c 
Log Message:
Fix compiler warnings

Index: rime.c
===================================================================
RCS file: /cvsroot/contiki/contiki-2.x/core/net/rime/rime.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** rime.c	28 May 2010 06:18:39 -0000	1.29
--- rime.c	1 Aug 2010 21:18:07 -0000	1.30
***************
*** 106,110 ****
  #define BROADCAST_ANNOUNCEMENT_MAX_TIME RIME_CONF_BROADCAST_ANNOUNCEMENT_MAX_TIME
  #else /* RIME_CONF_BROADCAST_ANNOUNCEMENT_MAX_TIME */
! #define BROADCAST_ANNOUNCEMENT_MAX_TIME CLOCK_SECOND * 600
  #endif /* RIME_CONF_BROADCAST_ANNOUNCEMENT_MAX_TIME */

--- 106,110 ----
  #define BROADCAST_ANNOUNCEMENT_MAX_TIME RIME_CONF_BROADCAST_ANNOUNCEMENT_MAX_TIME
  #else /* RIME_CONF_BROADCAST_ANNOUNCEMENT_MAX_TIME */
! #define BROADCAST_ANNOUNCEMENT_MAX_TIME CLOCK_SECOND * 600UL
  #endif /* RIME_CONF_BROADCAST_ANNOUNCEMENT_MAX_TIME */

------------------------------------------------------------------------------
(Continue reading)

dak664 | 1 Aug 2010 23:18
Picon

contiki-2.x/core/net/mac cxmac.c,1.13,1.14

Update of /cvsroot/contiki/contiki-2.x/core/net/mac
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3528/mac

Modified Files:
	cxmac.c 
Log Message:
Fix compiler warnings

Index: cxmac.c
===================================================================
RCS file: /cvsroot/contiki/contiki-2.x/core/net/mac/cxmac.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** cxmac.c	15 Jun 2010 19:22:25 -0000	1.13
--- cxmac.c	1 Aug 2010 21:18:07 -0000	1.14
***************
*** 601,605 ****
  	  off();
  	} else {
- 	  rtimer_clock_t wt;
  	  NETSTACK_RADIO.send(strobe, strobe_len);
  #if 0
--- 601,604 ----
***************
*** 608,612 ****
  	     that the other side needs some time to produce a reply. */
  	  off();
! 	  wt = RTIMER_NOW();
  	  while(RTIMER_CLOCK_LT(RTIMER_NOW(), wt + WAIT_TIME_BEFORE_STROBE_ACK));
(Continue reading)

dak664 | 3 Aug 2010 21:55
Picon

contiki-2.x/platform/avr-ravenusb Makefile.avr-ravenusb, 1.5, 1.6 contiki-conf.h, 1.14, 1.15 contiki-raven-main.c, 1.10, 1.11 sicslow_ethernet.c, 1.13, 1.14

Update of /cvsroot/contiki/contiki-2.x/platform/avr-ravenusb
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28705

Modified Files:
	Makefile.avr-ravenusb contiki-conf.h contiki-raven-main.c 
	sicslow_ethernet.c 
Log Message:
Add experimental RPL code
Change RF channel to 26 for econotag compatibility

Index: Makefile.avr-ravenusb
===================================================================
RCS file: /cvsroot/contiki/contiki-2.x/platform/avr-ravenusb/Makefile.avr-ravenusb,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile.avr-ravenusb	22 Jun 2010 17:10:24 -0000	1.5
--- Makefile.avr-ravenusb	3 Aug 2010 19:55:42 -0000	1.6
***************
*** 18,25 ****
              avr_flash.c

  CONTIKI_TARGET_SOURCEFILES +=   cfs-eeprom.c eeprom.c random.c \
                                  mmem.c contiki-raven-default-init-lowlevel.c \
                                  contiki-raven-default-init-net.c contiki-raven-main.c \
!                                 sicslow_ethernet.c queuebuf.c packetbuf.c\
                  $(USB)

--- 18,30 ----
              avr_flash.c
(Continue reading)

dak664 | 3 Aug 2010 21:56
Picon

contiki-2.x/platform/avr-raven contiki-raven-main.c, 1.17, 1.18

Update of /cvsroot/contiki/contiki-2.x/platform/avr-raven
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29024

Modified Files:
	contiki-raven-main.c 
Log Message:
Change RF channel to 26 for econotag compatibility

Index: contiki-raven-main.c
===================================================================
RCS file: /cvsroot/contiki/contiki-2.x/platform/avr-raven/contiki-raven-main.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** contiki-raven-main.c	18 Jun 2010 15:45:55 -0000	1.17
--- contiki-raven-main.c	3 Aug 2010 19:56:27 -0000	1.18
***************
*** 162,166 ****
    memcpy(&uip_lladdr.addr, &addr.u8, 8);	
    rf230_set_pan_addr(IEEE802154_PANID, 0, (uint8_t *)&addr.u8);
!   rf230_set_channel(24);

    rimeaddr_set_node_addr(&addr); 
--- 162,166 ----
    memcpy(&uip_lladdr.addr, &addr.u8, 8);	
    rf230_set_pan_addr(IEEE802154_PANID, 0, (uint8_t *)&addr.u8);
!   rf230_set_channel(26);

    rimeaddr_set_node_addr(&addr); 
***************
(Continue reading)

dak664 | 3 Aug 2010 21:58
Picon

contiki-2.x/platform/avr-zigbit contiki-conf.h, 1.3, 1.4

Update of /cvsroot/contiki/contiki-2.x/platform/avr-zigbit
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29765

Modified Files:
	contiki-conf.h 
Log Message:
Change RIME max time to fit in 16 bit timer

Index: contiki-conf.h
===================================================================
RCS file: /cvsroot/contiki/contiki-2.x/platform/avr-zigbit/contiki-conf.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** contiki-conf.h	18 Jun 2010 15:33:15 -0000	1.3
--- contiki-conf.h	3 Aug 2010 19:58:35 -0000	1.4
***************
*** 34,41 ****
  /**
   * \file
!  *         Configuration for sample STK 501 Contiki kernel
   *
   * \author
!  *         Simon Barner <barner@...
   */

--- 34,41 ----
  /**
   * \file
!  *         Configuration for AVR Zigbit Contiki kernel
(Continue reading)

dak664 | 3 Aug 2010 22:01
Picon

contiki-2.x/platform/avr-raven contiki-conf.h, 1.16, 1.17

Update of /cvsroot/contiki/contiki-2.x/platform/avr-raven
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30693

Modified Files:
	contiki-conf.h 
Log Message:
Reduce RIME max time to fit in 16 bit timer

Index: contiki-conf.h
===================================================================
RCS file: /cvsroot/contiki/contiki-2.x/platform/avr-raven/contiki-conf.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** contiki-conf.h	2 Mar 2010 16:25:47 -0000	1.16
--- contiki-conf.h	3 Aug 2010 20:01:21 -0000	1.17
***************
*** 44,53 ****
  #define __CONTIKI_CONF_H__

! /* MCU, Clock rate, ticks per second */
  #define PLATFORM PLATFORM_AVR
  #define RAVEN_REVISION RAVEN_D
! #define MCU_MHZ 8
  #define CLOCK_CONF_SECOND 125

  /* COM port to be used for SLIP connection */
  #define SLIP_PORT RS232_PORT_0
--- 44,61 ----
  #define __CONTIKI_CONF_H__
(Continue reading)

dak664 | 3 Aug 2010 22:18
Picon

contiki-2.x/platform/avr-zigbit contiki-conf.h, 1.4, 1.5

Update of /cvsroot/contiki/contiki-2.x/platform/avr-zigbit
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4246

Modified Files:
	contiki-conf.h 
Log Message:
Revert mistaken hardware name change!

Index: contiki-conf.h
===================================================================
RCS file: /cvsroot/contiki/contiki-2.x/platform/avr-zigbit/contiki-conf.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** contiki-conf.h	3 Aug 2010 19:58:35 -0000	1.4
--- contiki-conf.h	3 Aug 2010 20:18:54 -0000	1.5
***************
*** 46,50 ****
  #define MCU_MHZ 8
  #define PLATFORM PLATFORM_AVR
! #define RAVEN_REVISION	 RAVENUSB_C

  /* Clock ticks per second */
--- 46,50 ----
  #define MCU_MHZ 8
  #define PLATFORM PLATFORM_AVR
! #define RAVEN_REVISION ZIGBIT

  /* Clock ticks per second */

(Continue reading)

dak664 | 3 Aug 2010 23:42
Picon

contiki-2.x/platform/avr-zigbit contiki-conf.h, 1.5, 1.6

Update of /cvsroot/contiki/contiki-2.x/platform/avr-zigbit
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv26963

Modified Files:
	contiki-conf.h 
Log Message:
Rerevert to misspelled HARWARE_REVISION

Index: contiki-conf.h
===================================================================
RCS file: /cvsroot/contiki/contiki-2.x/platform/avr-zigbit/contiki-conf.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** contiki-conf.h	3 Aug 2010 20:18:54 -0000	1.5
--- contiki-conf.h	3 Aug 2010 21:42:05 -0000	1.6
***************
*** 46,50 ****
  #define MCU_MHZ 8
  #define PLATFORM PLATFORM_AVR
! #define RAVEN_REVISION ZIGBIT

  /* Clock ticks per second */
--- 46,50 ----
  #define MCU_MHZ 8
  #define PLATFORM PLATFORM_AVR
! #define HARWARE_REVISION ZIGBIT

  /* Clock ticks per second */

(Continue reading)

Oliver Schmidt | 6 Aug 2010 00:50
Picon

contiki-2.x/tools/6502 contiki.html, 1.4, 1.5 download.php, 1.4, 1.5 Makefile, 1.4, 1.5

Update of /cvsroot/contiki/contiki-2.x/tools/6502
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1542

Modified Files:
	contiki.html download.php Makefile 
Log Message:
Included Breadbox64 into cc65 binary relaease tools.

This additional application results in three disks for the Apple2, two disks for the C64 and one disk for the
C128. Therefore the download page can't get along anymore without some JavaScript adjusting the number
of downloadable disks depending on the selected machine. With JavaScript turned off access to
non-existent disks (i.e. disk 3 for the C64) results in a successfull download of a zero byte sized file -
not exactly great but at least a defined behaviour.

Index: contiki.html
===================================================================
RCS file: /cvsroot/contiki/contiki-2.x/tools/6502/contiki.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** contiki.html	6 Mar 2010 13:05:16 -0000	1.4
--- contiki.html	5 Aug 2010 22:50:19 -0000	1.5
***************
*** 9,12 ****
--- 9,22 ----
     tr.bg { background-color: black; height: 1px }
    </style>
+   <script type="text/javascript">
+    function disks(disks) {
+     for (var i = 3; i; i--) {
(Continue reading)

dak664 | 6 Aug 2010 19:39
Picon

contiki-2.x/platform/avr-ravenusb contiki-raven-main.c, 1.11, 1.12

Update of /cvsroot/contiki/contiki-2.x/platform/avr-ravenusb
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5684

Modified Files:
	contiki-raven-main.c 
Log Message:
Add RPL border router process

Index: contiki-raven-main.c
===================================================================
RCS file: /cvsroot/contiki/contiki-2.x/platform/avr-ravenusb/contiki-raven-main.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** contiki-raven-main.c	3 Aug 2010 19:55:42 -0000	1.11
--- contiki-raven-main.c	6 Aug 2010 17:39:31 -0000	1.12
***************
*** 105,108 ****
--- 105,160 ----
  #endif /* TESTRTIMER */

+ /*---------------------------------------------------------------------------*/
+ /*---------------------------------  RPL   ----------------------------------*/
+ /*---------------------------------------------------------------------------*/
+ #if UIP_CONF_IPV6_RPL
+ 
+ #define RPL_BORDER_ROUTER 1     //Set to 1 for border router
+ 
+ #define PRINTF(FORMAT,args...) printf_P(PSTR(FORMAT),##args)
+ //#define PRINTF(...)
(Continue reading)


Gmane