zephyr/include/microkernel
Mariusz Okroj ea808df0f5 microkernel: Fix fifo buffer name generation in DEFINE_FIFO
Creating FIFO using DEFINE_FIFO should result in a new buffer in noinit
section which can be used only by this particular FIFO. Currently all
FIFOs unintentionally use the same buffer (__name_buffer). Fixed FIFO
buffer name generation, so now each FIFO has its own unique buffer.

Change-Id: I7ee8250f70b141254a4c98f0ed1a7b9a29dec0c8
JIRA: ZEP-523
Signed-off-by: Mariusz Okroj <mariusz.okroj@intel.com>
2016-07-20 17:03:32 +00:00
..
base_api.h debug: add debug tracing support for task initialization 2016-03-11 22:13:30 +00:00
command_packet.h
event.h doc: API doc edits for microkernel event.h 2016-02-11 20:12:31 +00:00
fifo.h microkernel: Fix fifo buffer name generation in DEFINE_FIFO 2016-07-20 17:03:32 +00:00
mailbox.h doc: Edit microkernel mailbox 2016-02-11 01:21:51 +00:00
memory_map.h doc: Migrating API edit on microkernel memory_map.h 2016-02-11 01:15:43 +00:00
memory_pool.h doc: microkernel/memory_pool: fix parameter reference tag 2016-04-15 22:06:42 +00:00
mutex.h doc: Edit API documentation on microkernel mutex.h 2016-02-11 01:15:43 +00:00
pipe.h doc: Edit API documentation on microkernel pipe.h 2016-02-11 01:46:17 +00:00
semaphore.h doc: API edits for microkernel semaphore.h 2016-02-11 12:16:23 +00:00
task.h doc: Edit API documentation on microkernel task.h 2016-02-11 01:46:42 +00:00
task_irq.h doc: fix warnings "Error when parsing function declaration." due to __deprecated 2016-06-16 13:11:06 -07:00
ticks.h microkernel: Add support for *_sleep() during initialization 2016-03-26 10:17:15 +00:00