------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its
next-generation tools to help Windows* and Linux* C/C++ and Fortran
developers boost performance applications - including clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Contiki-developers mailing list
Contiki-d...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/contiki-developers
Mostly to work with other radios. You can clock the mc13224v radio to
2Mbps also --- so you would still be able to work with it.
I'm curious though how you would take advantage of this as the
Atmega128rfa1 only has a 128 byte receive FIFO. That's a single
packet. It will get swamped even at 250kbps with one full-sized ipv6
packet (13 802.15.4 fragments).
-Mar.
Could I use e.g. 1 Mbps with my Econotags in the current Contiki version "out of the box"? (e.g. uipv6 udpserver/udpclient)
How many changes would it require, or has this already been tested successfully by someone ?
Rolf
-----Original Message-----
From: Mariano Alvira [mailto:m...@devl.org]
Sent: Mittwoch, 18. Mai 2011 16:42
To: Contiki developer mailing list
around line 61:
/* for 250kHz clock */
#define MACA_CLOCK_DIV 95
-Mar.