mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 14:15:22 +00:00
This mega patch changes how Contiki uses buffers. In standard Contiki there is only couple of static and global buffers. This makes the stack non-reentrant and only usable in one thread. This patch replaces the global buffer with buffer supplied by caller (net_buf.h). The Contiki stack is still not fully re-entrant after this (packet reassembly needs more TLC) but it is a good start. Change-Id: I63abc230b36b14f33f687d3ef64cffb0f3a69f5d Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> |
||
---|---|---|
.. | ||
arch | ||
bluetooth | ||
drivers | ||
microkernel | ||
misc | ||
net | ||
toolchain | ||
atomic.h | ||
clock_vars.h | ||
device.h | ||
init.h | ||
kernel_version.h | ||
linker-defs.h | ||
linker-tool-gcc.h | ||
linker-tool.h | ||
microkernel.h | ||
nanokernel.h | ||
section_tags.h | ||
sections.h | ||
sw_isr_table.h | ||
toolchain.h |