contiki/core
Yasuyuki Tanaka 6869dc7004 Yield inside busywaiting loops under cooja-ip64 (nullrdc.c)
The while loops waiting ACK_WAIT_TIME and AFTER_ACK_DETECTED_WAIT_TIME
cause infinite loop under the cooja-ip64 platform. This is because
RTIMER_NOW(), rtimer_arch_now(), has been changed not to call
cooja_mt_yield() in it since rtimer was reimplemented as a higher
resolution timer.

In order to avoid the infinite loop, cooja_mt_yield() needs to be
called inside the while loops under the platform as well as the cooja
platform.
2016-09-06 15:14:10 +02:00
..
cfs Renamed the internal dummy_space variable, since it contains useful information. 2016-06-14 21:08:01 +02:00
ctk Merge pull request #1293 from simonduq/pr/fix-warnings 2015-11-10 08:49:11 +01:00
dev Merge pull request #920 from cetic/pr-slip-queue 2016-07-01 13:50:18 +02:00
lib core/lib/gcr.c: fix warning: function declaration isn't a prototype 2016-03-02 07:12:27 +01:00
loader Added MSP430X ELFLOADER support to load image with large memory model. 2015-06-15 17:53:18 +05:30
net Yield inside busywaiting loops under cooja-ip64 (nullrdc.c) 2016-09-06 15:14:10 +02:00
sys Merge pull request #1597 from rgrr/remove_static_from_process_c 2016-06-03 14:16:14 +02:00
contiki-default-conf.h Simplified configuration of RPL non-storing mode 2016-06-08 14:03:21 +02:00
contiki-lib.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
contiki-net.h Add standardized nameserver pool 2015-01-09 09:44:06 +01:00
contiki-version.h Bumped the version number from 2.6 to 3.x, which is to be used in the development branch 2013-12-12 17:33:18 +01:00
contiki.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00