Contiki OS for 6502 based computers
Go to file
George Oikonomou 68f59113d6 Fix a route lifetime bug
There is a bug in the current route purge routine which would
result in a route's lifetime getting decremented more than once
during the same pass. This commit fixes it

The bug is documented here:
http://thread.gmane.org/gmane.os.contiki.devel/16209
2012-12-20 00:17:33 +00:00
apps Updated to the latest uip-ds6-route API 2012-11-27 23:04:34 +01:00
core Fix a route lifetime bug 2012-12-20 00:17:33 +00:00
cpu Code style fixes: cc253x 2012-12-16 19:28:56 +00:00
doc Define IPv6 and RPL related macros in Doxygen config 2012-11-07 17:04:13 +01:00
examples Code style fixes: sensinode examples 2012-12-16 19:28:56 +00:00
platform Update to the new ds6_route API 2012-12-16 19:28:56 +00:00
regression-tests Added rtests for 8051 ports 2012-12-16 22:21:44 +00:00
tools Moved the Contiki tests from the tools/cooja directory into the regression-tests/ directory 2012-12-10 01:50:01 +01:00
.gitignore Added SDCC compile artifacts to gitignore 2012-12-16 19:28:56 +00:00
.travis.yml Explicitly count the number of failed tests, test equality with 0, and explicitly exit with a non-zero error status if there are non-zero failed tests 2012-12-17 12:37:41 +01:00
LICENSE Removed the explicit year 2012 to make it more generic 2012-10-25 23:08:54 +02:00
Makefile.include Add the uipv6 route function uip-ds6-route.c 2012-11-27 23:04:34 +01:00
README Updated README with new website and shorter text 2012-07-12 11:30:21 +02:00
README-BUILDING Add some info on the DEFINES= / savedefines mechanism. 2008-06-12 22:13:59 +00:00
README-EXAMPLES Added CTK standalone FTP client example. 2010-10-16 10:36:20 +00:00

The Contiki Operating System

Contiki is an open source operating system that runs on tiny low-power
microcontrollers and makes it possible to develop applications that
make efficient use of the hardware while providing standardized
low-power wireless communication for a range of hardware platforms.

Contiki is used in numerous commercial and non-commercial systems,
such as city sound monitoring, street lights, networked electrical
power meters, industrial monitoring, radiation monitoring,
construction site monitoring, alarm systems, remote house monitoring,
and so on.

For more information, see the Contiki website:

http://www.contiki-os.org/