zephyr/net/ip
Jukka Rissanen 88fcbd52d0 net: Create a separate fiber that handles Contiki timers
The Contiki etimers need polling which is handled by this fiber.
This fiber sleeps until next etimer is to be triggered. If the wakeup
time is long, we wait max 60 sec so that new timers can be triggered
also. This 60 sec timeout might be too long and require tweaking when
we know how the system behaves.
If there are no etimer event in the system, then the timer fiber
will only sleep 2 seconds before checking the timers again. This
interval might need tweaking also.

Change-Id: If34b97073882d8b273941cfb0be36df6aac97cf8
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-02-05 20:15:40 -05:00
..
contiki net: contiki: Use new TX net_buf when sending NS packet 2016-02-05 20:15:40 -05:00
er-coap net: coap: Observe client needs to allocate net_buf 2016-02-05 20:15:39 -05:00
rest-engine net: coap: Initial port to Zephyr 2016-02-05 20:15:39 -05:00
tinydtls net: Create separate net_buf pool for RX and TX use 2016-02-05 20:15:39 -05:00
tools net: tools: Add radvd instructions to README file 2016-02-05 20:15:40 -05:00
dummy_15_4_radio.c net: 15.4: Fix trivial errors in dummy radio 2016-02-05 20:15:37 -05:00
dummy_15_4_radio.h
Kconfig net: contiki: Add Kconfig option to disable ND 2016-02-05 20:15:40 -05:00
Makefile net: coap: Initial client support 2016-02-05 20:15:39 -05:00
net_buf.c net: Get debug info about available net buffers 2016-02-05 20:15:39 -05:00
net_context.c clarify use of term 'context' 2016-02-05 20:15:27 -05:00
net_driver_15_4.c net: 15.4: Use stack analyze functions from net_buf.h 2016-02-05 20:15:38 -05:00
net_driver_15_4.h
net_driver_loopback.c net: Network buffers could be lost when sending packets 2016-02-05 20:15:22 -05:00
net_driver_loopback.h
net_driver_slip.c net: Network buffers could be lost when sending packets 2016-02-05 20:15:22 -05:00
net_driver_slip.h
net_init.c net: Create a separate fiber that handles Contiki timers 2016-02-05 20:15:40 -05:00